|
NAMEsc::DerivCenters - DerivCenters keeps track the centers that derivatives are taken with respect to.SYNOPSIS#include <dercent.h> Public Member FunctionsDerivCenters () Construct a new, empty DerivCenters object. Routines to Modify DerivCenters
Routines to Query DerivCenters
Detailed DescriptionDerivCenters keeps track the centers that derivatives are taken with respect to.Member Function Documentationvoid sc::DerivCenters::add_center (int center, const Ref< GaussianBasisSet > & bs, int shell)Add a center using a basis set and the shell number.Parameters center The center number (between 0 and 3
inclusive).
bs The basis set for this center. shell The shell number for this center. void sc::DerivCenters::add_center (int center, int atom)Add a center using the atom number.Parameters center The center number (between 0 and 3
inclusive).
atom The center within a GaussianBasisSet. void sc::DerivCenters::add_omitted (int center, const Ref< GaussianBasisSet > & bs, int shell)Add the omitted center using a basis set and the shell number.Parameters center The center number (between 0 and 3
inclusive).
bs The basis set for this center. shell The shell number for this center. void sc::DerivCenters::add_omitted (int center, int atom)Add the omitted center using the atom number.Parameters center The center number (between 0 and 3
inclusive).
atom The center within a GaussianBasisSet. int sc::DerivCenters::atom (int i) const [inline]Parametersi The computed center index (between 0 and
n() - 1, inclusive).
Returns The atom number.
Referenced by sc::LocalTBGrad< T >::run(). int sc::DerivCenters::center (int i) const [inline]Parametersi The computed center index (between 0 and
n() - 1, inclusive).
Returns The center number (between 0 and 3, inclusive).
int sc::DerivCenters::has_omitted_center () const [inline]Returns1 if there is an omitted center, otherwise 0.
int sc::DerivCenters::omitted_atom () const [inline]ReturnsThe atom that is omitted from the integral buffer.
Referenced by sc::LocalTBGrad< T >::run(). int sc::DerivCenters::omitted_center () const [inline]ReturnsThe center for which integrals where not computed.
AuthorGenerated automatically by Doxygen for MPQC from the source code.
Visit the GSP FreeBSD Man Page Interface. |