YAML Files for Simulation¶
YANK now supports setting up entire simulations with easy to read and write YAML files.
No longer do you need to remember long command line arguments with many --
flags, you can just write a
yank.yaml
file and call yank script --yaml=yank.yaml
to carry out all your preparation and simulations.
Below are the valid YAML options. We also have example YANK simulations which use YAML files to run.
To see examples and some of the recommended stock settings, check out the Cookbook for YAML Options! To see all options available to the YAML scripts: check out the detailed list below.
All Pages¶
Detailed Options List¶
- options
- General Options:
- System and Simulation Prep
- Simulation Parameters:
- switch_phase_interval
- minimize
- minimize_max_iterations
- minimize_tolerance
- number_of_equilibration_iterations
- equilibration_timestep
- number_of_iterations
- nsteps_per_iteration
- timestep
- checkpoint_interval
- replica_mixing_scheme
- collision_rate
- constraint_tolerance
- mc_displacement_sigma
- anisotropic_dispersion_cutoff
- Alchemy Parameters
- Online Analysis Parameters
- molecules
- solvents
- systems
- protocols
- experiements
- version