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
672aabc6
There was an error fetching the commit references. Please try again later.
Commit
672aabc6
authored
8 years ago
by
Giovanni Bussi
Browse files
Options
Downloads
Plain Diff
Merge branch 'v2.3'
parents
85c4083a
cb5ba076
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
user-doc/tutorials/hrex.txt
+12
-6
12 additions, 6 deletions
user-doc/tutorials/hrex.txt
with
12 additions
and
6 deletions
user-doc/tutorials/hrex.txt
+
12
−
6
View file @
672aabc6
...
...
@@ -13,12 +13,16 @@ This implementation is very close to the one used to produce the data in this pa
robust enough. However, be sure that you understand its limitations and
to perform all the tests discussed in this page before using it in production.
\section multipletopologies Generate multiple topologies
In this short tutorial you will learn how to do two things:
- Generate scaled topologies with `plumed partial_tempering`. This is actually not directly related to
the `-hrex` flag.
- Run GROMACS with replica exchange and multiple topologies.
Plumed comes with a `partial_tempering` command line tool that can be used to generate
multiple topologies. Notice that you might want to generate these topologies
by userself. This step is totally independent from the use of the `-hrex` flag.
\section multipletopologies Generate scaled topologies
Plumed comes with a `partial_tempering` command line tool that can be used to generate
scaled topologies. Notice that you might want to generate these topologies
by yourself. This step is totally independent from the use of the `-hrex` flag.
The `partial_tempering` tool can be invoked as follows:
\verbatim
...
...
@@ -85,7 +89,7 @@ all other terms (bonds/bends) are identical.
If GROMACS has been patched with PLUMED it should accept the -hrex option
in mdrun. Please double check this (mdrun -h should list this possibility).
Notice that not all the versions of GROMACS allow this feature.
First of all prepare separate topologies for each replicas using plumed partial_tempering
First of all prepare separate topologies for each replicas using
`
plumed partial_tempering
`
tool as shown above (or using some other tool). Then run a normal replica exchange with gromacs adding the flag "-hrex" on the command line.
A complete run script could be adapted from the following
...
...
@@ -147,7 +151,9 @@ expected to be very small.
Warnings:
- Topologies should have the same number of atoms, same masses and same constraint topology
- Topologies should have the same number of atoms, same masses and same constraint topology.
Some of these differences (e.g. masses) are not explicitly checked and might lead to
unnoticed errors in the final results.
- Choose neighbor list update (nstlist) that divides replex. Notice that running with GPUs
GROMACS is going to change nstlist automatically, be sure that it still divides replex.
- Option -hrex requires also option -plumed. If you do not care about plumed, just provide an empty
...
...
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