xyz2rst
Command Line Tool for Converting XYZ Files to Restart Files
This command line tool can be used to convert xyz files to restart files.
Summary
Classes:
Command Line Tool for Converting XYZ Files to Restart Files |
Functions:
Main function of the xyz2rst command line tool, which is basically just a wrapper for the xyz2rst function. |
Reference
- class XYZ2RstCLI[source]
Bases:
CLIBase
Command Line Tool for Converting XYZ Files to Restart Files
- classmethod add_arguments(
- parser: _ArgumentParser,
Adds the arguments to the parser.
- Parameters:
parser (_ArgumentParser) – The parser to which the arguments should be added.