![]() |
![]()
| ![]() |
![]()
NAMEsc::OneBodyOneCenterInt - OneBodyOneCenterInt is an abstract base class for objects that compute integrals between two basis functions. SYNOPSIS#include <obint.h> Inherits sc::RefCount. Inherited by sc::OneBodyOneCenterWrapper. Public Member Functionsint nbasis () const
Public Member Functions inherited from sc::RefCount
Public Member Functions inherited from sc::Identity
Protected Member FunctionsOneBodyOneCenterInt (Integral *integral, const
Ref< GaussianBasisSet > &b1)
Protected Member Functions inherited from sc::RefCount
Protected AttributesIntegral * integral_
Detailed DescriptionOneBodyOneCenterInt is an abstract base class for objects that compute integrals between two basis functions. Member Function Documentationvirtual Ref< OneBodyOneCenterInt > sc::OneBodyOneCenterInt::clone () [virtual]Returns a clone of this. The default implementation throws an exception. virtual bool sc::OneBodyOneCenterInt::cloneable () [virtual]Return true if the clone member can be called. The default implementation returns false. virtual void sc::OneBodyOneCenterInt::compute_shell (int) [pure virtual]Computes the integrals for basis functions on the given shell. Implemented in sc::OneBodyOneCenterWrapper. AuthorGenerated automatically by Doxygen for MPQC from the source code.
|