You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Oliver Beckstein edited this page Sep 26, 2015
·
2 revisions
The Universe class represents a whole simulation system. It is constructed from a topology (describing atom types and possibly connectivity) and a trajectory (the coordinates of the individual atoms, possibly as a function of time).
Almost every MDAnalysis script starts with
import MDAnalysis
u = MDAnalysis.Universe(topology, trajectory)
The object u encapsulates (almost) everything that MDAnalysis can do with a simulation system.