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

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

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

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

# run the EFG calculations
respect --efg --inp=1c
respect --efg --inp=2c
respect --efg --inp=4c

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