Jaguar utility functions.
Copyright Schrodinger, LLC. All rights reserved.
|
get_pybatch_optparser(usage=None)
Return a SingleDashOptionParser that already has the standard python
batch command-line options added. |
|
|
|
add_subjob_files(jobbe,
job_id,
subdir=None)
Add output and log files from a subjob to a job's record. |
|
|
str
|
|
list
|
_get_atom_elements(jag_input)
This function returns list of elements for atoms stored in a given
JaguarInput object. |
|
|
tuple
|
_get_atoms_and_charge(inputs)
This function iterates over the list of given JaguarInput objects and
creates a list of all atom element names as well as total charge. |
|
|
str or None
|
validate_stoichiometry(reactants,
products)
This function validates stoichiometry for a reaction defined by the
list of reactants and products. |
|
|
|
elmnt_mult_dict()
make a dictionary of element:multiplicity for all neutral elements up
to Lawrencium |
|
|