Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Plumed AlphaFold
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Martin Kurečka
Plumed AlphaFold
Commits
8d6f6cf7
There was an error fetching the commit references. Please try again later.
Commit
8d6f6cf7
authored
8 years ago
by
Giovanni Bussi
Browse files
Options
Downloads
Plain Diff
Merge branch 'v2.2'
parents
9350d62b
956a1c70
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGES/v2.2.txt
+11
-3
11 additions, 3 deletions
CHANGES/v2.2.txt
src/bias/External.cpp
+2
-2
2 additions, 2 deletions
src/bias/External.cpp
with
13 additions
and
5 deletions
CHANGES/v2.2.txt
+
11
−
3
View file @
8d6f6cf7
...
@@ -5,7 +5,14 @@
...
@@ -5,7 +5,14 @@
Version 2.2 (Oct 13, 2015)
Version 2.2 (Oct 13, 2015)
----------------------------
----------------------------
Include all fixes in branch 2.1 indicated in \ref CHANGES-2-1 .
Version 2.2 contains several improvements with respect to 2.1. Users currently working with 2.1
should have a look at the section "Changes leading to incompatible behavior" below and
might need tiny adjustments in their input files. In 2.2 we restored more features of 1.3
that were missing in 2.1, so users still working with 1.3 could opt for an upgrade.
A tutorial explaining how to move from PLUMED 1 to PLUMED 2 is available (see \ref moving).
Below you find a list of all the changes with respect to version 2.1.
Notice that version 2.2 includes already all the fixes in branch 2.1 up to 2.1.4 indicated in \ref CHANGES-2-1 .
Changes from version 2.1 which are relevant for users:
Changes from version 2.1 which are relevant for users:
- Changes leading to incompatible behavior:
- Changes leading to incompatible behavior:
...
@@ -105,7 +112,7 @@ For developers:
...
@@ -105,7 +112,7 @@ For developers:
- ./configure is automatically relaunched when changing ./configure or Makefile.conf. This makes it more robust
- ./configure is automatically relaunched when changing ./configure or Makefile.conf. This makes it more robust
to switch between branches.
to switch between branches.
Unreleased changes (will be included in 2.2.2
)
Version 2.2.2 (Apr 13, 2016
)
----------------------------------------------
----------------------------------------------
For users:
For users:
...
@@ -119,7 +126,8 @@ For users:
...
@@ -119,7 +126,8 @@ For users:
- Fixed a bug in the normalization of kernel functions (relevant for \ref HISTOGRAM).
- Fixed a bug in the normalization of kernel functions (relevant for \ref HISTOGRAM).
- Fixed a regression introduced in v2.2 that was making \ref METAD with non-MPI multiple walkers crash
- Fixed a regression introduced in v2.2 that was making \ref METAD with non-MPI multiple walkers crash
if reading frequently. See \issue{190}
if reading frequently. See \issue{190}
- Updated patch for gromacs 5.1
- Updated patch for gromacs 5.x. Patches for gromacs 5.0 and 5.1 have been fixed so as to allow
patching in runtime mode.
- Possibility to control manual generation (including pdf) from ./configure. Pdf manual is now off
- Possibility to control manual generation (including pdf) from ./configure. Pdf manual is now off
by default. Notice that on travis CI it is still generated.
by default. Notice that on travis CI it is still generated.
...
...
This diff is collapsed.
Click to expand it.
src/bias/External.cpp
+
2
−
2
View file @
8d6f6cf7
...
@@ -41,7 +41,7 @@ The following is an input for a calculation with an external potential that is
...
@@ -41,7 +41,7 @@ The following is an input for a calculation with an external potential that is
defined in the file bias.dat and that acts on the distance between atoms 3 and 5.
defined in the file bias.dat and that acts on the distance between atoms 3 and 5.
\verbatim
\verbatim
DISTANCE ATOMS=3,5 LABEL=d1
DISTANCE ATOMS=3,5 LABEL=d1
EXTERNAL ARG=d1 FILE
NAME
=bias.dat LABEL=external
EXTERNAL ARG=d1 FILE=bias.dat LABEL=external
\endverbatim
\endverbatim
(See also \ref DISTANCE \ref PRINT).
(See also \ref DISTANCE \ref PRINT).
...
@@ -64,7 +64,7 @@ potential acting on two torsional angles:
...
@@ -64,7 +64,7 @@ potential acting on two torsional angles:
\verbatim
\verbatim
TORSION ATOMS=4,5,6,7 LABEL=t1
TORSION ATOMS=4,5,6,7 LABEL=t1
TORSION ATOMS=6,7,8,9 LABEL=t2
TORSION ATOMS=6,7,8,9 LABEL=t2
EXTERNAL ARG=t1,t2 FILE
NAME
=bias.dat LABEL=ext
EXTERNAL ARG=t1,t2 FILE=bias.dat LABEL=ext
\endverbatim
\endverbatim
The header in the file bias.dat for this calculation would read:
The header in the file bias.dat for this calculation would read:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment