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
82dee4f1
There was an error fetching the commit references. Please try again later.
Commit
82dee4f1
authored
10 years ago
by
Carlo Camilloni
Browse files
Options
Downloads
Patches
Plain Diff
belfast 8 and 9a
parent
214f5fd7
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
user-doc/tutorials/belfast-8.txt
+10
-1
10 additions, 1 deletion
user-doc/tutorials/belfast-8.txt
user-doc/tutorials/belfast-9a.txt
+51
-0
51 additions, 0 deletions
user-doc/tutorials/belfast-9a.txt
with
61 additions
and
1 deletion
user-doc/tutorials/belfast-8.txt
+
10
−
1
View file @
82dee4f1
...
...
@@ -296,7 +296,16 @@ plumed.dat.#
INCLUDE FILE=plumed-common.dat
METAD ...
ARG=cv2,cv3 SIGMA=0.3,0.3 HEIGHT=0.2 PACE=100 LABEL=mw GRID_MIN=-pi,-pi GRID_MAX=pi,pi GRID_BIN=200,200
LABEL=mw
ARG=cv2,cv3
SIGMA=0.3,0.3
HEIGHT=0.2
PACE=100
BIASFACTOR=8
TEMP=300
GRID_MIN=-pi,-pi
GRID_MAX=pi,pi
GRID_BIN=200,200
WALKERS_MPI
... METAD
...
...
This diff is collapsed.
Click to expand it.
user-doc/tutorials/belfast-9a.txt
+
51
−
0
View file @
82dee4f1
/**
\page belfast-9 Belfast tutorial: NMR constraints
\section Aims
This tutorial is about the use of experimental data, in particular NMR data, either as collective variables or as replica-averaged
restraints in MD simulations. While the first is a just a simple extension of what we have been already doing in previous tutorials,
the latter is an approach that can be used to increase the quality of a force-field in describing the properties of a specific system.
\section belfast-9-lo Learning Outcomes
Once this tutorial is completed students will:
- know multiple ways of using experimental data in MD simulations
- know how to use replica-averaged restrained MD simulations
\section Resources
\section Instructions
\subsection expdata Experimental data as Collective Variables
In the former tutorials it has been often discussed the possibility of measuring a distance with respect to a structure representing
some kind of state for a system, i.e. \ref belfast-5. An alternative possibility is to use as a reference a set of experimental data
that represent a state and measure the current deviation from the set. In plumed there are currently implemented the following NMR
experimental observables: Chemical Shifts (only for proteins) \ref CS2BACKBONE and \ref CH3SHIFTS, \ref NOE distances and Residual Dipolar
couplings \ref RDC. In addition \ref NOE collective variable can be also used for PRE distances and 3J Couplings will be implemented
shortly. Among the above listed collective variables those based on chemical shifts make use of an external library, ALMOST, that must
be downloaded and compiled separately. In addition plumed must be configured in such a way to link ALMOST. Detailed instructions on how
to compile PLUMED with ALMOST can be found in \ref CS2BACKBONE.
In the following we will write the CS2BACKBONE collective variable that has been used in Gratana et al. (2013).
\verbatim
prot: GROUP ATOMS=1-862
WHOLEMOLECULES ENTITY0=prot
cs: CS2BACKBONE ATOMS=prot DATA=data FF=a03_gromacs.mdb NRES=56 FLAT=1.0 WRITE_CS=50
PRINT ARG=cs FILE=COLVAR STRIDE=100
ENDPLUMED
\endverbatim
\subsection replica Replica-Averaged Restrained Simulations
NMR data, as all the equilibrium experimental data, are the result of a measure over an ensemble of structures and over time.
In principle a "perfect" molecular dynamics simulations, that is a simulations with a perfect force-field and a perfect sampling
can predict the outcome of an experiments in a quantitative way. Actually in most of the cases obtaining a qualitative agreement
is already a lucky outcome.
*/
link: @subpage belfast-9
...
...
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