gen2xyz

Command Line Tool for Converting GEN Files to XYZ Files

This command line tool can be used to convert gen files to xyz files.

If the box information from the gen file should not be included in the xyz file, please use the –nobox option.

Summary

Classes:

GEN2XYZCLI

Command Line Tool for Converting GEN Files to XYZ Files

Functions:

main

Main function of the gen2xyz command line tool, which is basically just a wrapper for the gen2xyz function.

Reference

class GEN2XYZCLI[source]

Bases: CLIBase

Command Line Tool for Converting GEN Files to XYZ 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 (_ArgumentParser) – The arguments that were parsed by the parser.

main()[source]

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