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::Int1eCCA - Int1eCCA adapts CCA integrals components for use within SC.

Author

       Generated automatically by Doxygen for MPQC from the source code.

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

Detailed Description

Int1eCCA adapts CCA integrals components for use within SC.

       It is used by OneBodyIntCCA and OneBodyDerivIntCCA to implement the IntegralCCA class.

Name

       sc::Int1eCCA - Int1eCCA adapts CCA integrals components for use within SC.

Synopsis

       #include <int1e.h>

       Inherits sc::RefCount.

   PublicMemberFunctionsInt1eCCA (Integral *integral, const Ref< GaussianBasisSet > &b1, const Ref< GaussianBasisSet > &b2, int
           order, IntegralEvaluatorFactory, std::string, bool)
       double * buffer ()
       void overlap (int ish, int jsh)
       void overlap_1der (int ish, int jsh, Chemistry_QC_GaussianBasis_DerivCenters &dc)
       void kinetic (int ish, int jsh)
       void kinetic_1der (int ish, int jsh, Chemistry_QC_GaussianBasis_DerivCenters &dc)
       void nuclear (int ish, int jsh)
       void nuclear_1der (int ish, int jsh, Chemistry_QC_GaussianBasis_DerivCenters &dc)
       void hcore (int ish, int jsh)
       void hcore_1der (int ish, int jsh, Chemistry_QC_GaussianBasis_DerivCenters &dc)

   ProtectedAttributesIntegral * integral_AdditionalInheritedMembers

See Also