Skip to content
Snippets Groups Projects
Commit 64695d5b authored by Giovanni Bussi's avatar Giovanni Bussi
Browse files

Added registration of MOVINGRESTRAINT.work

parent e9e1b864
No related branches found
No related tags found
No related merge requests found
...@@ -137,6 +137,7 @@ void MovingRestraint::registerKeywords( Keywords& keys ){ ...@@ -137,6 +137,7 @@ void MovingRestraint::registerKeywords( Keywords& keys ){
keys.reset_style("KAPPA","compulsory"); keys.reset_style("KAPPA","compulsory");
componentsAreNotOptional(keys); componentsAreNotOptional(keys);
keys.addOutputComponent("bias","default","the instantaneous value of the bias potential"); keys.addOutputComponent("bias","default","the instantaneous value of the bias potential");
keys.addOutputComponent("work","default","the total work performed changing this restraint");
keys.addOutputComponent("force2","default","the instantaneous value of the squared force due to this bias potential"); keys.addOutputComponent("force2","default","the instantaneous value of the squared force due to this bias potential");
keys.addOutputComponent("_cntr","default","one or multiple instances of this quantity will be refereceable elsewhere in the input file. " keys.addOutputComponent("_cntr","default","one or multiple instances of this quantity will be refereceable elsewhere in the input file. "
"these quantities will named with the arguments of the bias followed by " "these quantities will named with the arguments of the bias followed by "
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment