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::GenPetite4 - This class is an abstract base to a generalized four index petite list.

Author

       Generated automatically by Doxygen for MPQC from the source code.

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

Detailed Description

       This class is an abstract base to a generalized four index petite list.

Name

       sc::GenPetite4 - This class is an abstract base to a generalized four index petite list.

Synopsis

       #include <gpetite.h>

       Inherits sc::RefCount.

       Inherited by sc::GPetite4<C4>.

   PublicMemberFunctionsGenPetite4 (const Ref< GaussianBasisSet > &b1, const Ref< GaussianBasisSet > &b2, const Ref<
           GaussianBasisSet > &b3, const Ref< GaussianBasisSet > &b4)
       virtual int in_p4 (int i, int j, int k, int l)=0

   ProtectedAttributes
       bool c1_
       int ng_
       int ** shell_map_i_
       int ** shell_map_j_
       int ** shell_map_k_
       int ** shell_map_l_Ref< GaussianBasisSet > b1_Ref< GaussianBasisSet > b2_Ref< GaussianBasisSet > b3_Ref< GaussianBasisSet > b4_AdditionalInheritedMembers

See Also