traj2qmcfc
Command Line Tool for Converting PQ to QMCFC Trajectory Files
Converts a PQ trajectory to a QMCFC trajectory format output.
Both formats are adapted xyz file formats with the box dimensions and box angles being placed in the same line after the number of atoms. The QMCFC contains an additional dummy ‘X’ particle as first entry of the coordinates section for visibility and debugging reasons in conjunction with vmd.
Summary
Classes:
Command Line Tool for Converting PQ to QMCFC Trajectory Files |
Functions:
Main function of the traj2qmcfc command line tool, which is basically just a wrapper for the traj2qmcfc function. |
Reference
- class Traj2QMCFCCLI[source]
Bases:
CLIBase
Command Line Tool for Converting PQ to QMCFC Trajectory Files
- classmethod add_arguments(
- parser: _ArgumentParser,
Adds the arguments to the parser.
- Parameters:
parser (_ArgumentParser) – The parser to which the arguments should be added.