type_from_type_map
Full name: ase2sprkkr.ase.test.grammar_types.type_from_type_map
- ase2sprkkr.ase.test.grammar_types.type_from_type_map = {<class 'bool'>: <Bool>, <class 'complex'>: <Complex>, <class 'float'>: <Real>, <class 'int'>: <Integer>, <class 'numpy.complex128'>: <Complex>, <class 'numpy.float64'>: <Real>, <class 'numpy.int32'>: <Integer>, <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.