molgri.naming

Naming conventions are defined here.

Classes

FullGridNameParser(name_string)

GridNameParser(name_string[, o_or_b])

Differently than pure NameParser, GridNameParser raises errors if the name doesn't correspond to a standard grid name.

NameParser(name_string)

class molgri.naming.NameParser(name_string: str)
__init__(name_string: str)
class molgri.naming.FullGridNameParser(name_string: str)
__init__(name_string: str)
get_standard_full_grid_name()
get_num_b_rot()
get_num_o_rot()
class molgri.naming.GridNameParser(name_string: str, o_or_b='o')

Differently than pure NameParser, GridNameParser raises errors if the name doesn’t correspond to a standard grid name.

__init__(name_string: str, o_or_b='o')
get_standard_grid_name() str
get_alg()
get_N()
get_dim()