![]() |
QMCPACK
|
Public Types | |
enum | Indexes : int16_t { LOGPSI = 0, SIGN, UMBRELLAWEIGHT, R2ACCEPTED, R2PROPOSED, DRIFTSCALE, ALTERNATEENERGY, LOCALENERGY, LOCALPOTENTIAL, NUMPROPERTIES, MAXPROPERTIES = WALKER_MAX_PROPERTIES } |
an enum denoting index of physical properties More... | |
Definition at line 19 of file WalkerProperties.h.
enum Indexes : int16_t |
an enum denoting index of physical properties
LOCALPOTENTIAL being defined last of the Walker "Properties" is special there is likely to be some code lurking that depends on it. Keep until this mess is removed.
Believe it or not,you need to modify ParticleSet::initPropertyList to match the walker enum if you add to it. Don't, actually work on fixing this.
Definition at line 32 of file WalkerProperties.h.