File format supported #36
mathieulinares
started this conversation in
General
Replies: 2 comments 1 reply
-
Any chance .dcd will be added? Is there any way I can load my .dcd trajectory file? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Supported file formats for topologies:
• gro - Gromacs (ASCII, any precision)
• pdb - Protein Databank (ASCII, reduced precision)
• cif - PDBx/mmcif (ASCII) [Not thoroughly tested]
• xyz/arc/xmol - XYZ formats in variations (ASCII)
• LAMMPS data file
The currently supported file formats for trajectories:
• xtc - Gromacs (binary, compressed, full precision)
• trr - Gromacs (binary, full precision)
• pdb - Protein Databank, frame encoded via MODEL/TER (ASCII, re-
duced precision)
• xyz/arc/xmol - XYZ formats in variations (ASCII, any precision)
• LAMMPS ASCII trajectory
Supported file formats for script import:
• edr - Gromacs Energy (binary)
• xvg - Grace Tabular (ASCII)
• csv - Comma Separated Values (ASCII)
Supported file formats for script export:
• xvg - Grace Tabular (ASCII)
• csv - Comma Separated Values (ASCII)
• cube - Cube file, volume + structure (ASCII)
The supported file formats have been focused on Gromacs and its ecosystem. In the future, we aim to add support for NAMD,
CHARMM, and AMBER.
Beta Was this translation helpful? Give feedback.
All reactions