.TH "sc::MolecularFrequencies" 3 "Sun Oct 4 2020" "Version 2.3.1" "MPQC" \" -*- nroff -*- .ad l .nh .SH NAME sc::MolecularFrequencies \- The \fBMolecularFrequencies\fP class is used to compute the molecular frequencies and thermodynamic information\&. .SH SYNOPSIS .br .PP .PP \fC#include \fP .PP Inherits \fBsc::SavableState\fP\&. .SS "Public Member Functions" .in +1c .ti -1c .RI "\fBMolecularFrequencies\fP (const \fBRef\fP< \fBKeyVal\fP > &)" .br .RI "The \fBKeyVal\fP constructor\&. " .ti -1c .RI "\fBMolecularFrequencies\fP (\fBStateIn\fP &)" .br .ti -1c .RI "void \fBsave_data_state\fP (\fBStateOut\fP &)" .br .RI "Save the base classes (with save_data_state) and the members in the same order that the \fBStateIn\fP CTOR initializes them\&. " .ti -1c .RI "\fBRef\fP< \fBMolecule\fP > \fBmolecule\fP () const" .br .RI "Return the molecule\&. " .ti -1c .RI "void \fBcompute_frequencies\fP (const \fBRefSymmSCMatrix\fP &xhessian)" .br .RI "Given a cartesian coordinate hessian, compute the frequencies\&. " .ti -1c .RI "int \fBnirrep\fP () const" .br .RI "Returns the number if irreps\&. " .ti -1c .RI "int \fBnfreq\fP (int irrep) const" .br .RI "Returns the number of modes in an irrep\&. " .ti -1c .RI "double \fBfreq\fP (int irrep, int i) const" .br .RI "Returns the frequency, given the irrep and the index\&. " .ti -1c .RI "\fBRefSCMatrix\fP \fBnormal_coordinates\fP ()" .br .RI "This returns the normal coordinates generated by compute_frequencies\&. " .ti -1c .RI "void \fBthermochemistry\fP (int degeneracy, double temp=298\&.15, double pres=1\&.0)" .br .RI "Computes thermochemical information using information generated by calling compute_frequencies first\&. " .ti -1c .RI "void \fBanimate\fP (const \fBRef\fP< \fBRender\fP > &, const \fBRef\fP< \fBMolFreqAnimate\fP > &)" .br .ti -1c .RI "\fBRef\fP< \fBSCMatrixKit\fP > \fBmatrixkit\fP ()" .br .ti -1c .RI "\fBRef\fP< \fBSCMatrixKit\fP > \fBsymmatrixkit\fP ()" .br .in -1c .SS "Additional Inherited Members" .SH "Detailed Description" .PP The \fBMolecularFrequencies\fP class is used to compute the molecular frequencies and thermodynamic information\&. .SH "Constructor & Destructor Documentation" .PP .SS "sc::MolecularFrequencies::MolecularFrequencies (const \fBRef\fP< \fBKeyVal\fP > &)" .PP The \fBKeyVal\fP constructor\&. .IP "\fB\fCmole\fP\fP" 1c A \fBMolecularEnergy\fP object\&. If this is not given then molecule must be given\&. .PP .IP "\fB\fCmolecule\fP\fP" 1c A \fBMolecule\fP object\&. If this is not given then mole must be given\&. .PP .IP "\fB\fCpoint_group\fP\fP" 1c A \fBPointGroup\fP object\&. This is the point group used to compute the finite displacements\&. Since some \fBMolecularEnergy\fP objects cannot handle changes in the molecule's point group, the molecule must be given $C_1$ symmetry for frequency calculations\&. In this case, the point_group keyword can be given to reduce number of the displacements needed to compute the frequencies\&. If this is not given then the point group of the molecule is used\&. .PP .IP "\fB\fCdebug\fP\fP" 1c An integer which, if nonzero, will cause extra output\&. .PP .IP "\fB\fCdisplacement\fP\fP" 1c The amount that coordinates will be displaced\&. The default is 0\&.001\&. .PP .PP .SH "Member Function Documentation" .PP .SS "double sc::MolecularFrequencies::freq (int irrep, int i) const\fC [inline]\fP" .PP Returns the frequency, given the irrep and the index\&. compute_frequencies must be called first\&. .SS "int sc::MolecularFrequencies::nfreq (int irrep) const\fC [inline]\fP" .PP Returns the number of modes in an irrep\&. compute_frequencies must be called first\&. .SS "void sc::MolecularFrequencies::save_data_state (\fBStateOut\fP &)\fC [virtual]\fP" .PP Save the base classes (with save_data_state) and the members in the same order that the \fBStateIn\fP CTOR initializes them\&. This must be implemented by the derived class if the class has data\&. .PP Reimplemented from \fBsc::SavableState\fP\&. .SH "Author" .PP Generated automatically by Doxygen for MPQC from the source code\&.