# guess calculation
respect --scf --inp=1c

# prepare data for a restart from 1c guess
ln -sf  1c.50  4c.50

# run the 4c scf calculation
respect --scf --inp=4c --restart

# run the 4c nsr calculation
respect --nsr --inp=4c

# cleaning
rm -f *.50* *.molden
