|
NAMEsc::MolecularFormula - The MolecularFormula class is used to calculate the molecular formula of a Molecule.SYNOPSIS#include <formula.h> Public Member FunctionsMolecularFormula (const Ref< Molecule > &m) Constructors. The argument must be nonnull. MolecularFormula (const Molecule *m) const char * formula () const Returns a null terminated string containing the molecular formula. int natomtypes () Returns the number of atomtypes. int Z (int itype) Returns atomic number of given atomtypeindex. int nZ (int itype) Returns number of atoms of given atomtypeindex. Detailed DescriptionThe MolecularFormula class is used to calculate the molecular formula of a Molecule.There is only one constructor which takes Ref<Molecule> as input. AuthorGenerated automatically by Doxygen for MPQC from the source code.
Visit the GSP FreeBSD Man Page Interface. |