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
958d66c2
There was an error fetching the commit references. Please try again later.
Commit
958d66c2
authored
5 years ago
by
Gareth Tribello
Browse files
Options
Downloads
Patches
Plain Diff
Fixed documentation for LogMFD - please check
parent
2ac6b2eb
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
src/logmfd/LogMFD.cpp
+15
-15
15 additions, 15 deletions
src/logmfd/LogMFD.cpp
with
15 additions
and
15 deletions
src/logmfd/LogMFD.cpp
+
15
−
15
View file @
958d66c2
...
@@ -218,7 +218,7 @@ to the fictitious dynamical variables in LogMFD/PD.
...
@@ -218,7 +218,7 @@ to the fictitious dynamical variables in LogMFD/PD.
plumed.dat
plumed.dat
\plumedfile
\plumedfile
UNITS TIME=fs LENGTH=1.0 ENERGY=kcal/mol M
ass
=1.0 CHARGE=1.0
UNITS TIME=fs LENGTH=1.0 ENERGY=kcal/mol M
ASS
=1.0 CHARGE=1.0
phi: TORSION ATOMS=5,7,9,15
phi: TORSION ATOMS=5,7,9,15
psi: TORSION ATOMS=7,9,15,17
psi: TORSION ATOMS=7,9,15,17
...
@@ -248,9 +248,9 @@ to execute a LogMFD run with Gromacs-MD.
...
@@ -248,9 +248,9 @@ to execute a LogMFD run with Gromacs-MD.
Here TOPO/topol0.tpr is an input file
Here TOPO/topol0.tpr is an input file
which contains atomic coordinates and Gromacs parameters.
which contains atomic coordinates and Gromacs parameters.
\
plumedfile
\
verbatim
gmx_mpi mdrun -s TOPO/topol0.tpr -plumed
gmx_mpi mdrun -s TOPO/topol0.tpr -plumed
\end
plumedfile
\end
verbatim
This command will output files named logmfd.out and replica.out.
This command will output files named logmfd.out and replica.out.
...
@@ -258,7 +258,7 @@ The output file logmfd.out records free energy and all fictitious dynamical vari
...
@@ -258,7 +258,7 @@ The output file logmfd.out records free energy and all fictitious dynamical vari
logmfd.out
logmfd.out
\
plumedfile
\
verbatim
# LogMFD
# LogMFD
# CVs : phi psi
# CVs : phi psi
# Mass for CV particles : 5000000.000000000 5000000.000000000
# Mass for CV particles : 5000000.000000000 5000000.000000000
...
@@ -270,13 +270,13 @@ logmfd.out
...
@@ -270,13 +270,13 @@ logmfd.out
2 4.99836196 308.26124159 0.00000000 0.00000000 -2.85588436 0.00035005 4.71247605 2.79233863 0.00035000 -0.00532474
2 4.99836196 308.26124159 0.00000000 0.00000000 -2.85588436 0.00035005 4.71247605 2.79233863 0.00035000 -0.00532474
3 4.99743572 308.28344595 0.00000000 0.00000000 -2.85570932 0.00035007 5.34358230 2.79251363 0.00035000 -0.05119816
3 4.99743572 308.28344595 0.00000000 0.00000000 -2.85570932 0.00035007 5.34358230 2.79251363 0.00035000 -0.05119816
...
...
\end
plumedfile
\end
verbatim
The output file replica.out records all collective variables at every MFD step.
The output file replica.out records all collective variables at every MFD step.
replica.out
replica.out
\
plumedfile
\
verbatim
# Replica No. 0 of 1.
# Replica No. 0 of 1.
# 1:iter_md, 2:work, 3:weight,
# 1:iter_md, 2:work, 3:weight,
# 4:phi(q)
# 4:phi(q)
...
@@ -285,7 +285,7 @@ replica.out
...
@@ -285,7 +285,7 @@ replica.out
2 -1.638105e-03 1.000000e+00 -2.80893462 2.79211039
2 -1.638105e-03 1.000000e+00 -2.80893462 2.79211039
3 -2.564398e-03 1.000000e+00 -2.80244854 2.79182665
3 -2.564398e-03 1.000000e+00 -2.80244854 2.79182665
...
...
\end
plumedfile
\end
verbatim
\subsection Example-LogPD Example of LogPD
\subsection Example-LogPD Example of LogPD
...
@@ -293,9 +293,9 @@ Use the following command line to execute a LogPD run using two MD replicas (not
...
@@ -293,9 +293,9 @@ Use the following command line to execute a LogPD run using two MD replicas (not
Here TOPO/topol0.tpr and TOPO/topol1.tpr are input files
Here TOPO/topol0.tpr and TOPO/topol1.tpr are input files
which contain atomic coordinates of each replica and Gromacs parameters.
which contain atomic coordinates of each replica and Gromacs parameters.
\
plumedfile
\
verbatim
mpirun -np 2 gmx_mpi mdrun -s TOPO/topol -plumed -multi 2
mpirun -np 2 gmx_mpi mdrun -s TOPO/topol -plumed -multi 2
\end
plumedfile
\end
verbatim
This command will output files named logmfd.out, replica.out.0 and replica.out.1.
This command will output files named logmfd.out, replica.out.0 and replica.out.1.
...
@@ -303,7 +303,7 @@ The output file logmfd.out records free energy and all fictitious dynamical vari
...
@@ -303,7 +303,7 @@ The output file logmfd.out records free energy and all fictitious dynamical vari
logmfd.out
logmfd.out
\
plumedfile
\
verbatim
# LogPD, replica parallel of LogMFD
# LogPD, replica parallel of LogMFD
# number of replica : 2
# number of replica : 2
# CVs : phi psi
# CVs : phi psi
...
@@ -316,14 +316,14 @@ logmfd.out
...
@@ -316,14 +316,14 @@ logmfd.out
2 5.00476934 308.10774854 0.00000000 0.00000000 -0.95919679 0.00034989 -11.20093553 0.78941467 0.00034999 -3.21098229
2 5.00476934 308.10774854 0.00000000 0.00000000 -0.95919679 0.00034989 -11.20093553 0.78941467 0.00034999 -3.21098229
3 5.00702463 308.05376594 0.00000000 0.00000000 -0.95902187 0.00034983 -10.81712171 0.78958965 0.00034998 -2.07196718
3 5.00702463 308.05376594 0.00000000 0.00000000 -0.95902187 0.00034983 -10.81712171 0.78958965 0.00034998 -2.07196718
...
...
\end
plumedfile
\end
verbatim
The output file replica.out.0 records all collective variables of replica No.0 at every MFD step.
The output file replica.out.0 records all collective variables of replica No.0 at every MFD step.
replica.out.0
replica.out.0
\
plumedfile
\
verbatim
# Replica No. 0 of 2.
# Replica No. 0 of 2.
# 1:iter_md, 2:work, 3:weight,
# 1:iter_md, 2:work, 3:weight,
# 4:phi(q)
# 4:phi(q)
...
@@ -332,13 +332,13 @@ replica.out.0
...
@@ -332,13 +332,13 @@ replica.out.0
2 3.466179e-03 5.010942e-01 -1.05020764 0.78731283
2 3.466179e-03 5.010942e-01 -1.05020764 0.78731283
3 4.927870e-03 5.017619e-01 -1.04968867 0.79635198
3 4.927870e-03 5.017619e-01 -1.04968867 0.79635198
...
...
\end
plumedfile
\end
verbatim
The output file replica.out.1 records all collective variables of replica No.1 at every MFD step.
The output file replica.out.1 records all collective variables of replica No.1 at every MFD step.
replica.out.1
replica.out.1
\
plumedfile
\
verbatim
# Replica No. 1 of 2.
# Replica No. 1 of 2.
# 1:iter_md, 2:work, 3:weight,
# 1:iter_md, 2:work, 3:weight,
# 4:phi(q)
# 4:phi(q)
...
@@ -347,7 +347,7 @@ replica.out.1
...
@@ -347,7 +347,7 @@ replica.out.1
2 6.075530e-03 4.989058e-01 -1.09264741 0.72681448
2 6.075530e-03 4.989058e-01 -1.09264741 0.72681448
3 9.129358e-03 4.982381e-01 -1.08517238 0.74084241
3 9.129358e-03 4.982381e-01 -1.08517238 0.74084241
...
...
\end
plumedfile
\end
verbatim
*/
*/
//+ENDPLUMEDOC
//+ENDPLUMEDOC
...
...
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