10
0
mirror of https://github.com/QuantumPackage/qp2.git synced 2024-06-22 21:22:25 +02:00
QuantumPackage/docs/source/programs/save_natorb.rst

51 lines
1.1 KiB
ReStructuredText
Raw Normal View History

2019-01-25 11:39:31 +01:00
.. _save_natorb:
.. program:: save_natorb
===========
save_natorb
===========
2019-01-25 14:54:22 +01:00
2019-01-29 23:10:00 +01:00
Save natural |MOs| into the |EZFIO|.
2019-01-25 14:54:22 +01:00
2019-01-29 23:10:00 +01:00
This program reads the wave function stored in the |EZFIO| directory,
extracts the corresponding natural orbitals and setd them as the new
|MOs|.
2019-01-25 11:39:31 +01:00
2019-01-29 23:10:00 +01:00
If this is a multi-state calculation, the density matrix that produces
the natural orbitals is obtained from an average of the density
matrices of each state with the corresponding
:option:`determinants state_average_weight`
2019-01-25 11:39:31 +01:00
Needs:
.. hlist::
:columns: 3
* :c:data:`read_wf`
Calls:
.. hlist::
:columns: 3
* :c:func:`ezfio_set_mo_one_e_ints_io_mo_integrals_kinetic`
2020-12-06 22:58:30 +01:00
* :c:func:`ezfio_set_mo_one_e_ints_io_mo_integrals_n_e`
2019-01-25 11:39:31 +01:00
* :c:func:`ezfio_set_mo_one_e_ints_io_mo_integrals_pseudo`
* :c:func:`ezfio_set_mo_one_e_ints_io_mo_one_e_integrals`
* :c:func:`ezfio_set_mo_two_e_ints_io_mo_two_e_integrals`
* :c:func:`save_natural_mos`
* :c:func:`save_ref_determinant`
Touches:
.. hlist::
:columns: 3
2020-12-06 22:58:30 +01:00
* :c:data:`mo_coef`
2019-01-25 11:39:31 +01:00
* :c:data:`mo_occ`
* :c:data:`read_wf`