# run the 1c scf calculation
respect --scf --inp=1c

# run the 1c cpp calculation
respect --cpp --inp=1c

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

# run the 2c cpp calculation
respect --cpp --inp=2c

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

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

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