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::SOTransform - SOTransform maintains a list of AO shells that are be used to compute the SO.

Author

       Generated automatically by Doxygen for MPQC from the source code.

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

Detailed Description

SOTransform maintains a list of AO shells that are be used to compute the SO.

       The information is stored in objects of type SOTransformShell.

Name

       sc::SOTransform - SOTransform maintains a list of AO shells that are be used to compute the SO.

Synopsis

       #include <sobasis.h>

   PublicMemberFunctions
       void set_naoshell (int n)
       void add_transform (int aoshell, int irrep, double coef, int aofunc, int sofunc)
           Adds another term to the transform.

   PublicAttributes
       int naoshell_allocated
       int naoshell
           The number of AO shells that make up this SO shell.
       SOTransformShell * aoshell
           The SOTransformShell object for each AO.

return

See Also