KilocaloriePerMole Unit System#
You can check out this unit system’s functions in its base class:
- unitsKilocaloriePerMole
unitsKilocaloriePerMole
unitsKilocaloriePerMole.__add__()
unitsKilocaloriePerMole.__eq__()
unitsKilocaloriePerMole.__ge__()
unitsKilocaloriePerMole.__gt__()
unitsKilocaloriePerMole.__iadd__()
unitsKilocaloriePerMole.__imul__()
unitsKilocaloriePerMole.__isub__()
unitsKilocaloriePerMole.__itruediv__()
unitsKilocaloriePerMole.__le__()
unitsKilocaloriePerMole.__lt__()
unitsKilocaloriePerMole.__mul__()
unitsKilocaloriePerMole.__ne__()
unitsKilocaloriePerMole.__neg__()
unitsKilocaloriePerMole.__radd__()
unitsKilocaloriePerMole.__rmul__()
unitsKilocaloriePerMole.__rsub__()
unitsKilocaloriePerMole.__rtruediv__()
unitsKilocaloriePerMole.__sub__()
unitsKilocaloriePerMole.__truediv__()
unitsKilocaloriePerMole.fromLinearInterpolation()
unitsKilocaloriePerMole.setZero()
unitsKilocaloriePerMole.str()
unitsKilocaloriePerMole.toDebugString()
unitsKilocaloriePerMole.Eh
unitsKilocaloriePerMole.J
unitsKilocaloriePerMole.JPerMol
unitsKilocaloriePerMole.eV
unitsKilocaloriePerMole.electronvolt
unitsKilocaloriePerMole.hartree
unitsKilocaloriePerMole.isDimensionless
unitsKilocaloriePerMole.joule
unitsKilocaloriePerMole.joulePerMole
unitsKilocaloriePerMole.sizeOfUnitSystem
unitsKilocaloriePerMole.value
There are multiple convenience constructors available for the commonly used units. These convenience constructors internally call the unit system’s base class with proper units. In the case if there is no convenience constructor for a quantity in this unit system that you want to use, you can create it using the base class by providing exponents and scales or by combining quantities with existing convenience constructors using arithmetic operations.
SBQuantity.kilocaloriePerMole(1.0)
SBQuantity.kcalPerMol(1.0)