# 1c tests
respect --scf --inp=ks
respect --scf --inp=ks_eht

ln -sf ks.50 ks_rest1c.50
respect --scf --inp=ks_rest1c --restart


# 2c tests
respect --scf --inp=x2c

ln -sf ks.50 x2c_rest1c.50
respect --scf --inp=x2c_rest1c --restart

ln -sf x2c.50 x2c_rest2c.50
respect --scf --inp=x2c_rest2c --restart


# 4c tests
respect --scf --inp=mdks

ln -sf ks.50 mdks_rest1c.50
respect --scf --inp=mdks_rest1c --restart

ln -sf x2c.50 mdks_rest2c.50
respect --scf --inp=mdks_rest2c --restart

ln -sf mdks.50 mdks_rest4c.50
respect --scf --inp=mdks_rest4c --restart


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