GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
sc::CartesianIterV3(3) MPQC sc::CartesianIterV3(3)

sc::CartesianIterV3

Inherits sc::CartesianIter.


CartesianIterV3 (int l)
void start ()
Start the iteration. void next ()
Move to the next Cartesian function. operator int ()
Returns nonzero if the iterator currently hold valid data.

Public Member Functions inherited from sc::CartesianIter
CartesianIter (int l)
Initialize an iterator for the given angular momentum. virtual void start ()=0
Start the iteration. virtual void next ()=0
Move to the next Cartesian function. virtual operator int ()=0
Returns nonzero if the iterator currently hold valid data. int n ()
Returns the number of Cartesian functions. int a ()
Returns the exponent of x. int b ()
Returns the exponent of y. int c ()
Returns the exponent of z. int l ()
Returns the angular momentum. int l (int i)
Returns a() if i==0, b() if i==1, and c() if i==2. int bfn ()
Returns the number of the current basis function within the shell.

Protected Attributes inherited from sc::CartesianIter
int a_
int b_
int c_
int l_
int bfn_

Move to the next Cartesian function.

Implements sc::CartesianIter.

Returns nonzero if the iterator currently hold valid data.

Implements sc::CartesianIter.

Start the iteration.

Implements sc::CartesianIter.

Generated automatically by Doxygen for MPQC from the source code.

Sat Jul 19 2025 Version 2.3.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.