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::OneBodyDerivIntCCA - This implements one body derivative integrals.

Author

       Generated automatically by Doxygen for MPQC from the source code.

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

Detailed Description

       This implements one body derivative integrals.

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

Name

       sc::OneBodyDerivIntCCA - This implements one body derivative integrals.

Synopsis

       #include <obintcca.h>

       Inherits sc::OneBodyDerivInt.

   PublicMemberFunctionsOneBodyDerivIntCCA (Integral *, const Ref< GaussianBasisSet > &, const Ref< GaussianBasisSet > &,
           IntegralEvaluatorFactory, bool, string)
       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(Int1eCCA::* IntegralFunction) (int, int, DerivCenters &)

   ProtectedAttributesRef< Int1eCCA > int1ecca_AdditionalInheritedMembers

See Also