traj2extxyz
Command Line Tool for Converting PQ Trajectory Files to Extended XYZ
Converts PQ xyz trajectory files to extended xyz format.
Summary
Classes:
Command Line Tool for Converting PQ Trajectory Files to Extended XYZ |
Functions:
Main function of the traj2extxyz command line tool, which is basically just a wrapper for the traj2extxyz function. |
Reference
- class Traj2ExtXYZCLI[source]
Bases:
CLIBaseCommand Line Tool for Converting PQ Trajectory Files to Extended XYZ
- classmethod add_arguments(
- parser: _ArgumentParser,
Adds the arguments to the parser.
- Parameters:
parser (_ArgumentParser) – The parser to which the arguments should be added.