- Enter in qpsh mode for auto completion
~/your_path_to_qp/bin/qpsh
- Create an EZFIO DATA BASE from .xyz
qp create_ezfio -b 6-31g hcn.xyz
- Run a HF calculation on the EZFIO and put the output in a file
qp run scf | tee hcn.ezfio.scf.out
~/your_path_to_qp/bin/qpsh
qp create_ezfio -b 6-31g hcn.xyz
qp run scf | tee hcn.ezfio.scf.out