Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
U
Umbrella-Integration
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Evelyne Deplazes
Umbrella-Integration
Commits
d87736c9
Commit
d87736c9
authored
Oct 24, 2016
by
Evelyne Deplazes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README.md
parent
32a1f234
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
52 additions
and
1 deletion
+52
-1
README.md
README.md
+52
-1
No files found.
README.md
View file @
d87736c9
...
@@ -9,7 +9,7 @@ Authors: Martin Stroet (University of Queensland)
...
@@ -9,7 +9,7 @@ Authors: Martin Stroet (University of Queensland)
When using this program please cite the following paper
When using this program please cite the following paper
Deplazes E., Stroet M, Passioura T., Chassagnon I., Cristofori-Armstrong B.,
Deplazes E., Stroet M, Passioura T., Chassagnon I., Cristofori-Armstrong B.,
Rash LD.,
King GF., Mark AE., Journal, vol. no. (year)
King GF., Mark AE., Journal, vol. no. (year)
DOI
DOI
Please also cite the GitHub project using the following DOI
Please also cite the GitHub project using the following DOI
...
@@ -122,4 +122,55 @@ http://matplotlib.org/api/pyplot_api.html
...
@@ -122,4 +122,55 @@ http://matplotlib.org/api/pyplot_api.html
SciPy
SciPy
https://www.scipy.org/getting-started.html
https://www.scipy.org/getting-started.html
--------------------
Running the program
--------------------
python umbrella_integration.py -i infile -o outfile -b binwidth
-w writeDerivatives -c convergenceCheck -p plotPmf
-i infile
name of input file, if file is not in the same directory as
the script, the full path needs to be given. (see below for details on
the format of the input file).
-b bin_width
the bin width used for 'binning derivatives' when calculating the PMF
(ie when combining the data from the different windows).
if -b is not given, the default of 0.2 (nm) is used.
This is independent of the spacing between umbrellas/windows used
in the umbrella sampling simulations.
NOTE: the bin widths affects the final PMF so this
should be carefully considered (see also Kästner & Thiel 2005).
Instead of the bin_width -n and -m can be used to provide
the number of binds and the range (min,max) for the
reaction coordinate
-n number_bins
Number of bins to be used along the reaction coordinate. This is
independent of the umbrellas/windows used in umbrella sampling
simulations.
-m min_max_value
Minimum and maximum reaction coordinate positions to be considered
e.g. -m 0.2 5.5
-p show_plots
if yes, the final PMF is plotted as an image. default=false
-r integration_error_reference
Integration error estimation reference point, left or right
-ie integration_error_method
Method for propagating integration errors
-c run_convergence
convergence analysis on the data set at each umbrella
equilibrium position is run using the script runAnalysis.py
in the folder convergence_analysis.
-t truncate_based_on_convergence
remove equilibration (non-converged) region from data set
as determined by convergence analysis method
-d output_dir
Output directory for window convergence analysis plots
-o output_pmf_file
Name of output file that contains the final PMF.
Format, col 1 = reaction coordinate, col 2 = energy.
if error analysis is included, col 3 = uncertainty
if option -o is not given, default name pmf.dat is used.
-w derivatives_file
derivative vs time data is written for each bin position, files are
written to a folder called derivatives.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment