Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
sc::RedundantCartesianIterCints(3)   MPQC   sc::RedundantCartesianIterCints(3)

NAME
       sc::RedundantCartesianIterCints

SYNOPSIS
       Inherits	sc::RedundantCartesianIter.

   Public Member Functions
       RedundantCartesianIterCints (int	l)
       int bfn ()
	   Return the current Cartesian	basis function number.

       Public Member Functions inherited from sc::RedundantCartesianIter
       RedundantCartesianIter (int l)
	   Create a object for the given angular momentum.
       virtual int bfn ()=0
	   Return the current Cartesian	basis function number.
       void start ()
	   Initialize the iterator.
       void next ()
	   Move	to the next combination	of axes.
       operator	int ()
	   Returns nonzero if the iterator currently hold valid	data.
       int a ()
	   The current exponent	of x.
       int b ()
	   The current exponent	of y.
       int c ()
	   The current exponent	of z.
       int l ()
	   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.

Member Function	Documentation
   int sc::RedundantCartesianIterCints::bfn () [inline],  [virtual]
       Return the current Cartesian basis function number.

       Implements sc::RedundantCartesianIter.

       References sc::RedundantCartesianIter::a(),
       sc::RedundantCartesianIter::b(),	sc::RedundantCartesianIter::c(), and
       sc::RedundantCartesianIter::l().

Author
       Generated automatically by Doxygen for MPQC from	the source code.

Version	2.3.1			Tue May	13 2sc::RedundantCartesianIterCints(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=sc_RedundantCartesianIterCints&sektion=3&manpath=FreeBSD+Ports+14.3.quarterly>

home | help