pmutt.constants.type_dict

pmutt.constants.type_dict = {'A': 'length', 'A2': 'area', 'C': 'temp', 'Eh': 'energy', 'Eh/molecule': 'energy/amount', 'Eh/particle': 'energy/amount', 'F': 'temp', 'Ha': 'energy', 'Ha/molecule': 'energy/amount', 'Ha/particle': 'energy/amount', 'J': 'energy', 'J/mol': 'energy/amount', 'K': 'temp', 'L': 'volume', 'L atm': 'energy', 'MPa': 'pressure', 'Pa': 'pressure', 'R': 'temp', 'amu': 'mass', 'atm': 'pressure', 'bar': 'pressure', 'cal': 'energy', 'cal/mol': 'energy/amount', 'cm': 'length', 'cm2': 'area', 'cm3': 'volume', 'day': 'time', 'eV': 'energy', 'eV/molecule': 'energy/amount', 'eV/particle': 'energy/amount', 'ft': 'length', 'ft2': 'area', 'ft3': 'volume', 'g': 'mass', 'hr': 'time', 'inch': 'length', 'inch2': 'area', 'inch3': 'volume', 'kJ': 'energy', 'kJ/mol': 'energy/amount', 'kPa': 'pressure', 'kcal': 'energy', 'kcal/mol': 'energy/amount', 'kg': 'mass', 'km': 'length', 'km2': 'area', 'lbs': 'mass', 'm': 'length', 'm2': 'area', 'm3': 'volume', 'mL': 'volume', 'mile': 'length', 'min': 'time', 'mmHg': 'pressure', 'mol': 'amount', 'molec': 'amount', 'molecule': 'amount', 'ms': 'time', 'nm': 'length', 'ns': 'time', 'ps': 'time', 'psi': 'pressure', 's': 'time', 'torr': 'pressure'}

Key are units, values are the type of unit

Type:

dict