Home
last modified time | relevance | path

Searched refs:lastbead (Results 1 – 2 of 2) sorted by relevance

/dports/science/qmcpack/qmcpack-3.11.0/src/QMCDrivers/RMC/
H A DRMCUpdateAll.cpp158 Walker_t &lastbead(W.reptile->getTail()), nextlastbead(W.reptile->getNext()); in advanceWalkersVMC() local
196 RealType oldtail_logpsi = lastbead.Properties(WP::LOGPSI); in advanceWalkersVMC()
200 RealType oldtail_e = lastbead.Properties(WP::LOCALENERGY); in advanceWalkersVMC()
206 RealType tail_forward = W.reptile->getTransProb(lastbead, +1); in advanceWalkersVMC()
228 …branchEngine->DMCLinkAction(lastbead.Properties(WP::LOCALENERGY), nextlastbead.Properties(WP::LOCA… in advanceWalkersVMC()
383 Walker_t &lastbead(W.reptile->getTail()), nextlastbead(W.reptile->getNext()); in advanceWalkersRMC() local
422 RealType oldtail_logpsi = lastbead.Properties(WP::LOGPSI); in advanceWalkersRMC()
426 RealType oldtail_e = lastbead.Properties(WP::LOCALENERGY); in advanceWalkersRMC()
432 RealType tail_forward = W.reptile->getTransProb(lastbead, +1); in advanceWalkersRMC()
477 …branchEngine->DMCLinkAction(lastbead.Properties(WP::LOCALENERGY), nextlastbead.Properties(WP::LOCA… in advanceWalkersRMC()
[all …]
H A DRMCUpdatePbyP.cpp345 Walker_t &lastbead(W.reptile->getTail()), nextlastbead(W.reptile->getNext()); in advanceWalkersRMC() local
348 …branchEngine->DMCLinkAction(lastbead.Properties(WP::LOCALENERGY), nextlastbead.Properties(WP::LOCA… in advanceWalkersRMC()
350 if ((RandomGen() <= acceptProb) || (prophead.Age >= MaxAge || lastbead.Age >= MaxAge)) in advanceWalkersRMC()
353 if (curhead.Age >= MaxAge || lastbead.Age >= MaxAge) in advanceWalkersRMC()