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::GPetite4< C4 > - This class provides 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::GPetite4<C4>(3)

Detailed Description

template<classC4>
       class sc::GPetite4< C4 >" This class provides a generalized four index petite list.

       The template argument is a class that computes an canonical offset given four indices for the particular
       shell loop structure employed. Example template class parameters are canonical_aaaa, canonical_aabc,
       canonical_aabb, and canonical_abcd.

Name

       sc::GPetite4< C4 > - This class provides a generalized four index petite list.

Synopsis

       #include <gpetite.h>

       Inherits sc::GenPetite4.

   PublicMemberFunctionsGPetite4 (const Ref< GaussianBasisSet > &b1, const Ref< GaussianBasisSet > &b2, const Ref<
           GaussianBasisSet > &b3, const Ref< GaussianBasisSet > &b4, const C4 &c)
       int in_p4 (int i, int j, int k, int l)

   AdditionalInheritedMembers

See Also