10
0
mirror of https://github.com/LCPQ/quantum_package synced 2025-01-03 10:05:57 +01:00

Updated Tutorial (markdown)

Thomas Applencourt 2017-05-08 17:11:27 -05:00
parent 1ad0bbd37e
commit ae710d74f4

@ -77,12 +77,13 @@ Then run the SCF
The expected SCF energy is -92.8832967.
We want to run the selected Full-CI calculation in the valence only. For this, we will use the ``qp_set_mo_class`` utility. The options are
```
-act range Range of active orbitals
-core range Range of core orbitals
-del range Range of deleted orbitals
-inact range Range of inactive orbitals
-virt range Range of virtual orbitals
```
We set 2 first canonical orbitals as `core` and all the remaining MOs are set as active ::
```