Advanced Molecular Dynamics Simulation
Developed by Peter Kollman's group at the University of California, San Francisco, AmberMD is a molecular dynamics software suite for biomolecular simulations, using force fields originally created for the AMBER force field.
Written in Fortran 90 and C, AmberMD supports Unix-like operating systems and compilers, specializing in biomolecular systems simulations. Discover AmberMD and its AmberMD GitHub.
Column 1 | Column 2 |
---|---|
Name | AmberMD |
Description | Suite of biomolecular simulation programs |
Creator | Originally by Peter Kollman's group, evolved by a large community |
Website | https://ambermd.org/ |
GitHub | https://github.com/Amber-MD |
This guide outlines the procedure for conducting a Free Energy Calculation using Amber MD. The necessary files for this case study are conveniently packaged in tutorial3.zip. Additionally, you should obtain (or create) the run_script.sh, a script designed to setup and initiate the simulation inputs.
Volume
line and upload both tutorial3.zip
and run_script.sh
to the working directory (/data
) of your project. Project Directory
is set to /data
(or the mounted volume to entered!).Project Directory
, make sure to apply the changes in the run_script.sh
accordingly.
Run Script
field, enter run_script.sh
as the input.
Create
to prepare your project environment.For further post-processing, our provided notebooks are available, and for visualization of results, tools such as Paraview, VMD, or others can be utilized.
More details: How to run AmberMD on DiPhyx.
This tutorial focuses on the analysis of nucleic acids simulations, specifically studying the transition from A-DNA to B-DNA. The workshop, conducted by Thomas E. Cheatham III, Christina Bergonzo, and Rodrigo Galindo-Murillo, provides a hands-on approach to simulating a 12-base pair DNA molecule starting in the A-DNA configuration and observing its conversion to B-DNA. Using the AmberTools collection, participants generate the initial structure and employ the CPPTRAJ tool to analyze the transition characteristics. The tutorial emphasizes the creation of topology and coordinate files, minimization, equilibration, and the use of CPPTRAJ for detailed trajectory analysis​.
For further details, you can visit the AMBER 2015 London Workshop DNA tutorial.