Home
last modified time | relevance | path

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

/dports/science/plumed/plumed2-2.7.2/src/bias/
H A DMetaD.cpp466 void temperHeight(double &height, const TemperingSpecs &t_specs, const double tempering_bias);
1657 void MetaD::temperHeight(double &height, const TemperingSpecs &t_specs, const double tempering_bias in temperHeight() argument
1659 height *= exp(-max(0.0, tempering_bias - t_specs.threshold) / (kbt_ * (t_specs.biasf - 1.0))); in temperHeight()
1661 …height *= pow(1 + (1 - t_specs.alpha) / t_specs.alpha * max(0.0, tempering_bias - t_specs.threshol… in temperHeight()