![]() |
![]()
| ![]() |
![]()
NAMEsc::Integral - The Integral abstract class acts as a factory to provide objects that compute one and two electron integrals. SYNOPSIS#include <integral.h> Inherits sc::SavableState. Inherited by sc::IntegralCCA, sc::IntegralCints, and sc::IntegralV3. Public Member FunctionsIntegral (StateIn &)
Public Member Functions inherited from sc::SavableState
Public Member Functions inherited from sc::DescribedClass
Public Member Functions inherited from sc::RefCount
Public Member Functions inherited from sc::Identity
Static Public Member Functionsstatic Integral * initial_integral (int &argc,
char **argv)
Static Public Member Functions inherited from
sc::SavableState
Protected Member FunctionsIntegral (const Ref< GaussianBasisSet >
&b1, const Ref< GaussianBasisSet > &b2, const
Ref< GaussianBasisSet > &b3, const Ref<
GaussianBasisSet > &b4)
Protected Member Functions inherited from sc::SavableState
Protected Member Functions inherited from sc::RefCount
Protected AttributesRef< GaussianBasisSet > bs1_
Detailed DescriptionThe Integral abstract class acts as a factory to provide objects that compute one and two electron integrals. Member Function Documentationvirtual Integral * sc::Integral::clone () [pure virtual]Clones the given Integral factory. The new factory may need to have set_basis and set_storage to be called on it. Implemented in sc::IntegralCints, sc::IntegralCCA, and sc::IntegralV3. virtual Ref< OneBodyInt > sc::Integral::dipole (const Ref< DipoleData > &) [pure virtual]Return a OneBodyInt that computes electric dipole moment integrals. The canonical order of integrals in a set is x, y, z. Implemented in sc::IntegralCints, sc::IntegralCCA, and sc::IntegralV3. virtual Ref< OneBodyInt > sc::Integral::efield_dot_vector (const Ref< EfieldDotVectorData > &) [pure virtual]Return a OneBodyInt that computes the electric field integrals dotted with a given vector. Implemented in sc::IntegralCints, sc::IntegralCCA, and sc::IntegralV3. virtual Ref< TwoBodyInt > sc::Integral::electron_repulsion () [pure virtual]Return a TwoBodyInt that computes electron repulsion integrals. Implemented in sc::IntegralCints, sc::IntegralCCA, and sc::IntegralV3. virtual Ref< TwoBodyTwoCenterInt > sc::Integral::electron_repulsion2 () [virtual]Return a TwoBodyTwoCenterInt that computes electron repulsion integrals. If this is not re-implemented it will throw. Reimplemented in sc::IntegralV3. virtual Ref< TwoBodyTwoCenterDerivInt > sc::Integral::electron_repulsion2_deriv () [virtual]Return a TwoBodyTwoCenterInt that computes electron repulsion integrals. If this is not re-implemented it will throw. virtual Ref< TwoBodyThreeCenterInt > sc::Integral::electron_repulsion3 () [virtual]Return a TwoBodyThreeCenterInt that computes electron repulsion integrals. If this is not re-implemented it will throw. Reimplemented in sc::IntegralV3. virtual Ref< TwoBodyThreeCenterDerivInt > sc::Integral::electron_repulsion3_deriv () [virtual]Return a TwoBodyThreeCenterInt that computes electron repulsion integrals. If this is not re-implemented it will throw. virtual Ref< TwoBodyDerivInt > sc::Integral::electron_repulsion_deriv () [pure virtual]Return a TwoBodyDerivInt that computes electron repulsion derivatives. Implemented in sc::IntegralCints, sc::IntegralCCA, and sc::IntegralV3. virtual int sc::Integral::equiv (const Ref< Integral > &) [virtual]Returns nonzero if this and the given Integral object have the same integral ordering, normalization conventions, etc. virtual Ref< TwoBodyInt > sc::Integral::grt () [virtual]Return a TwoBodyInt that computes two-electron integrals specific to linear R12 methods. According to the convention in the literature, 'g' stands for electron repulsion integral, 'r' for the integral of r12 operator, and 't' for the commutator integrals. Implementation for this kind of TwoBodyInt is optional. Reimplemented in sc::IntegralCints. virtual Ref< OneBodyInt > sc::Integral::hcore () [pure virtual]Return a OneBodyInt that computes the core Hamiltonian integrals. Implemented in sc::IntegralCints, sc::IntegralCCA, and sc::IntegralV3. virtual Ref< OneBodyDerivInt > sc::Integral::hcore_deriv () [pure virtual]Return a OneBodyDerivInt that computes core Hamiltonian derivatives. Implemented in sc::IntegralCints, sc::IntegralCCA, and sc::IntegralV3. static Integral * sc::Integral::initial_integral (int & argc, char ** argv) [static]Create an integral factory. This routine looks for a -integral argument, then the environmental variable INTEGRAL. The argument to -integral should be either string for a ParsedKeyVal constructor or a classname. This factory is not guaranteed to have its storage and basis sets set up properly, hence set_basis and set_storage need to be called on it. virtual Ref< OneBodyInt > sc::Integral::kinetic () [pure virtual]Return a OneBodyInt that computes the kinetic energy. Implemented in sc::IntegralCints, sc::IntegralCCA, and sc::IntegralV3. virtual Ref< OneBodyDerivInt > sc::Integral::kinetic_deriv () [pure virtual]Return a OneBodyDerivInt that computes kinetic energy derivatives. Implemented in sc::IntegralCints, sc::IntegralCCA, and sc::IntegralV3. virtual CartesianIter * sc::Integral::new_cartesian_iter (int) [pure virtual]Return a CartesianIter object. The caller is responsible for freeing the object. Implemented in sc::IntegralCints, sc::IntegralCCA, and sc::IntegralV3. virtual RedundantCartesianIter * sc::Integral::new_redundant_cartesian_iter (int) [pure virtual]Return a RedundantCartesianIter object. The caller is responsible for freeing the object. Implemented in sc::IntegralCints, sc::IntegralCCA, and sc::IntegralV3. virtual RedundantCartesianSubIter * sc::Integral::new_redundant_cartesian_sub_iter (int) [pure virtual]Return a RedundantCartesianSubIter object. The caller is responsible for freeing the object. Implemented in sc::IntegralCints, sc::IntegralCCA, and sc::IntegralV3. virtual SphericalTransformIter * sc::Integral::new_spherical_transform_iter (int l, int inv = 0, int subl = -1) [pure virtual]Return a SphericalTransformIter object. The caller is responsible for freeing the object. Implemented in sc::IntegralCints, sc::IntegralCCA, and sc::IntegralV3. virtual Ref< OneBodyInt > sc::Integral::nuclear () [pure virtual]Return a OneBodyInt that computes the nuclear repulsion integrals. Charges from the atoms on center one are used. If center two is not identical to center one, then the charges on center two are included as well. Implemented in sc::IntegralCints, sc::IntegralCCA, and sc::IntegralV3. virtual Ref< OneBodyDerivInt > sc::Integral::nuclear_deriv () [pure virtual]Return a OneBodyDerivInt that computes nuclear repulsion derivatives. Implemented in sc::IntegralCints, sc::IntegralCCA, and sc::IntegralV3. virtual Ref< OneBodyInt > sc::Integral::overlap () [pure virtual]Return a OneBodyInt that computes the overlap. Implemented in sc::IntegralCints, sc::IntegralCCA, and sc::IntegralV3. virtual Ref< OneBodyDerivInt > sc::Integral::overlap_deriv () [pure virtual]Return a OneBodyDerivInt that computes overlap derivatives. Implemented in sc::IntegralCints, sc::IntegralCCA, and sc::IntegralV3. virtual Ref< OneBodyInt > sc::Integral::point_charge (const Ref< PointChargeData > &) [pure virtual]Return a OneBodyInt that computes the integrals for interactions with point charges. Implemented in sc::IntegralCints, sc::IntegralCCA, and sc::IntegralV3. virtual Ref< OneBodyOneCenterInt > sc::Integral::point_charge1 (const Ref< PointChargeData > &) [virtual]Return a OneBodyInt that computes the integrals for interactions with point charges. Reimplemented in sc::IntegralV3. virtual Ref< OneBodyInt > sc::Integral::quadrupole (const Ref< DipoleData > &) [pure virtual]Return a OneBodyInt that computes electric quadrupole moment integrals. The canonical order of integrals in a set is x^2, xy, xz, y^2, yz, z^2. Implemented in sc::IntegralCints, sc::IntegralCCA, and sc::IntegralV3. void sc::Integral::save_data_state (StateOut &) [virtual]Save the base classes (with save_data_state) and the members in the same order that the StateIn CTOR initializes them. This must be implemented by the derived class if the class has data. Reimplemented from sc::SavableState. Reimplemented in sc::IntegralCints, sc::IntegralCCA, and sc::IntegralV3. virtual void sc::Integral::set_basis (const Ref< GaussianBasisSet > & b1, const Ref< GaussianBasisSet > & b2 = 0, const Ref< GaussianBasisSet > & b3 = 0, const Ref< GaussianBasisSet > & b4 = 0) [virtual]Set the basis set for each center. Reimplemented in sc::IntegralCints, sc::IntegralCCA, and sc::IntegralV3. ShellRotation sc::Integral::shell_rotation (int am, SymmetryOperation &, int pure = 0)Return the ShellRotation object for a shell of the given angular momentum. Pass nonzero to pure to do solid harmonics. virtual const SphericalTransform * sc::Integral::spherical_transform (int l, int inv = 0, int subl = -1) [pure virtual]Return a SphericalTransform object. The pointer is only valid while this Integral object is valid. Implemented in sc::IntegralCints, sc::IntegralCCA, and sc::IntegralV3. virtual size_t sc::Integral::storage_required_eri (const Ref< GaussianBasisSet > & b1, const Ref< GaussianBasisSet > & b2 = 0, const Ref< GaussianBasisSet > & b3 = 0, const Ref< GaussianBasisSet > & b4 = 0) [virtual]Returns how much storage will be needed to initialize a two-body integrals evaluator for electron repulsion integrals. Reimplemented in sc::IntegralCints. virtual size_t sc::Integral::storage_required_grt (const Ref< GaussianBasisSet > & b1, const Ref< GaussianBasisSet > & b2 = 0, const Ref< GaussianBasisSet > & b3 = 0, const Ref< GaussianBasisSet > & b4 = 0) [virtual]Returns how much storage will be needed to initialize a two-body integrals evaluator for linear R12 integrals. Reimplemented in sc::IntegralCints. AuthorGenerated automatically by Doxygen for MPQC from the source code.
|