8 #ifndef SPARROW_ONECENTERTWOELECTRONCALCULATOR_H
9 #define SPARROW_ONECENTERTWOELECTRONCALCULATOR_H
17 class SlaterCondonParameters;
41 static int getIndex(
int i,
int j,
int k,
int l);
45 static void setUniqueIndexes();
46 static void setIndex(
int i,
int j,
int k,
int l,
int* p);
48 static bool indexesSet_;
50 static int index[9][9][9][9];
59 #endif // SPARROW_ONECENTERTWOELECTRONCALCULATOR_H
Definition: SlaterCondonParameters.h:43
Definition: OneCenterTwoElectronCalculator.h:29
OneCenterTwoElectronCalculator()
constructor
Definition: OneCenterTwoElectronCalculator.cpp:22
Definition: OneCenterTwoElectronIntegralExpression.h:23
static void setIndexes()
Generates the set of used indexes for the one center two electrons statically This functions defines ...
Definition: OneCenterTwoElectronCalculator.cpp:31