You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: colvartools/README.md
+4-2
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,9 @@ This directory contains both standalone tools and Colvars scripts.
5
5
## Standalone tools
6
6
| File name | Summary |
7
7
| ------------- | ------------- |
8
-
|**abf_integrate**| Post-process gradient files produced by ABF and related methods, to generate a PMF. Superseded by builtin integration for dimensions 2 and 3, still needed for higher-dimension PMFs. Build using the provided **Makefile**.|
8
+
|**abf_integrate**| Process free energy gradient from ABF/TI to generate a free energy surface using a legacy MCMC procedure. Superseded by Poisson integration (builtin or standalone) for dimensions 2 and 3, still needed for higher-dimension PMFs. Build using the provided **Makefile**.|
9
+
|**poisson_integrator**| Process free energy gradient from ABF/TI to generate a free energy surface as the solution of a Poisson equation. Build using the provided **Makefile**.|
10
+
|**poisson_integrator_conv**| Process free energy gradient from ABF/TI to generate a free energy surface as the solution of a Poisson equation, monitoring convergence towards a given discretized scalar field. Build using the provided **Makefile**.|
9
11
|**noe_to_colvars.py**| Parse an X-PLOR style list of assign commands for NOE restraints.|
10
12
|**plot_colvars_traj.py**| Select variables from a Colvars trajectory file and optionally plot them as a 1D graph as a function of time or of one of the variables.|
11
13
|**quaternion2rmatrix.tcl**| As the name says.|
@@ -16,4 +18,4 @@ This directory contains both standalone tools and Colvars scripts.
16
18
| File name | Summary |
17
19
| ------------- | ------------- |
18
20
|**abmd.tcl**| Adiabatic Biased MD after Marchi & Ballone JCP 1999 / Paci & Karplus JMB 1999; implemented in 20 lines of Tcl.|
19
-
|**pathCV.tcl**| Path-based collective variables after Branduardi et al. (2007). Optimized implementation that calculates only the necessary distances.|
21
+
|**pathCV.tcl**| Path-based collective variables after Branduardi et al. (2007). Optimized implementation that calculates only the necessary distances.|
0 commit comments