.. _yaml_head: 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 :doc:`cookbook`! To see *all* options available to the YAML scripts: check out the detailed list below. All Pages --------- .. toctree:: :maxdepth: 1 options molecules solvents systems protocols experiments Combinatorial Options cookbook Detailed Options List --------------------- * :doc:`options ` * :ref:`General Options: ` * :ref:`verbose ` * :ref:`resume_setup ` * :ref:`resume_simulation ` * :ref:`output_dir ` * :ref:`setup_dir ` * :ref:`experiments_dir ` * :ref:`platform ` * :ref:`precision ` * :ref:`System and Simulation Prep ` * :ref:`randomize_ligand ` * :ref:`randomize_ligand_sigma_multiplier ` * :ref:`randomize_ligand_close_cutoff ` * :ref:`temperature ` * :ref:`pressure ` * :ref:`hydrogen_mass ` * :ref:`constraints ` * :ref:`Simulation Parameters: ` * :ref:`online_analysis ` * :ref:`online_analysis_min_iterations ` * :ref:`show_energies ` * :ref:`show_mixing_statistics ` * :ref:`minimize ` * :ref:`minimize_max_iterations ` * :ref:`minimize_tolerance ` * :ref:`number_of_equilibration_iterations ` * :ref:`equilibration_timestep ` * :ref:`number_of_iterations ` * :ref:`nsteps_per_iteration ` * :ref:`timestep ` * :ref:`replica_mixing_scheme ` * :ref:`collision_rate ` * :ref:`constraint_tolerance ` * :ref:`mc_displacement_sigma ` * :ref:`Alchemy Parameters ` * :ref:`annihilate_electrostatics ` * :ref:`annihilate_sterics ` * :ref:`softcore_alpha ` * :ref:`softcore_beta ` * :ref:`softcore_a ` * :ref:`softcore_b ` * :ref:`softcore_c ` * :ref:`softcore_d ` * :ref:`softcore_e ` * :ref:`softcore_f ` * :doc:`molecules ` * :ref:`Specifying Molecule Names ` * :ref:`filepath ` * :ref:`smiles ` * :ref:`name ` * :ref:`strip_protons ` * :ref:`select ` * :ref:`Assigning Missing Parameters ` * :ref:`antechamber ` * :ref:`openeye ` * :ref:`Assigning Extra Information ` * :ref:`leap ` * :ref:`epik ` * :doc:`solvents ` * :ref:`OpenMM System Creation Options ` * :ref:`nonbonded_method ` * :ref:`nonbonded_cutoff ` * :ref:`switch_distance ` * :ref:`rigid_water ` * :ref:`implicit_solvent ` * :ref:`implicit_solvent_salt_concentration ` * :ref:`solute_dielectric ` * :ref:`solvent_dielectric ` * :ref:`ewald_error_tolerance ` * :ref:`LEaP Solvation Options ` * :ref:`clearance ` * :ref:`positive_ion ` * :ref:`negative_ion ` * :doc:`systems ` * :ref:`Ligand/Receptor Free Energies Setup by YANK ` * :ref:`ligand ` * :ref:`receptor ` * :ref:`solvent ` * :ref:`pack ` * :ref:`leap ` * :ref:`parameters ` * :ref:`Hydration Free Energies Setup by YANK ` * :ref:`solute ` * :ref:`solvent1 ` * :ref:`solvent2 ` * :ref:`leap ` * :ref:`Arbitrary Phase Free Energies Setup by User ` * :ref:`phase1_path ` * :ref:`phase2_path ` * :ref:`ligand_dsl ` * :ref:`solvent ` * :ref:`gromacs_include_dir ` * :doc:`protocols ` * :ref:`Protocols Syntax ` * :ref:`alchemical_path ` * :ref:`lambda_electrostatics ` * :ref:`lambda_sterics ` * :doc:`experiements ` * :ref:`Experiments Syntax ` * :ref:`system ` * :ref:`protocol ` * :ref:`options ` * :ref:`restraint ` * :ref:`Running Multiple Experiments ` * :doc:`version `