rst2xyz
Command Line Tool for Converting Restart Files to XYZ Files
This command line tool can be used to convert restart files to xyz files.
If the box information from the restart file should not be included in the xyz file, please use the –nobox option.
Summary
Classes:
Command Line Tool for Converting Restart Files to XYZ Files |
Functions:
Main function of the rst2xyz command line tool, which is basically just a wrapper for the rst2xyz function. |
Reference
- class Rst2XYZCLI[source]
Bases:
CLIBase
Command Line Tool for Converting Restart Files to XYZ Files
- classmethod add_arguments(
- parser: _ArgumentParser,
Adds the arguments to the parser.
- Parameters:
parser (_ArgumentParser) – The parser to which the arguments should be added.