![]() |
QMCPACK
|
Go to the source code of this file.
Namespaces | |
qmcplusplus | |
helper functions for EinsplineSetBuilder | |
Typedefs | |
using | WP = WalkerProperties::Indexes |
Enumerations | |
enum | PSetTimers { PS_newpos, PS_donePbyP, PS_accept, PS_loadWalker, PS_update, PS_dt_move, PS_mw_copy } |
Functions | |
static const TimerNameList_t< PSetTimers > | generatePSetTimerNames (std::string &obj_name) |
template void | ParticleSet::mw_makeMove< CoordsType::POS > (const RefVectorWithLeader< ParticleSet > &p_list, Index_t iat, const MCCoords< CoordsType::POS > &displs) |
template void | ParticleSet::mw_makeMove< CoordsType::POS_SPIN > (const RefVectorWithLeader< ParticleSet > &p_list, Index_t iat, const MCCoords< CoordsType::POS_SPIN > &displs) |
template void | ParticleSet::mw_accept_rejectMove< CoordsType::POS > (const RefVectorWithLeader< ParticleSet > &p_list, Index_t iat, const std::vector< bool > &isAccepted, bool forward_mode) |
template void | ParticleSet::mw_accept_rejectMove< CoordsType::POS_SPIN > (const RefVectorWithLeader< ParticleSet > &p_list, Index_t iat, const std::vector< bool > &isAccepted, bool forward_mode) |