![]() |
QMCPACK
|
Public Types | |
using | RealType = QMCTraits::RealType |
Public Member Functions | |
SPOSetInfoSimple () | |
~SPOSetInfoSimple () | |
void | add (SPOI *state) |
void | clear () |
int | size () const |
SPOI * | operator[] (int s) const |
SPOI *& | operator[] (int s) |
void | index_sort () |
void | energy_sort (RealType tol=1e-6, bool assign_indices=false) |
Public Attributes | |
std::vector< SPOI * > | states |
Definition at line 137 of file SPOSetInfo.h.
using RealType = QMCTraits::RealType |
Definition at line 139 of file SPOSetInfo.h.
|
inline |
Definition at line 142 of file SPOSetInfo.h.
|
inline |
Definition at line 144 of file SPOSetInfo.h.
|
inline |
Definition at line 146 of file SPOSetInfo.h.
|
inline |
Definition at line 152 of file SPOSetInfo.h.
|
inline |
Definition at line 166 of file SPOSetInfo.h.
|
inline |
Definition at line 164 of file SPOSetInfo.h.
|
inline |
Definition at line 160 of file SPOSetInfo.h.
|
inline |
Definition at line 162 of file SPOSetInfo.h.
|
inline |
Definition at line 158 of file SPOSetInfo.h.
Referenced by SPOSetInfoSimple< qmcplusplus::SHOState >::energy_sort().
std::vector<SPOI*> states |
Definition at line 140 of file SPOSetInfo.h.
Referenced by SPOSetInfoSimple< qmcplusplus::SHOState >::add(), SPOSetInfoSimple< qmcplusplus::SHOState >::clear(), SPOSetInfoSimple< qmcplusplus::SHOState >::energy_sort(), SPOSetInfoSimple< qmcplusplus::SHOState >::index_sort(), SPOSetInfoSimple< qmcplusplus::SHOState >::operator[](), SPOSetInfoSimple< qmcplusplus::SHOState >::size(), and SPOSetInfoSimple< qmcplusplus::SHOState >::~SPOSetInfoSimple().