LICENSE
MANIFEST.in
README.md
basesetup.py
pyproject.toml
setup.py
examples/.gitignore
examples/1vii_3frames.pdb
examples/ala2.h5
examples/atom-selection.ipynb
examples/centroids.ipynb
examples/clustering.ipynb
examples/hbonds.ipynb
examples/iterload.ipynb
examples/native-contact.ipynb
examples/nmr.ipynb
examples/pi_stacking.ipynb
examples/principal-components.ipynb
examples/ramachandran-plot.ipynb
examples/rmsd-benchmark.ipynb
examples/rmsd-drift.ipynb
examples/simulation-with-openmm.ipynb
examples/solvent-accessible-surface-area.ipynb
examples/test_examples.py
examples/two-pass-clustering.ipynb
examples/__pycache__/test_examples.cpython-310-pytest-8.2.1.pyc
examples/data/frame0.h5
examples/data/frame0.xtc
examples/data/native.pdb
mdtraj/__init__.py
mdtraj/_version.py
mdtraj/io.py
mdtraj/version.py
mdtraj.egg-info/PKG-INFO
mdtraj.egg-info/SOURCES.txt
mdtraj.egg-info/dependency_links.txt
mdtraj.egg-info/entry_points.txt
mdtraj.egg-info/not-zip-safe
mdtraj.egg-info/requires.txt
mdtraj.egg-info/top_level.txt
mdtraj/core/__init__.py
mdtraj/core/element.py
mdtraj/core/residue_names.py
mdtraj/core/selection.py
mdtraj/core/topology.py
mdtraj/core/trajectory.py
mdtraj/core/lib/center.h
mdtraj/core/lib/theobald_rmsd.h
mdtraj/formats/__init__.py
mdtraj/formats/amberrst.py
mdtraj/formats/arc.py
mdtraj/formats/gro.py
mdtraj/formats/gsd.py
mdtraj/formats/hdf5.py
mdtraj/formats/hoomdxml.py
mdtraj/formats/lammpstrj.py
mdtraj/formats/lh5.py
mdtraj/formats/mdcrd.py
mdtraj/formats/mol2.py
mdtraj/formats/netcdf.py
mdtraj/formats/openmmxml.py
mdtraj/formats/prmtop.py
mdtraj/formats/psf.py
mdtraj/formats/registry.py
mdtraj/formats/xyzfile.py
mdtraj/formats/dcd/dcd.c
mdtraj/formats/dcd/dcd.pyx
mdtraj/formats/dcd/dcdlib.pxd
mdtraj/formats/dcd/include/dcdplugin.h
mdtraj/formats/dcd/include/endianswap.h
mdtraj/formats/dcd/include/fastio.h
mdtraj/formats/dcd/include/largefiles.h
mdtraj/formats/dcd/include/molfile_plugin.h
mdtraj/formats/dcd/include/vmdplugin.h
mdtraj/formats/dcd/src/dcdplugin.c
mdtraj/formats/dtr/dtr.cpp
mdtraj/formats/dtr/dtr.pyx
mdtraj/formats/dtr/dtrlib.pxd
mdtraj/formats/dtr/include/dtrplugin.hxx
mdtraj/formats/dtr/include/endianswap.h
mdtraj/formats/dtr/include/molfile_plugin.h
mdtraj/formats/dtr/include/vmddir.h
mdtraj/formats/dtr/include/vmdplugin.h
mdtraj/formats/dtr/src/dtrplugin.cxx
mdtraj/formats/pdb/__init__.py
mdtraj/formats/pdb/pdbfile.py
mdtraj/formats/pdb/pdbstructure.py
mdtraj/formats/pdb/data/pdbNames.xml
mdtraj/formats/pdb/data/residues.xml
mdtraj/formats/pdbx/PdbxContainers.py
mdtraj/formats/pdbx/PdbxReader.py
mdtraj/formats/pdbx/__init__.py
mdtraj/formats/pdbx/pdbx.py
mdtraj/formats/pdbx/pdbxfile.py
mdtraj/formats/xtc/trr.c
mdtraj/formats/xtc/trr.pyx
mdtraj/formats/xtc/trrlib.pxd
mdtraj/formats/xtc/xdrlib.pxd
mdtraj/formats/xtc/xtc.c
mdtraj/formats/xtc/xtc.pyx
mdtraj/formats/xtc/include/ms_stdint.h
mdtraj/formats/xtc/include/trr_header.h
mdtraj/formats/xtc/include/xdr_seek.h
mdtraj/formats/xtc/include/xdrfile.h
mdtraj/formats/xtc/include/xdrfile_trr.h
mdtraj/formats/xtc/include/xdrfile_xtc.h
mdtraj/formats/xtc/src/xdr_seek.c
mdtraj/formats/xtc/src/xdrfile.c
mdtraj/formats/xtc/src/xdrfile_trr.c
mdtraj/formats/xtc/src/xdrfile_xtc.c
mdtraj/geometry/__init__.py
mdtraj/geometry/alignment.py
mdtraj/geometry/angle.py
mdtraj/geometry/contact.py
mdtraj/geometry/dihedral.py
mdtraj/geometry/distance.py
mdtraj/geometry/drid.cpp
mdtraj/geometry/drid.pyx
mdtraj/geometry/dssp.py
mdtraj/geometry/hbond.py
mdtraj/geometry/internal.py
mdtraj/geometry/neighborlist.cpp
mdtraj/geometry/neighborlist.pyx
mdtraj/geometry/neighbors.cpp
mdtraj/geometry/neighbors.pyx
mdtraj/geometry/order.py
mdtraj/geometry/pi_stacking.py
mdtraj/geometry/rdf.py
mdtraj/geometry/rg.py
mdtraj/geometry/sasa.py
mdtraj/geometry/shape.py
mdtraj/geometry/thermodynamic_properties.py
mdtraj/geometry/include/dridkernels.h
mdtraj/geometry/include/geometry.h
mdtraj/geometry/include/math_patch.h
mdtraj/geometry/include/moments.h
mdtraj/geometry/include/msvccompat.h
mdtraj/geometry/include/neighborlist.h
mdtraj/geometry/include/neighbors.hpp
mdtraj/geometry/include/sasa.h
mdtraj/geometry/include/vectorize.h
mdtraj/geometry/include/vectorize_generic.h
mdtraj/geometry/include/vectorize_neon.h
mdtraj/geometry/include/vectorize_sse.h
mdtraj/geometry/src/_geometry.cpp
mdtraj/geometry/src/_geometry.pyx
mdtraj/geometry/src/dridkernels.cpp
mdtraj/geometry/src/dssp.cpp
mdtraj/geometry/src/geometry.cpp
mdtraj/geometry/src/image_molecules.pxi
mdtraj/geometry/src/moments.cpp
mdtraj/geometry/src/neighborlist.cpp
mdtraj/geometry/src/neighbors.cpp
mdtraj/geometry/src/sasa.cpp
mdtraj/geometry/src/kernels/anglekernels.h
mdtraj/geometry/src/kernels/dihedralkernels.h
mdtraj/geometry/src/kernels/distancekernels.h
mdtraj/nmr/__init__.py
mdtraj/nmr/scalar_couplings.py
mdtraj/nmr/shift_wrappers.py
mdtraj/reporters/__init__.py
mdtraj/reporters/basereporter.py
mdtraj/reporters/dcdreporter.py
mdtraj/reporters/hdf5reporter.py
mdtraj/reporters/netcdfreporter.py
mdtraj/reporters/xtcreporter.py
mdtraj/rmsd/_lprmsd.cpp
mdtraj/rmsd/_lprmsd.pyx
mdtraj/rmsd/_rmsd.c
mdtraj/rmsd/_rmsd.cpp
mdtraj/rmsd/_rmsd.pyx
mdtraj/rmsd/include/Munkres.h
mdtraj/rmsd/include/center.h
mdtraj/rmsd/include/euclidean_permutation.hpp
mdtraj/rmsd/include/fancy_index.hpp
mdtraj/rmsd/include/msvccompat.h
mdtraj/rmsd/include/rotation.h
mdtraj/rmsd/include/sse_swizzle.h
mdtraj/rmsd/include/theobald_rmsd.h
mdtraj/rmsd/include/util_arm.h
mdtraj/rmsd/include/util_sse.h
mdtraj/rmsd/src/Munkres.cpp
mdtraj/rmsd/src/center.cpp
mdtraj/rmsd/src/center_arm.h
mdtraj/rmsd/src/center_generic.h
mdtraj/rmsd/src/center_sse.h
mdtraj/rmsd/src/euclidean_permutation.cpp
mdtraj/rmsd/src/fancy_index.cpp
mdtraj/rmsd/src/rotation.cpp
mdtraj/rmsd/src/rotation_arm.h
mdtraj/rmsd/src/rotation_generic.h
mdtraj/rmsd/src/rotation_sse.h
mdtraj/rmsd/src/theobald_rmsd.cpp
mdtraj/rmsd/src/theobald_rmsd_arm.h
mdtraj/rmsd/src/theobald_rmsd_generic.h
mdtraj/rmsd/src/theobald_rmsd_sse.h
mdtraj/scripts/__init__.py
mdtraj/scripts/mdconvert.py
mdtraj/scripts/mdinspect.py
mdtraj/testing/__init__.py
mdtraj/testing/docscrape.py
mdtraj/testing/docstrings.py
mdtraj/testing/testing.py
mdtraj/utils/__init__.py
mdtraj/utils/contextmanagers.py
mdtraj/utils/delay_import.py
mdtraj/utils/rotation.py
mdtraj/utils/singleton.py
mdtraj/utils/unitcell.py
mdtraj/utils/validation.py
mdtraj/utils/zipped.py
mdtraj/utils/unit/__init__.py
mdtraj/utils/unit/basedimension.py
mdtraj/utils/unit/baseunit.py
mdtraj/utils/unit/constants.py
mdtraj/utils/unit/doctests.py
mdtraj/utils/unit/mymatrix.py
mdtraj/utils/unit/prefix.py
mdtraj/utils/unit/quantity.py
mdtraj/utils/unit/standard_dimensions.py
mdtraj/utils/unit/unit.py
mdtraj/utils/unit/unit_definitions.py
mdtraj/utils/unit/unit_math.py
mdtraj/utils/unit/unit_operators.py
tests/test_alignment.py
tests/test_angles.py
tests/test_arc.py
tests/test_capi.py
tests/test_contact.py
tests/test_crd.py
tests/test_dcd.py
tests/test_dihedral.py
tests/test_distance.py
tests/test_docstrings.py
tests/test_drid.py
tests/test_dssp.py
tests/test_dtr.py
tests/test_element.py
tests/test_geometry.py
tests/test_gro.py
tests/test_gsd.py
tests/test_hbonds.py
tests/test_hdf5.py
tests/test_hoomdxml.py
tests/test_io.py
tests/test_lammpstrj.py
tests/test_lh5.py
tests/test_load.py
tests/test_lprmsd.py
tests/test_mdconvert.py
tests/test_mdcrd.py
tests/test_mol2.py
tests/test_neighborlist.py
tests/test_neighbors.py
tests/test_netcdf.py
tests/test_nmr.py
tests/test_order.py
tests/test_pdb.py
tests/test_pdbx.py
tests/test_pi_stacking.py
tests/test_prmtop.py
tests/test_psf.py
tests/test_quaternion.py
tests/test_rdf.py
tests/test_reporter.py
tests/test_restart.py
tests/test_rmsd.py
tests/test_rmsd_memmap.py
tests/test_sasa.py
tests/test_selection.py
tests/test_shape.py
tests/test_thermodynamic_properties.py
tests/test_topology.py
tests/test_trajectory.py
tests/test_trr.py
tests/test_unitcell.py
tests/test_utils.py
tests/test_xml.py
tests/test_xtc.py
tests/test_xyz.py
tests/test_zipped.py