logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

sc::RedundantCartesianSubIter - Like RedundantCartesianIter, except a, b, and c are fixed to a given

Author

       Generated automatically by Doxygen for MPQC from the source code.

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

Detailed Description

       Like RedundantCartesianIter, except a, b, and c are fixed to a given value.

Member Function Documentation

voidsc::RedundantCartesianSubIter::start(inta,intb,intc)
       Initialize the iterator. The constraints on a, b, and c are given as arguments.

Name

       sc::RedundantCartesianSubIter - Like RedundantCartesianIter, except a, b, and c are fixed to a given
       value.

Synopsis

       #include <cartiter.h>

       Inherited by sc::RedundantCartesianSubIterCCA, sc::RedundantCartesianSubIterCints, and
       sc::RedundantCartesianSubIterV3.

   PublicMemberFunctionsRedundantCartesianSubIter (int l)
           Create a object for the given angular momentum.
       virtual int bfn ()=0
           Return the current Cartesian basis function number.
       void start (int a, int b, int c)
           Initialize the iterator.
       void next ()
           Move to the next combination of axes.
       operatorint () const
           Returns nonzero if the iterator currently hold valid data.
       int a () const
           The current exponent of x.
       int b () const
           The current exponent of y.
       int c () const
           The current exponent of z.
       int l () const
           The angular momentum.
       int l (int i)
           Returns a() if i==0, b() if i==1, and c() if i==2.
       int axis (int i)
           Return the i'th axis.

See Also