type_from_type_map

Full name: ase2sprkkr.common.grammar_types.type_from_type_map

ase2sprkkr.common.grammar_types.type_from_type_map = OrderedDict([(<class 'float'>, <Real>), (<class 'complex'>, <Complex>), (<class 'int'>, <Integer>), (<class 'bool'>, <Bool>), (<class 'str'>, <String>)])

The standard grammar_types for python types.

The value type can be given by a standard python type, this map maps the python type for the appropriate grammar_type class.