# calculate four-component perturbation-free molecular orbitals
respect --scf  --inp=4c

# calculate g-tensor
respect --gt   --inp=4c

# calculate hyperfine coupling tensor
respect --hfcc --inp=4c

# calculate NMR shielding tensor
respect --cs   --inp=4c

# calculate paramagnetic NMR parameters (average over all Hydrogen atoms)
util/pNMR-cs.py --quiet --t=293 --m=2 --select="2 3 4" --label=H --gt=4c.out_gt --hfcc=4c.out_hfcc --cs=4c.out_cs
generic_test 4c.out_pnmr-cs_H

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