Unverified Commit b3f4e205 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer Committed by GitHub
Browse files

Merge pull request #1438 from giacomofiorin/colvars-update

Update Colvars library to version 2019-04-26
parents 8212dca6 7e00acce
Loading
Loading
Loading
Loading
+6.21 KiB (613 KiB)

File changed.

No diff preview for this file type.

+10 −0
Original line number Diff line number Diff line
@@ -98,6 +98,16 @@ fix to add the energy change from the biasing force added by the fix
to the system's potential energy as part of "thermodynamic
output"_thermo_style.html.

The {fix_modify configfile <config file>} option allows to add settings
from an additional config file to the colvars module. This option can
only be used, after the system has been initialized with a "run"_run.html
command.

The {fix_modify config <quoted string>} option allows to add settings
from inline strings. Those have to fit on a single line when enclosed
in a pair of double quotes ("), or can span multiple lines when bracketed
by a pair of triple double quotes (""", like python embedded documentation).

This fix computes a global scalar which can be accessed by various
"output commands"_Howto_output.html.  The scalar is the cumulative
energy change due to this fix.  The scalar value calculated by this
+282 −153

File changed.

Preview size limit exceeded, changes collapsed.

+22 −13

File changed.

Preview size limit exceeded, changes collapsed.

+47 −46

File changed.

Preview size limit exceeded, changes collapsed.

Loading