Definition at line 222 of file v_ks.F90.
|
| integer, public | theory_level = -1 |
| |
| logical, public | frozen_hxc = .false. |
| | For RPA and SAE calculations. More...
|
| |
| integer, public | xc_family = 0 |
| | the XC stuff More...
|
| |
| integer, public | xc_flags = 0 |
| | the XC flags More...
|
| |
| type(xc_t), public | xc |
| |
| type(xc_oep_t), public | oep |
| |
| type(xc_ks_inversion_t), public | ks_inversion |
| |
| type(xc_sic_t), public | sic |
| |
| type(xc_vdw_t), public | vdw |
| |
| type(grid_t), pointer, public | gr |
| |
| real(real64), dimension(3, 3), public | stress_xc_gga |
| | Beyond LDA contribution to the xc stress tensor. More...
|
| |
| type(v_ks_photon_t), public | v_ks_photons |
| | QEDFT / electron-photon state (see v_ks_photon_oct_m) More...
|
| |
◆ theory_level
| integer, public v_ks_oct_m::v_ks_t::theory_level = -1 |
◆ frozen_hxc
| logical, public v_ks_oct_m::v_ks_t::frozen_hxc = .false. |
For RPA and SAE calculations.
Definition at line 225 of file v_ks.F90.
◆ xc_family
| integer, public v_ks_oct_m::v_ks_t::xc_family = 0 |
◆ xc_flags
| integer, public v_ks_oct_m::v_ks_t::xc_flags = 0 |
◆ xc
| type(xc_t), public v_ks_oct_m::v_ks_t::xc |
◆ oep
| type(xc_oep_t), public v_ks_oct_m::v_ks_t::oep |
◆ ks_inversion
◆ sic
| type(xc_sic_t), public v_ks_oct_m::v_ks_t::sic |
◆ vdw
| type(xc_vdw_t), public v_ks_oct_m::v_ks_t::vdw |
◆ gr
| type(grid_t), pointer, public v_ks_oct_m::v_ks_t::gr |
◆ calc
◆ calculate_current
| logical v_ks_oct_m::v_ks_t::calculate_current = .false. |
|
private |
◆ current_calculator
| type(current_t) v_ks_oct_m::v_ks_t::current_calculator |
|
private |
◆ include_td_field
| logical v_ks_oct_m::v_ks_t::include_td_field = .false. |
|
private |
◆ stress_xc_gga
| real(real64), dimension(3, 3), public v_ks_oct_m::v_ks_t::stress_xc_gga |
Beyond LDA contribution to the xc stress tensor.
Definition at line 240 of file v_ks.F90.
◆ v_ks_photons
The documentation for this type was generated from the following file: