Installation ============ To install the package, download the latest source code from the `GitHub repository `_. .. code-block:: console :linenos: git clone https://github.com/ochsenfeld-lab/adaptive_sampling.git Then, navigate to the package directory and run install the package using pip. .. code-block:: console :linenos: cd adaptive_sampling pip install . Alternatively, you can install the package directly from GitHub using pip: .. code-block:: console :linenos: pip install git+https://github.com/ochsenfeld-lab/adaptive_sampling.git Dependencies ------------ The package requires the following dependencies: * `numpy `_ * `scipy `_ * `torch `_ * `ase `_ (for QM simulations) * `openmm `_ (for MM simulations) * `ash `_ (for QM/MM simulations)