GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
sc::MolecularFormula(3) MPQC sc::MolecularFormula(3)

sc::MolecularFormula - The MolecularFormula class is used to calculate the molecular formula of a Molecule.

#include <formula.h>


MolecularFormula (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.

The MolecularFormula class is used to calculate the molecular formula of a Molecule.

There is only one constructor which takes Ref<Molecule> as input.

Generated automatically by Doxygen for MPQC from the source code.
Tue Jun 7 2022 Version 2.3.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.