mirror of
https://github.com/LCPQ/quantum_package
synced 2024-11-03 20:54:00 +01: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 behind a firewall]]
|
||||
* [[Tutorial]]
|
||||
* [[Excited states]]
|
||||
|
||||
|
||||
For programmers:
|
||||
|
Loading…
Reference in New Issue
Block a user