Skip to content

Commit

Permalink
Dashboard: Improved RFEP bias template
Browse files Browse the repository at this point in the history
  • Loading branch information
jhenin committed Nov 22, 2024
1 parent 5f62ed2 commit 612daa1
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions vmd/cv_dashboard/templates/bias.colvars
Original file line number Diff line number Diff line change
Expand Up @@ -101,18 +101,19 @@ harmonicWalls {
outputEnergy yes
outputAccumulatedWork yes
}
#_harmonic walls with changing force constant
#_harmonic wall with changing force constant: RFEP
# (Restraint Free Energy Perturbation)
harmonicWalls {
colvars <names>
colvars <names>

lowerWalls 0.1
upperWalls 0.2
forceConstant 10.0
upperWalls 10.0
forceConstant 200.0

targetForceconstant 0.0001
targetNumSteps 10
outputEnergy yes
outputAccumulatedWork yes
decoupling yes
lambdaExponent 4 # Nonlinear scaling of the force constant
targetNumSteps 10000
targetNumStages 40
outputEnergy yes
}
#_histogram
histogram {
Expand Down

0 comments on commit 612daa1

Please sign in to comment.