...
- For viewing the molecular structures, we will use VMD. In console/terminal execute:
module add vmd
- For NOESY simulations, we need a python environment. Execute following commands ()
module add anaconda3:2024.02
conda init
source .bashrc
conda activate base
...