Home
last modified time | relevance | path

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

/dports/science/plumed/plumed2-2.7.2/src/ves/
H A DVesDeltaF.cpp152 std::vector<double> tg_dV_dAlpha_; member in PLMD::ves::VesDeltaF
320 tg_dV_dAlpha_.resize(alpha_size_,0); in VesDeltaF()
595 std::fill(tg_dV_dAlpha_.begin(),tg_dV_dAlpha_.end(),0); in update_tg_and_rct()
618 tg_dV_dAlpha_[i]+=unnorm_tg_p*dV_dAlpha[i]; in update_tg_and_rct()
625 comm.Sum(tg_dV_dAlpha_); in update_tg_and_rct()
629 tg_dV_dAlpha_[i]/=Z_tg; in update_tg_and_rct()
669 grad_omega[i]=tg_dV_dAlpha_[i]-av_dV_dAlpha_[i]; in update_alpha()