|
const std::string & | name () const |
|
const std::string & | notation () const |
|
const std::vector< long > & | qatom_ps () const |
|
long | qatom_ps (long n) const |
|
long | Z_total () const |
|
double | A_total () const |
|
long | tqatom () const |
|
const std::shared_ptr< VanDerWaals > & | vdw () const |
|
| MoleculeDef ()=default |
|
| MoleculeDef (const std::string &fname, const std::string &fnotation, long fqatom, const std::vector< std::string > &fatom_not, const std::vector< long > &fqatom_ps, std::shared_ptr< VanDerWaals > fvdw={}) |
|
| MoleculeDef (const std::string &fname, const std::string &fnotation, const std::string &fatom_not, long fqatom_ps, std::shared_ptr< VanDerWaals > fvdw={}) |
|
| MoleculeDef (const std::string &fname, const std::string &fnotation, const std::string &fatom_not1, long fqatom_ps1, const std::string &fatom_not2, long fqatom_ps2, std::shared_ptr< VanDerWaals > fvdw={}) |
|
| MoleculeDef (const std::string &fname, const std::string &fnotation, const std::string &fatom_not1, long fqatom_ps1, const std::string &fatom_not2, long fqatom_ps2, const std::string &fatom_not3, long fqatom_ps3, std::shared_ptr< VanDerWaals > fvdw={}) |
|
| ~MoleculeDef ()=default |
|
void | print (std::ostream &file, int l) const |
|
MoleculeDef * | copy () const |
|
| AtomMixDef ()=default |
| Default constructor.
|
|
| AtomMixDef (unsigned long fqatom, const std::vector< std::string > &fatom_not, const std::vector< double > &fweight_quan) |
| Constructor from list of atoms and weights.
|
|
| AtomMixDef (unsigned long fqatom, const std::vector< std::string > &fatom_not, const std::vector< long > &fweight_quan) |
| Constructor from list of atoms and number of atoms per molecule.
|
|
void | print (std::ostream &file, int l) const |
|
long | qatom () const |
|
const std::vector< const AtomDef * > & | atom () const |
|
const AtomDef * | atom (long n) const |
|
const std::vector< double > & | weight_quan () const |
|
const std::vector< double > & | weight_mass () const |
|
double | weight_quan (long n) const |
|
double | weight_mass (long n) const |
|
double | Z_mean () const |
|
double | A_mean () const |
|
double | inv_A_mean () const |
|
double | mean_ratio_Z_to_A () const |
|
double | NumberOfElectronsInGram () const |
|
Definition of molecule as a mixture of atoms. Only the basic information: the name, the notation, the mean charge and atomic weight and the parameters of mixture class.
1998-2004 I. Smirnov
Definition at line 46 of file MoleculeDef.h.