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

Improved manual

parent ffec16cf
No related branches found
No related tags found
No related merge requests found
...@@ -6,30 +6,36 @@ Include all fixes in branch 2.0 indicated in \ref CHANGES-2-0 . ...@@ -6,30 +6,36 @@ Include all fixes in branch 2.0 indicated in \ref CHANGES-2-0 .
Changes from version 2.0 which are relevant for users: Changes from version 2.0 which are relevant for users:
- New configuration system based on autoconf (use ./configure from root directory). - New configuration system based on autoconf (use ./configure from root directory).
Optional packaged are detected at compile time and correctly Optional packages are detected at compile time and correctly
enabled/disabled. enabled or disabled. An internal version of lapack and blas will be used
- Root-mean-square devations with align weights different from displace weights if these libraries are not installed.
are now considerably faster. This will affect \ref RMSD calculations plus - New actions:
other variables based on RMSD. - \ref SPRINT topological collective variables.
- Added WALKERS_MPI to \ref METAD, allowing to run multiple walkers in a mpi-based multi-replica framework. - \ref CH3SHIFTS collective variable.
- Added ACCELERATION to \ref METAD, allowing to calculate on the fly the Metadynamics acceleration factor. - \ref COMMITTOR analysis.
- Added option PRECISION to set number of digits in \ref DUMPATOMS. - \ref LOCAL_AVERAGE.
- Added NDX_FILE and NDX_GROUP to action \ref GROUP, allowing to import atom lists from ndx files. - \ref NLINKS.
- Small optimization in \ref WHOLEMOLECULES - Crystallation module, including \ref Q4, \ref Q6, \ref LOCAL_Q4, \ref LOCAL_Q6, \ref MOLECULES, and \ref AVERAGE_VECTOR.
- Small optimization in \ref COORDINATION when NN and MM are even and D_0=0 - New flags for existing actions:
- Faster atom scattering with domain decomposition. - \ref METAD : WALKERS_MPI flag (multiple walkers in a mpi-based multi-replica framework)
- \ref SPRINT topological collective variables. and ACCELERATION flag (calculate on the fly the Metadynamics acceleration factor).
- \ref CH3SHIFTS collective variable. - \ref DUMPATOMS : PRECISION option to set number of digits in output file.
- Improved multicolvar neighbor lists. - \ref GROUP : NDX_FILE and NDX_GROUP options to import atom lists from ndx (gromacs) files.
- Maximum colvar as well as minimum colvar is now possible. - In many multicolvars, MIN and MAX options can be used.
- \ref COMMITTOR analysis. - Other new features:
- Added possibility to use negative strides in atom ranges (e.g. 10-1:-3). - \ref driver can now read trajectories in many formats using VMD molfile plugin
- Added possibility to use \ref COORDINATION or \ref DHENERGY with NLIST in replica exchange simulations. (requires VMD plugins to be compiled and installed).
- Added STRETCH flag to \ref switchingfunction. - \ref switchingfunction : added STRETCH flag.
- Added possibility to read trajectories from \ref driver using VMD molfile - Negative strides in atom ranges (e.g. 10-1:-3).
plugin (requires VMD plugins to be compiled and installed). - \ref COORDINATION and \ref DHENERGY with NLIST now work correctly in replica exchange simulations.
- Simplified install with the possibility to use an internally compiled - Improved multicolvar neighbor lists.
version of lapack and blas (automatically triggered by autoconf). - Optimizations:
- Root-mean-square devations with align weights different from displace weights
are now considerably faster. This will affect \ref RMSD calculations plus
other variables based on RMSD.
- \ref WHOLEMOLECULES is slighlty faster.
- \ref COORDINATION is slighlty faster when NN and MM are even and D_0=0.
- Atom scattering with domain decomposition is slightly faster
Changes from version 2.0 which are relevant for developers: Changes from version 2.0 which are relevant for developers:
- Added regtests for plumed as a library (e.g. basic/rt-make-0). plumed command has an additional - Added regtests for plumed as a library (e.g. basic/rt-make-0). plumed command has an additional
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
# The PROJECT_NAME tag is a single word (or a sequence of words surrounded # The PROJECT_NAME tag is a single word (or a sequence of words surrounded
# by quotes) that should identify the project. # by quotes) that should identify the project.
PROJECT_NAME = "Plumed 2.0: user manual" PROJECT_NAME = "Plumed 2.1: user manual"
# The PROJECT_NUMBER tag can be used to enter a project or revision number. # The PROJECT_NUMBER tag can be used to enter a project or revision number.
# This could be handy for archiving the generated documentation or # This could be handy for archiving the generated documentation or
......
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