![]() |
![]()
| ![]() |
![]()
NAMEsc::OneBodyDerivIntCCA - This implements one body derivative integrals. SYNOPSIS#include <obintcca.h> Inherits sc::OneBodyDerivInt. Public Member FunctionsOneBodyDerivIntCCA (Integral *, const Ref<
GaussianBasisSet > &, const Ref<
GaussianBasisSet > &, IntegralEvaluatorFactory, bool, string)
Public Member Functions inherited from sc::OneBodyDerivInt
Public Member Functions inherited from sc::RefCount
Public Member Functions inherited from sc::Identity
Protected Typestypedef void(Int1eCCA::* IntegralFunction) (int, int,
DerivCenters &)
Protected AttributesRef< Int1eCCA > int1ecca_
Protected Attributes inherited from sc::OneBodyDerivInt
Additional Inherited MembersProtected Member Functions inherited from sc::RefCount
Detailed DescriptionThis implements one body derivative integrals. It is given a function pointer to the Int1eCCA member that computes the particular integral of interest. Member Function Documentationvoid sc::OneBodyDerivIntCCA::compute_shell (int ish, int jsh, DerivCenters &) [virtual]Compute the derivative integrals and place the result in the buffer returned by buffer(). Implements sc::OneBodyDerivInt. void sc::OneBodyDerivIntCCA::compute_shell (int ish, int jsh, int center) [virtual]Compute the derivative integrals with respect to the given center and place the result in the buffer returned by buffer(). Implements sc::OneBodyDerivInt. AuthorGenerated automatically by Doxygen for MPQC from the source code.
|