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