Load Functions

Cross-format support

load(filename_or_filenames[, ...]) Load a trajectory from one or more files on disk.
iterload(filename[, chunk]) An iterator over a trajectory from one or more files on disk, in fragments
load_frame(filename, index[, top, atom_indices]) Load a single frame from a trajectory file
open(filename[, mode, force_overwrite]) Open a trajectory file-like object

Format-specific loaders

load_binpos Load an AMBER BINPOS file.
load_lh5(filename[, top, stride, ...]) Load an deprecated MSMBuilder2 LH5 trajectory file.
load_pdb(filename[, stride, atom_indices, frame]) Load a RCSB Protein Data Bank file from disk.
load_xml(filename[, top]) Load a single conformation from an XML file, such as those
load_arc(filename[, top, stride, atom_indices]) Load a TINKER .arc file.
load_dcd Load an xtc file.
load_hdf5(filename[, stride, atom_indices, ...]) Load an MDTraj hdf5 trajectory file from disk.
load_netcdf(filename[, top, stride, ...]) Load an AMBER NetCDF file.
load_trr Load a trr file.
load_xtc Load an Gromacs XTC file from disk.
Versions