Package org.openscience.cdk
Class PhysicalConstants
java.lang.Object
org.openscience.cdk.PhysicalConstants
An class providing predefined properties of physical constants.
- Source code:
- main
- Keywords:
- physical properties
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final double
Factor for the conversion of Bohr's to Angstrom's.static final double
Mass of an electron.static final double
Mass of a proton. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
MASS_PROTON
public static final double MASS_PROTONMass of a proton.- See Also:
-
MASS_ELECTRON
public static final double MASS_ELECTRONMass of an electron.- See Also:
-
BOHR_TO_ANGSTROM
public static final double BOHR_TO_ANGSTROMFactor for the conversion of Bohr's to Angstrom's.- See Also:
-
-
Constructor Details
-
PhysicalConstants
public PhysicalConstants()
-