#include <chemistry/cca/int/obintcca.h>

Public Member Functions | |
| OneBodyDerivIntCCA (Integral *integral, const Ref< GaussianBasisSet > &, const Ref< GaussianBasisSet > &, Chemistry::QC::GaussianBasis::IntegralEvaluatorFactoryInterface, Chemistry::QC::GaussianBasis::CompositeDescrInterface, bool) | |
| void | compute_shell (int, int, DerivCenters &) |
| Compute the derivative integrals and place the result in the buffer returned by buffer(). | |
| void | compute_shell (int, int, int) |
| Compute the derivative integrals with respect to the given center and place the result in the buffer returned by buffer(). | |
| bool | cloneable () |
| Ref< OneBodyDerivInt > | clone () |
| void 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.