Hardware requirements

To complete this tutorial you need:

Software requirements

Make sure you have installed:

Setting up the Conda environment for pre/post-processing scripts

You can create a conda environment to install all the python libraries needed to run pre- and post-processing tools.

PLUMED installation

1. Getting PLUMED

EMMIVox is currently implemented in the GitHub master branch of PLUMED, which you can obtain with:

git clone https://github.com/plumed/plumed2.git

or downloading the following zip archive:

wget https://github.com/plumed/plumed2/archive/refs/heads/master.zip

2. Configuring and compiling PLUMED

Please have a look here for detailed instructions about compiling PLUMED with Libtorch support. The main point is to enable Libtorch with:

./configure --enable-libtorch

GROMACS installation

Detailed instructions about patching GROMACS with PLUMED, configuration and installation are available here.

Back to EMMIVox home