10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-11-03 20:54:00 +01:00

Excited states

Anthony Scemama 2017-12-18 12:26:56 +01:00
parent 9b5106f5bc
commit 294b94852c
2 changed files with 15 additions and 0 deletions

14
Excited-states.md Normal file

@ -0,0 +1,14 @@
It is possible to run excited states calculations with the quantum package.
To do this, set the `n_states` variable in the `Determinants` section to the
number of requested states.
The selection criterion will be the maximum of the selection criteria for each state.
To produce state-average natural orbitals, run
```
qp_run save_natorb file.ezfio
```
The MOs will be replaced, so the two-electron integrals and the wave function are invalidated as well.

@ -6,6 +6,7 @@ For users:
* [[Installation instructions]]
* [[Installation behind a firewall]]
* [[Tutorial]]
* [[Excited states]]
For programmers: