Download Scripts
- Download scripts for Mopac computations
- Go to home directiry:
cd ~
; - Download scripts:
git clone https://github.com/kimvu94/mopac.git
; - Add execute permission:
chmod u+x mopac/*
; - Change permission for sort geometries from the BOMD trajectory scripts:
cd mopac; chmod u+x geometry_clustering/*
- Go to home directiry:
- Download scripts for Gaussian computations:
cd ~; git clone https://github.com/kimvu94/gaussian.git; chmod u+x gaussian/*