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::CartesianIter(3) MPQC sc::CartesianIter(3)

sc::CartesianIter - CartesianIter gives the ordering of the Cartesian functions within a shell for the particular integrals specialization.

#include <cartiter.h>

Inherited by MPQC::CartesianIterCCA, sc::CartesianIterCCA, sc::CartesianIterCints, and sc::CartesianIterV3.


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.


int a_
int b_
int c_
int l_
int bfn_

CartesianIter gives the ordering of the Cartesian functions within a shell for the particular integrals specialization.

Returns the number of the current basis function within the shell. This starts at 0 and sequentially increases as next() is called.

Move to the next Cartesian function.

Implemented in MPQC::CartesianIterCCA, sc::CartesianIterCints, sc::CartesianIterCCA, and sc::CartesianIterV3.

Returns nonzero if the iterator currently hold valid data.

Implemented in MPQC::CartesianIterCCA, sc::CartesianIterCints, sc::CartesianIterCCA, and sc::CartesianIterV3.

Start the iteration.

Implemented in MPQC::CartesianIterCCA, sc::CartesianIterCints, sc::CartesianIterCCA, and sc::CartesianIterV3.

Generated automatically by Doxygen for MPQC from the source code.
Tue Jun 7 2022 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.