Jaguar utility functions.
Copyright Schrodinger, LLC. All rights reserved.
|
|
|
get_jobname(prefix,
str_to_hash)
Construct a jobname based on the given string prefix (typically the
backend script name) and a string to be hashed (typically based on
the cmdline being used to invoke the job.) |
|
|
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. |
|
|
int
|
|
int
|
|
|
elmnt_mult_dict()
make a dictionary of element:multiplicity for all neutral elements up
to Lawrencium |
|
|