sc::OneBodyIntCCA - This implements one body integrals through the CCA interface.
Contents
Detailed Description
This implements one body integrals through the CCA interface.
It is given a function pointer to the IntCCA member that computes the particular integral of interest.
Member Function Documentation
Ref<OneBodyInt>sc::OneBodyIntCCA::clone()[virtual]
Returns a clone of this. The default implementation throws an exception.
Reimplemented from sc::OneBodyInt.
boolsc::OneBodyIntCCA::cloneable()[virtual]
Return true if the clone member can be called. The default implementation returns false.
Reimplemented from sc::OneBodyInt.
Name
sc::OneBodyIntCCA - This implements one body integrals through the CCA interface.
Synopsis
#include <obintcca.h>
Inherits sc::OneBodyInt.
PublicMemberFunctionsOneBodyIntCCA (Integral *, const Ref< GaussianBasisSet > &, const Ref< GaussianBasisSet > &,
IntegralEvaluatorFactory, IntegralFunction, bool)
void compute_shell (int, int)
Computes the integrals between basis functions in the given shell pair.
bool cloneable ()
Return true if the clone member can be called.
Ref< OneBodyInt > clone ()
Returns a clone of this.
ProtectedTypes
typedef void(sc::Int1eCCA::* IntegralFunction) (int, int)
ProtectedAttributesRef< sc::Int1eCCA > int1ecca_
IntegralFunction intfunc_AdditionalInheritedMembers