![]() |
QMCPACK
|
Go to the source code of this file.
Classes | |
struct | basisGroup |
struct | atBasisSet |
struct | fermIrrep |
struct | ciState |
class | cosciRep |
class | DiracParser |
Typedefs | |
using | primBasis = std::pair< double, double > |
Enumerations | |
enum | OrbType { CORE, ACTIVE, VIRTUAL } |
struct basisGroup |
Definition at line 22 of file DiracParser.h.
Class Members | ||
---|---|---|
int | l | |
int | n | |
vector< primBasis > | radfuncs |
struct atBasisSet |
Definition at line 29 of file DiracParser.h.
Class Members | ||
---|---|---|
vector< basisGroup > | basisGroups | |
string | elementType |
struct ciState |
Definition at line 55 of file DiracParser.h.
Class Members | ||
---|---|---|
vector< double > | coeffs | |
double | energy | |
vector< string > | occstrings |
using primBasis = std::pair<double, double> |
Definition at line 20 of file DiracParser.h.
|
strong |
Enumerator | |
---|---|
CORE | |
ACTIVE | |
VIRTUAL |
Definition at line 35 of file DiracParser.h.