9
1
mirror of https://github.com/QuantumPackage/qp2.git synced 2024-06-02 02:35:18 +02:00
qp2/src/aux_quantities/README.rst

23 lines
848 B
ReStructuredText
Raw Normal View History

2019-01-25 11:39:31 +01:00
==============
aux_quantities
==============
This module contains some global variables (such as densities and energies)
2019-01-29 23:10:00 +01:00
which are stored in the |EZFIO| directory in a different place than determinants.
2019-01-25 11:39:31 +01:00
This is used in practice to store density matrices which can be obtained from
2019-01-29 23:10:00 +01:00
any method, as long as they are stored in the same |MO| basis which is used for
2019-01-25 11:39:31 +01:00
the calculations. In |RSDFT| calculations, this can be done to perform damping
2019-01-29 23:10:00 +01:00
on the density in order to speed up the convergence.
2019-01-25 11:39:31 +01:00
The main providers of that module are:
2019-01-29 23:10:00 +01:00
* :c:data:`data_one_e_dm_alpha_mo` and :c:data:`data_one_e_dm_beta_mo` which
are the one-body alpha and beta densities which are necessary read from the
|EZFIO| directory.
2019-01-25 11:39:31 +01:00
Thanks to these providers you can use any density matrix that does not
2019-01-29 23:10:00 +01:00
necessarily corresponds to that of the current wave function.