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:

XYZ2GENCLI

Command Line Tool for Converting XYZ Files to GEN Files

Functions:

main

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,
) None[source]

Adds the arguments to the parser.

Parameters:

parser (_ArgumentParser) – The parser to which the arguments should be added.

classmethod program_name() str[source]

Returns the name of the program.

Returns:

The name of the program.

Return type:

str

classmethod run(args)[source]

Runs the command line tool.

Parameters:

args (_Namespace) – The arguments from the command line.

main()[source]

Main function of the xyz2gen command line tool, which is basically just a wrapper for the xyz2gen function. For more information on the xyz2gen function please visit PQAnalysis.io.api.xyz2gen().