8 #ifndef SPARROW_SLATERCONDONPARAMETERS_H
9 #define SPARROW_SLATERCONDONPARAMETERS_H
46 void setElement(Utils::ElementType element);
47 void setExponents(
double es,
double ep = 1.0,
double ed = 1.0);
49 void set(sc_t type,
double value);
50 double get(sc_t type)
const;
54 unsigned int getIndex(sc_t type)
const {
55 return static_cast<unsigned int>(type);
57 double getUlValue(
unsigned int l,
unsigned int a,
unsigned int b,
unsigned int c,
unsigned int d);
59 Utils::ElementType element_;
62 std::vector<double> parameters_;
63 std::vector<bool> alreadyGiven_;
71 #endif // SPARROW_SLATERCONDONPARAMETERS_H
Definition: SlaterCondonParameters.h:43
Definition: oneCenterSlaterIntegral.h:28