void compute_shell(int, int)
Computes the integrals between basis functions in the given shell pair.
Ref< OneBodyInt > clone()
Returns a clone of this.
OneBodyInt is an abstract base class for objects that compute integrals between two basis functions.
Definition: obint.h:100
void compute_shell(int, int, DerivCenters &)
Compute the derivative integrals and place the result in the buffer returned by buffer().
OneBodyDerivInt is an abstract base class for objects that compute one body derivative integrals.
Definition: obint.h:390
bool cloneable()
Return true if the clone member can be called.
This implements most one body integrals in the IntV3 library.
Definition: obintv3.h:41
This implements one body derivative integrals in the IntV3 library.
Definition: obintv3.h:103