#include <osrecur.h>
Public Member Functions | |
| ObaraSaikaTwoCenterRecursion (int max_am1, int max_am2) | |
| double ** | x () const |
| Returns the x recursion matrix. | |
| double ** | y () const |
| Returns the y recursion matrix. | |
| double ** | z () const |
| Returns the z recursion matrix. | |
| void | compute (double PA[3], double PB[3], double gamma, int am1, int am2) |
| Computes the recursion matrices for the data provided. | |
| ObaraSaikaTwoCenterRecursion::ObaraSaikaTwoCenterRecursion | ( | int | max_am1, | |
| int | max_am2 | |||
| ) |
Constructor, max_am1 and max_am2 are the max angular momentum on center 1 and 2. Needed to allocate enough memory.
1.5.6