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::SOTransformShell - SOTransformShell maintains a list of AO functions contribute to an SO function in

Author

       Generated automatically by Doxygen for MPQC from the source code.

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

Detailed Description

SOTransformShell maintains a list of AO functions contribute to an SO function in a particular SO shell.

       The information is stored in objects of type SOTransformFunction.

Name

       sc::SOTransformShell - SOTransformShell maintains a list of AO functions contribute to an SO function in
       a particular SO shell.

Synopsis

       #include <sobasis.h>

   PublicMemberFunctions
       void add_func (int irrep, double coef, int aofunc, int sofunc)
           Add another function to the transform.

   PublicAttributes
       int aoshell
           The number of the AO shell from which these functions come.
       int nfunc
           The number of AO/SO function pairs contributing.
       SOTransformFunction * func
           The array of SOTransformFunction objects describing the transform.

See Also