Installation (Ubuntu 22.04)¶
Both sections are required for use of Simmate workflows.
For the bader
command:
- Download
Linux x86-64
from the Henkelman website here - Unpack the compressed file. There should only be one "file" in it named bader. This is the executable.
- Move the
bader
executable to a folder of your choosing. For example,~/jacksund/bader/bader
(within a folder named bader in my home directory) - run
nano ~/.bashrc
to edit your bash and add this line to the bottom:export PATH=/home/jacksund/bader/:$PATH
- restart your terminal and try the command
bader --help
For the chgsum.pl
and extra scripts:
- Download the scripts from VTST-tools
- Unpack the folder (
vtstscripts-1033
) and move it into the folder with your bader executable - run
nano ~/.bashrc
to edit your bash and add this line to the bottom:export PATH=/home/jacksund/bader/vtstscripts-1033:$PATH
- restart your terminal and you're ready to try Bader analyses with Simmate!