Table of Contents

cmd.load_traj

“cmd.load_traj” reads trajectory files (currently just AMBER files). The file extension is used to determine the format.

AMBER files must end in “.trj”

Parameters

cmd.load_traj(filename,object='',state=0,format='',interval=1,
              average=1,start=1,stop=-1,max=-1,selection='all',image=1,
              shift="[0.0,0.0,0.0]")

Implementation

def load_traj(filename,object='',state=0,format='',interval=1,
                  average=1,start=1,stop=-1,max=-1,selection='all',image=1,
                  shift="[0.0,0.0,0.0]",plugin=""):

See Also

load_traj | cmd.load | api