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

43 lines
904 B
ReStructuredText
Raw Normal View History

2019-01-25 11:39:31 +01:00
.. _save_one_e_dm:
.. program:: save_one_e_dm
=============
save_one_e_dm
=============
2019-01-25 14:54:22 +01:00
Program that computes the one body density on the |MO| and |AO| basis
2019-01-29 23:10:00 +01:00
for $\alpha$ and $\beta$ electrons from the wave function
stored in the |EZFIO| directory, and then saves it into the
:ref:`module_aux_quantities`.
2019-01-25 14:54:22 +01:00
2019-01-29 23:10:00 +01:00
Then, the global variable :option:`aux_quantities data_one_e_dm_alpha_mo`
and :option:`aux_quantities data_one_e_dm_beta_mo` (and the corresponding for |AO|)
will automatically ! read this density in the next calculation.
This can be used to perform damping on the density in |RSDFT| calculations (see
2019-01-29 23:10:00 +01:00
:ref:`module_density_for_dft`).
2019-01-25 11:39:31 +01:00
Needs:
.. hlist::
:columns: 3
* :c:data:`read_wf`
Calls:
.. hlist::
:columns: 3
* :c:func:`routine_save_one_e_dm`
Touches:
.. hlist::
:columns: 3
* :c:data:`read_wf`