Installation
This section of the documentation covers how to install Digichem.
Note
This installation only covers the main Digichem program. If you are looking to (also) install the open-source Digichem-core library, please see the separate documentation here.
Dependencies
Digichem is distributed as a fully self-contained binary, which means it has no required dependencies to run. However, Digichem uses an external rendering engine to generate orbital plots and other 3D renders. If you would like to generate these types of images, you should make sure Visual Molecular Dynamics (VMD) is installed on your cluster before you begin to install Digichem.
Note
Many computational clusters already have VMD installed, make sure to check your cluster’s documentation first before you try and install it yourself!
Quick installation instructions
Installing Digichem is easy:
Download the latest version of Digichem from the automated build server
Upload the archive to your computational cluster
Unzip the archive with
tar -xzf digichem.*.tar.gz
Run the install script with
digichem/_internal/install.sh
If you’ve not used Digichem on this server before, run the setup program with
digichem setup
And that’s it! Next, you’ll want to let Digichem know which submission queues and calculation engines are available, and then you can begin submitting calculations.
Detailed installation instructions
For a more detailed walkthrough of the installation process, including options to install for multiple users, please see the below guide:
Help!
Something went wrong? Let us know at Build-boy and we’ll do our best to assist you.