The Molecule constuctor does not accept any arguments.
let molecule = new Molecule();
Molecule.createAtomMolecule.createAtomsMolecule.getAtomIdMolecule.getAtomByIdMolecule.getAtomsByElementMolecule.containsMolecule.getAtomsByElementMolecule.bondMolecule.modifyBondMolecule.getBondMolecule.getBondedAtomsMolecule.getBondCountMolecule.getBranchPathsMolecule.packMolecule.unpackMolecule.chainCarbonsMolecule.hydrogenateCarbonMolecule.hydrogenateCarbonsType: Number
The mass of the molecule in daltons.
Type: Object
The counts of individual atoms by symbol and atomic number.
Example: Butane
Object {
"atomic": Object {
"1": 10,
"6": 4,
},
"symbol": Object {
"C": 4,
"H": 10,
},
}
Type: Object
The elemental composition with respect to moles by symbol and atomic number.
Example: Butane
Object {
"atomic": Object {
"1": 0.7143,
"6": 0.2857,
},
"symbol": Object {
"C": 0.2857,
"H": 0.7143,
},
}
Type: Object
The elemental composition with respect to mass by symbol and atomic number.
Example: Butane
Object {
"atomic": Object {
"1": 0.1734,
"6": 0.8266,
},
"symbol": Object {
"C": 0.8266,
"H": 0.1734,
},
}