Skip to content

GADES

GADES: Gentlest Ascent Dynamics for Enhanced Sampling

GADES is an enhanced sampling method based on Gentlest Ascent Dynamics (GAD) for exploring molecular configuration space without prior knowledge of reaction coordinates.

Installation

to install, clone the repository

git clone https://github.com/arminshzd/GADES.git

create a conda environment (python >= 3.10)

conda create -n GADES python=3.10 
conda activate GADES

and install from inside the GADES directory using pip

pip install -e .