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::OneBodyDerivIntV3 - This implements one body derivative 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::OneBodyDerivIntV3(3)

Detailed Description

       This implements one body derivative integrals in the IntV3 library.

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

Name

       sc::OneBodyDerivIntV3 - This implements one body derivative integrals in the IntV3 library.

Synopsis

       #include <obintv3.h>

       Inherits sc::OneBodyDerivInt.

   PublicMemberFunctionsOneBodyDerivIntV3 (Integral *, const Ref< GaussianBasisSet > &, const Ref< GaussianBasisSet > &,
           IntegralFunction)
       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().

   ProtectedTypes
       typedef void(Int1eV3::* IntegralFunction) (int, int, int, int)

   ProtectedAttributesRef< Int1eV3 > int1ev3_
       IntegralFunction intfunc_AdditionalInheritedMembers

See Also