load_trajectory_mda
Load any MDAnalysis-readable trajectory into PyMOL states, enabling visualization of formats PyMOL cannot natively read (LAMMPS, NetCDF, etc.). Requires MDAnalysis.
Instructions
Load any MDAnalysis-readable trajectory (LAMMPS dump, AMBER NetCDF, ...) by injecting
coordinates into PyMOL states. Requires the optional md extra (MDAnalysis).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_frames | No | Max frames to inject (subsample across the trajectory). | |
| length_unit | No | MDAnalysis length unit ('Angstrom' or 'nm'); LAMMPS non-real units matter. | Angstrom |
| object_name | No | Object name to create. | mda |
| topology_path | No | Topology (LAMMPS data, PSF, PDB, GRO). If omitted, the trajectory is used as its own topology (e.g. LAMMPS dump). | |
| topology_format | No | MDAnalysis topology_format, e.g. 'LAMMPSDATA', 'DATA'. | |
| trajectory_path | Yes | Trajectory PyMOL can't read natively (LAMMPS dump, NetCDF, ...). | |
| trajectory_format | No | MDAnalysis format, e.g. 'LAMMPSDUMP', 'NCDF'. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||