logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

sc::OneBodyIntV3 - This implements most one body integrals in the IntV3 library.

Author

       Generated automatically by Doxygen for MPQC from the source code.

Version 2.3.1                                    Sun Oct 4 2020                              sc::OneBodyIntV3(3)

Detailed Description

       This implements most one body integrals in the IntV3 library.

       It is given a function pointer to the Int1eV3 member that computes the particular integral of interest.

Member Function Documentation

Ref<OneBodyInt>sc::OneBodyIntV3::clone()[virtual]
       Returns a clone of this. The default implementation throws an exception.

       Reimplemented from sc::OneBodyInt.

   boolsc::OneBodyIntV3::cloneable()[virtual]
       Return true if the clone member can be called. The default implementation returns false.

       Reimplemented from sc::OneBodyInt.

Name

       sc::OneBodyIntV3 - This implements most one body integrals in the IntV3 library.

Synopsis

       #include <obintv3.h>

       Inherits sc::OneBodyInt.

   PublicMemberFunctionsOneBodyIntV3 (Integral *, const Ref< GaussianBasisSet > &, const Ref< GaussianBasisSet > &,
           IntegralFunction)
       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(Int1eV3::* IntegralFunction) (int, int)

   ProtectedAttributesRef< Int1eV3 > int1ev3_
       IntegralFunction intfunc_AdditionalInheritedMembers

See Also