mirror of
https://github.com/LCPQ/quantum_package
synced 2025-05-05 06:34:54 +02:00
Excited states
parent
9b5106f5bc
commit
294b94852c
14
Excited-states.md
Normal file
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 instructions]]
|
||||||
* [[Installation behind a firewall]]
|
* [[Installation behind a firewall]]
|
||||||
* [[Tutorial]]
|
* [[Tutorial]]
|
||||||
|
* [[Excited states]]
|
||||||
|
|
||||||
|
|
||||||
For programmers:
|
For programmers:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user