Variable Density Reweighting for GaMD Simulations
Project description
GaMD Variable Density Reweighting (VDR)
Introduction
VDR is a python-based package for energetic reweighting of Gaussian Accelerated MD simulations. VDR provides a toolkit for calculating optimal boost parameters for GaMD simulations and performing post-hoc reweighting of GaMD simulation trajectories.
VDR serves an improvement to the original PyReweighting script by Yinglong Miao (2014).
Installation
From source
git clone https://github.com/sct1g15/GaMD_Variable_Density_Reweighting.git
cd GaMD_Variable_Density_Reweighting
python setup.py install
Using pip
pip install gamdvdr
Tutorial
This tutorial will take you through parameterisation and reweighting of a Gaussian Accelerated MD simulation.
Calculate the GaMD parameters
The VDR_param command calculates the highest standard deviation limits applicable to the amount of simulation frames you plan to save to your GaMD output trajectory. Default parameters assume a 0.01 anharmonicity tolerance, 0.02 kcal/mol standard error and 100 generated local clusters.
VDR_param --frames 950000
Run GaMD Simulation
Run your GaMD simulation, where the sum of the standard deviation limits used, should not exceed the value output by the VDR_param command.
Calculate CV values
Calculate the values of your CV of interest from the GaMD trajectory. This will vary between simulations, but an example script for calculating phi and psi angles from an alanine dipeptide example simulation have been provided in tutorial/phi_psi_calc.py. Formatting should match that in tutorial/data_example.dat, i.e. white spaced deliminated with three columns for CV1, CV2, frame number.
Combine Repeats (Optional)
VDR_comb supports multiple inputs if multiple repeats were used to concatenate results. This will output a data_concat.dat and gamd_concat.log file.
VDR_comb --data data1.dat data2.dat data3.dat data4.dat --gamd gamd1.log gamd2.log gamd3.log gamd4.log
Run VDR
Below is a minimum example for running VDR reweighting, this generate a single PMF distribution using a VDR cut-off of 9500:
VDR --gamd output/gamd.log --data input/data_example.txt --mode single --conv_points 9500 --pbc True --output output_VDR
For a more customised reweighting (Testing the data convergence):
VDR --gamd output/gamd.log --data input/data_example.txt --cores 12 --emax 8 --mode convergence --conv_points 1000 100000 --conv_points_num 7 --conv_points_scale log --pbc True --output output_VDR
For details on all the arguments, you can use
VDR -h
VDR Arguments
Required Parameters:
| Parameter | Description | Required | Default |
|---|---|---|---|
| gamd | gamd weights .dat file location, generated from GaMD simulation. | yes | None |
| data | Datafile location containing CV values and timestep, formatted as in input/data_example.txt. | yes | None |
| conv_points | Cut-off values for VDR segmentation, use multiple values for convergence mode, one value for single mode, or define range of values with conv_points_num and conv_points_scale. | yes | None |
| mode | Whether to evaluate a single cut-off value (--mode single) or evaluate convergence across multiple cut-off values (--mode convergence). | yes | None |
| cores | Number of CPU cores to use for VDR. | yes | None |
Optional Parameters:
| Parameter | Description | Required | Default |
|---|---|---|---|
| emax | kcal/mol value assigned for unsampled regions of CV-space. | no | 8 |
| pbc | Whether to add partial duplicated boundaries if the CV-limits loop around, i.e. phi/psi angles. | no | False |
| error_tol | Standard deviation convergence error tolerance. | no | 0.02 |
| anharm_error_tol | Anharmonicity convergence error tolerance. | no | 0.01 |
| conv_points_num | Number of cut-off data points to use between range specified in --conv_points, only required for --mode convergence. | no | None |
| conv_points_scale | Whether to use a 'linear' or 'log' scale to distribute points across conv_points range with conv_points_scale. | no | 'linear' |
| cluster | Whether to extract frames from local cluster centers. Must be used with --mode single. | no | False |
| cluster_frames | Number of frames to include per local minima during clustering. | no | 100 |
| xlab | X-axis label for plotting. | no | 'CV1' |
| ylab | Y-axis label for plotting. | no | 'CV2' |
Outputs
PMF
2C_PMF_{cutoff}.png: Contains reweighted 2D PMF plots.
Intermediates
bias_{cutoff}.png: Bias potential projected across CV space.PMF_{cutoff}.png: Unreweighted PMF distribution.distribution_{cutoff}.png: Distribution of points used to generate the bias potential energy surface through interpolation:Blue points: Represent averaged sampled regions.Orange points: Represent unsampled regions, assigned a value of emax.
Convergence (only with --mode convergence)
anharm_plot_max.png: Shows the anharmonicity of the datapoint with the highest anharmonicity value.std_plot_max.png: Shows the standard deviation of the datapoint with the highest standard deviation.
Clusters
- Clusters: Contains frames from 2D PMF local minima, generated when using
--cluster(must be combined with--mode single).
References
Miao Y, Sinko W, Pierce L, Bucher D, Walker RC, McCammon JA (2014) Improved reweighting of accelerated molecular dynamics simulations for free energy calculation. J Chemical Theory and Computation, 10(7): 2677-2689. Miao, Y., et al. (2015). Gaussian Accelerated Molecular Dynamics: Unconstrained Enhanced Sampling and Free Energy Calculation. Journal of Chemical Theory and Computation 11(8): 3584-3595.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file gamdvdr-1.0.0.tar.gz.
File metadata
- Download URL: gamdvdr-1.0.0.tar.gz
- Upload date:
- Size: 17.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f39728cea07b61fe247b40bb0e06207967e898fad4a19db5844e5f5e1624df34
|
|
| MD5 |
9db059eaf9e6d766f2725543d36f772f
|
|
| BLAKE2b-256 |
4dc9f04cbc09f7a83aed66b8820b568a1441547cf2f023b6991519eee19217ff
|
File details
Details for the file gamdvdr-1.0.0-py3-none-any.whl.
File metadata
- Download URL: gamdvdr-1.0.0-py3-none-any.whl
- Upload date:
- Size: 34.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e0f8afd07e4df99f6b4bb6290c9e45eb33650ecd7a7ffeb7fecd4a0bb1d87c5d
|
|
| MD5 |
c2c3fc797563f2e7ed08a10ddbdac999
|
|
| BLAKE2b-256 |
6199922e4442f40c0058d9c26d46f96a06762cf44a9c6751211ac3cafb15f245
|