io
A package containing classes and functions to handle input and output of molecular dynamics simulations.
Submodules
Subpackages
Summary
__all__ Classes:
Base class for frame readers. |
|
A base class for all readers. |
|
A base class for all writers. |
|
An enumeration of the supported box file formats. |
|
A class for reading data-style box files. |
|
A class for writing a trajectory to a box file. |
|
A class to read energy files from molecular dynamics simulations. |
|
A frame reader for extended xyz position frames. |
|
An enumeration of supported extended xyz unit conventions. |
|
An enumeration of the supported file write modes. |
|
A class for reading gen files. |
|
A class for writing gen files. |
|
This is a class to read info files from molecular dynamics simulations. |
|
An enumeration of the supported input formats. |
|
Class to parse input files. |
|
This is a class to read moldescriptor files. |
|
A reader for the fixed 13-column |
|
An enumeration of the supported output file formats. |
|
A class to read the input file for the PQAnalysis. |
|
Reads a PQ input file and parses it. |
|
A fast-path reader that streams raw per-frame data of xyz-family trajectory files. |
|
A class for reading restart files. |
|
A class for writing restart files. |
|
A class to read a topology file for the bonded topology of the PQ or QMCFC project and return a BondedTopology object. |
|
Class for writing topology files containing bonded information for the PQ and QMCFC MD software packages. |
|
A class for reading a trajectory from a file. |
|
A class for writing a trajectory to a file. |
|
This class provides methods for reading a frame from a string. |
__all__ Functions:
Calculate the number of frames in a trajectory file. |
|
API function for continuing an input file. |
|
Converts a gen file to a xyz file and prints it to stdout or writes it to a file. |
|
Return the frame reader implementation for a trajectory format. |
|
Reads a data-style box file. |
|
Function to read a gen file. |
|
Read a PQ optimizer output file. |
|
API function for reading a restart file. |
|
Function to read a topology file. |
|
API function for reading a trajectory from a file. |
|
API function for building a frame generator from a trajectory file. |
|
Converts a restart file to a xyz file and prints it to stdout or writes it to a file. |
|
Converts multiple trajectory files to a box file and prints it to stdout or writes it to a file. |
|
Converts one or more PQ xyz trajectory files to extended xyz format and prints it to stdout or writes it to a file. |
|
Converts multiple trajectory files from a PQ format to a QMCFC format and prints it to stdout or writes it to a file. |
|
API write wrapper function for writing different objects to a file. |
|
Writes the given trajectory to the file in a selected box file format. |
|
Function to write a gen file. |
|
Wrapper function to write a topology file. |
|
Wrapper for TrajectoryWriter to write a trajectory to a file. |
|
Converts a xyz file to a gen file and prints it to stdout or writes it to a file. |
|
Converts a xyz file to a restart file and prints it to stdout or writes it to a file. |