Home
last modified time | relevance | path

Searched refs:CSWeight (Results 1 – 4 of 4) sorted by relevance

/dports/science/qmcpack/qmcpack-3.11.0/src/QMCDrivers/WFOpt/
H A DQMCCostFunction.h60 Return_rt CSWeight; variable
H A DQMCCostFunctionCUDA.h66 Return_rt CSWeight; variable
H A DQMCCostFunction.cpp31 CSWeight = 1.0; in QMCCostFunction()
641 CSWeight = wgt_tot = (wgt_tot == 0) ? 1 : 1.0 / wgt_tot; in correlatedSampling()
H A DQMCCostFunctionCUDA.cpp149 CSWeight = wgt_tot = 1.0 / wgt_tot; in correlatedSampling()