universe

mdtools.select.universe(top, trj, verbose=True, **kwargs)[source]

Create a MDAnalysis Universe from a topology and a trajectory file.

Parameters
Returns

universe – The created MDAnalysis Universe.

Return type

MDAnalysis.core.universe.Universe

See also

mdtools.run_time_info.ag_info_str()

Create a string containing information about a MDAnalysis AtomGroup.

Notes

This function is just a convinient wrapper around the constructor of MDAnalysis.core.universe.Universe that can print the information generated by mdtools.run_time_info.ag_info_str() about the created MDAnalysis.core.universe.Universe to standard output.