10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-10-19 22:41:48 +02:00
quantum_package/docs/source/modules/dft_keywords.rst

60 lines
1.2 KiB
ReStructuredText
Raw Normal View History

2019-01-16 11:47:09 +01:00
.. _dft_keywords:
.. program:: dft_keywords
.. default-role:: option
2019-01-05 01:51:21 +01:00
============
dft_keywords
============
This module contains the main keywords related to a DFT calculation or RS-DFT calculation, such as:
* :option:`dft_keywords exchange_functional`
* :option:`dft_keywords correlation_functional`
* :option:`dft_keywords HF_exchange` : only relevent for the :c:func:`rs_ks_scf` program
2019-01-16 11:47:09 +01:00
The keyword for the **range separation parameter** :math:`\mu` is the :option:`ao_two_e_erf_ints mu_erf` keyword.
2019-01-05 01:51:21 +01:00
The keyword for the type of density used in RS-DFT calculation with a multi-configurational wave function is the :option:`density_for_dft density_for_dft` keyword.
2019-01-16 11:47:09 +01:00
EZFIO parameters
----------------
2019-01-05 01:51:21 +01:00
.. option:: exchange_functional
2019-01-16 11:47:09 +01:00
2019-01-05 01:51:21 +01:00
name of the exchange functional
2019-01-16 11:47:09 +01:00
2019-01-05 01:51:21 +01:00
Default: short_range_LDA
2019-01-16 11:47:09 +01:00
2019-01-05 01:51:21 +01:00
.. option:: correlation_functional
2019-01-16 11:47:09 +01:00
2019-01-05 01:51:21 +01:00
name of the correlation functional
2019-01-16 11:47:09 +01:00
2019-01-05 01:51:21 +01:00
Default: short_range_LDA
2019-01-16 11:47:09 +01:00
2019-01-05 01:51:21 +01:00
.. option:: HF_exchange
2019-01-16 11:47:09 +01:00
2019-01-05 01:51:21 +01:00
Percentage of HF exchange in the DFT model
2019-01-16 11:47:09 +01:00
2019-01-05 01:51:21 +01:00
Default: 0.
2019-01-16 11:47:09 +01:00
Providers
---------
2019-01-05 01:51:21 +01:00
.. c:var:: dft_type
.. code:: text
character*(32) :: dft_type
File: :file:`keywords.irp.f`
defines the type of DFT applied: LDA, GGA etc ...