10
0
mirror of https://github.com/QuantumPackage/qp2.git synced 2024-08-02 02:24:03 +02:00
QuantumPackage/src/dft_utils_one_e
Anthony Scemama 81bc60eb58
Merge develop-toto and manus (#12)
* Fixed energies of non-expected s2

* Moved diag_algorithm in Davdison

* Fixed travis

* Added print_ci_vector

* Documentation

* Cleaned qp_set_mo_class.ml

* Removed Core in taskserver

* Frozen core for heavy atoms

* Improved molden module

* In sync with manus

* Fixed some of the documentation errors
2019-03-06 14:12:55 +01:00
..
effective_pot.irp.f Initial commit 2019-01-25 11:39:31 +01:00
exc_sr_lda.irp.f Initial commit 2019-01-25 11:39:31 +01:00
exc_sr_pbe.irp.f Merge develop-toto and manus (#12) 2019-03-06 14:12:55 +01:00
mu_erf_dft.irp.f Initial commit 2019-01-25 11:39:31 +01:00
NEED Initial commit 2019-01-25 11:39:31 +01:00
one_e_energy_dft.irp.f Initial commit 2019-01-25 11:39:31 +01:00
README.rst changed the configure 2019-01-30 18:28:52 +01:00
rho_ab_to_rho_tot.irp.f Initial commit 2019-01-25 11:39:31 +01:00
sr_coulomb.irp.f Initial commit 2019-01-25 11:39:31 +01:00
sr_exc.irp.f Merge develop-toto and manus (#12) 2019-03-06 14:12:55 +01:00
utils.irp.f Merge develop-toto and manus (#12) 2019-03-06 14:12:55 +01:00

===============
dft_utils_one_e
===============

This module contains all the one-body related quantities needed to perform DFT or RS-DFT calculations with the LDA and PBE functionals.
Therefore, it contains most of the properties which depends on the one-body density and density matrix.

Some interesting quantities you might take a look at:

* The LDA and PBE *providers* for the x/c energies in :file:`e_xc.irp.f` and :file:`sr_exc.irp.f`
* The LDA and PBE *providers* for the x/c potentials on the AO basis in :file:`pot_ao.irp.f` and  :file:`sr_pot_ao.irp.f`
* The :math:`h_{core}` energy computed directly with the one-body density matrix in :file:`one_e_energy_dft.irp.f`
* LDA and PBE short-range functionals *subroutines* in :file:`exc_sr_lda.irp.f` and :file:`exc_sr_pbe.irp.f`