28 #ifndef _chemistry_qc_basis_integral_h
29 #define _chemistry_qc_basis_integral_h
37 #include <util/state/state.h>
38 #include <util/group/message.h>
39 #include <chemistry/qc/basis/basis.h>
40 #include <chemistry/qc/basis/obint.h>
41 #include <chemistry/qc/basis/tbint.h>
45 class SymmetryOperation;
46 class RefSymmSCMatrix;
49 class RedundantCartesianIter;
50 class RedundantCartesianSubIter;
51 class SphericalTransformIter;
52 class SphericalTransform;
53 class PointBag_double;
166 int inv=0,
int subl=-1) =0;
171 int inv=0,
int subl=-1) =0;
virtual Ref< OneBodyOneCenterInt > point_charge1(const Ref< PointChargeData > &)
Return a OneBodyInt that computes the integrals for interactions with point charges.
virtual Ref< OneBodyDerivInt > kinetic_deriv()=0
Return a OneBodyDerivInt that computes kinetic energy derivatives.
virtual Ref< OneBodyInt > efield_dot_vector(const Ref< EfieldDotVectorData > &)=0
Return a OneBodyInt that computes the electric field integrals dotted with a given vector.
virtual size_t storage_required_eri(const Ref< GaussianBasisSet > &b1, const Ref< GaussianBasisSet > &b2=0, const Ref< GaussianBasisSet > &b3=0, const Ref< GaussianBasisSet > &b4=0)
Returns how much storage will be needed to initialize a two-body integrals evaluator for electron rep...
RedundantCartesianIter objects loop through all possible combinations of a given number of axes.
Definition: cartiter.h:80
virtual Ref< OneBodyDerivInt > nuclear_deriv()=0
Return a OneBodyDerivInt that computes nuclear repulsion derivatives.
Ref< MessageGrp > messagegrp()
Return the MessageGrp used by the integrals objects.
Definition: integral.h:251
virtual size_t storage_required_eri_deriv(const Ref< GaussianBasisSet > &b1, const Ref< GaussianBasisSet > &b2=0, const Ref< GaussianBasisSet > &b3=0, const Ref< GaussianBasisSet > &b4=0)
Returns how much storage will be needed to initialize a two-body integrals evaluator for derivative e...
virtual Ref< OneBodyInt > quadrupole(const Ref< DipoleData > &)=0
Return a OneBodyInt that computes electric quadrupole moment integrals.
static Integral * initial_integral(int &argc, char **argv)
Create an integral factory.
virtual Ref< OneBodyInt > overlap()=0
Return a OneBodyInt that computes the overlap.
The SymmetryOperation class provides a 3 by 3 matrix representation of a symmetry operation,...
Definition: pointgrp.h:70
CartesianIter gives the ordering of the Cartesian functions within a shell for the particular integra...
Definition: cartiter.h:39
Compute the transformation matrices that maps a set of Cartesian functions to another set of Cartesia...
Definition: shellrot.h:43
virtual CartesianIter * new_cartesian_iter(int)=0
Return a CartesianIter object.
virtual Ref< TwoBodyInt > electron_repulsion()=0
Return a TwoBodyInt that computes electron repulsion integrals.
virtual void set_basis(const Ref< GaussianBasisSet > &b1, const Ref< GaussianBasisSet > &b2=0, const Ref< GaussianBasisSet > &b3=0, const Ref< GaussianBasisSet > &b4=0)
Set the basis set for each center.
void adjust_storage(ptrdiff_t s)
The specific integral classes use this to tell Integral how much memory they are using/freeing.
Definition: integral.h:133
void set_storage(size_t i)
Sets the total amount of storage, in bytes, that is available.
Definition: integral.h:107
virtual int equiv(const Ref< Integral > &)
Returns nonzero if this and the given Integral object have the same integral ordering,...
virtual Ref< OneBodyDerivInt > overlap_deriv()=0
Return a OneBodyDerivInt that computes overlap derivatives.
virtual Ref< TwoBodyInt > grt()
Return a TwoBodyInt that computes two-electron integrals specific to linear R12 methods.
Like RedundantCartesianIter, except a, b, and c are fixed to a given value.
Definition: cartiter.h:170
void save_data_state(StateOut &)
Save the base classes (with save_data_state) and the members in the same order that the StateIn CTOR ...
virtual Ref< TwoBodyTwoCenterDerivInt > electron_repulsion2_deriv()
Return a TwoBodyTwoCenterInt that computes electron repulsion integrals.
virtual RedundantCartesianIter * new_redundant_cartesian_iter(int)=0
Return a RedundantCartesianIter object.
Ref< PetiteList > petite_list()
Return the PetiteList object.
static void set_default_integral(const Ref< Integral > &)
Specifies a new default Integral factory.
virtual Ref< OneBodyInt > kinetic()=0
Return a OneBodyInt that computes the kinetic energy.
Restores objects that derive from SavableState.
Definition: statein.h:70
size_t storage_used()
Returns how much storage has been used.
Definition: integral.h:109
virtual Ref< OneBodyInt > point_charge(const Ref< PointChargeData > &)=0
Return a OneBodyInt that computes the integrals for interactions with point charges.
static Integral * get_default_integral()
Returns the default Integral factory.
virtual Ref< TwoBodyDerivInt > electron_repulsion_deriv()=0
Return a TwoBodyDerivInt that computes electron repulsion derivatives.
virtual RedundantCartesianSubIter * new_redundant_cartesian_sub_iter(int)=0
Return a RedundantCartesianSubIter object.
virtual Ref< OneBodyInt > hcore()=0
Return a OneBodyInt that computes the core Hamiltonian integrals.
The Integral abstract class acts as a factory to provide objects that compute one and two electron in...
Definition: integral.h:58
Serializes objects that derive from SavableState.
Definition: stateout.h:61
Integral(const Ref< GaussianBasisSet > &b1, const Ref< GaussianBasisSet > &b2, const Ref< GaussianBasisSet > &b3, const Ref< GaussianBasisSet > &b4)
Initialize the Integral object given a GaussianBasisSet for each center.
virtual Ref< TwoBodyThreeCenterDerivInt > electron_repulsion3_deriv()
Return a TwoBodyThreeCenterInt that computes electron repulsion integrals.
virtual SphericalTransformIter * new_spherical_transform_iter(int l, int inv=0, int subl=-1)=0
Return a SphericalTransformIter object.
virtual Ref< OneBodyDerivInt > hcore_deriv()=0
Return a OneBodyDerivInt that computes core Hamiltonian derivatives.
virtual Ref< OneBodyInt > nuclear()=0
Return a OneBodyInt that computes the nuclear repulsion integrals.
ShellRotation shell_rotation(int am, SymmetryOperation &, int pure=0)
Return the ShellRotation object for a shell of the given angular momentum.
virtual size_t storage_required_grt(const Ref< GaussianBasisSet > &b1, const Ref< GaussianBasisSet > &b2=0, const Ref< GaussianBasisSet > &b3=0, const Ref< GaussianBasisSet > &b4=0)
Returns how much storage will be needed to initialize a two-body integrals evaluator for linear R12 i...
Base class for objects that can save/restore state.
Definition: state.h:46
virtual const SphericalTransform * spherical_transform(int l, int inv=0, int subl=-1)=0
Return a SphericalTransform object.
virtual Ref< TwoBodyThreeCenterInt > electron_repulsion3()
Return a TwoBodyThreeCenterInt that computes electron repulsion integrals.
virtual Ref< TwoBodyTwoCenterInt > electron_repulsion2()
Return a TwoBodyTwoCenterInt that computes electron repulsion integrals.
virtual Integral * clone()=0
Clones the given Integral factory. The new factory may need to have set_basis and set_storage to be c...
size_t storage_unused()
Returns how much storage was not needed.
virtual Ref< OneBodyInt > dipole(const Ref< DipoleData > &)=0
Return a OneBodyInt that computes electric dipole moment integrals.
Generated at Sun Jan 26 2020 23:33:03 for MPQC
2.3.1 using the documentation package Doxygen
1.8.16.