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::ShellExtent

Author

       Generated automatically by Doxygen for MPQC from the source code.

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

Member Function Documentation

conststd::vector<ExtentData>&sc::ShellExtent::contributing_shells(intx,inty,intz)[inline]
       Returns the shells that are nonzero at coordinates x, y, z. The shells numbers are in ascending order.

Name

       sc::ShellExtent

Synopsis

       Inherits sc::RefCount.

   PublicMemberFunctions
       void init (const Ref< GaussianBasisSet > &, double resolution=1.0, double tolerance=DBL_EPSILON)
       const std::vector< ExtentData > & contributing_shells (int x, int y, int z)
           Returns the shells that are nonzero at coordinates x, y, z.
       const std::vector< ExtentData > & contributing_shells (double x, double y, double z)
       void print (std::ostream &o=ExEnv::out0())
       const int * n () const
       int n (int ixyz) const
       double lower (int ixyz) const
       double upper (int ixyz) const
       double resolution () const

   AdditionalInheritedMembers

See Also