![]() |
Octopus
|
Data Types | |
| interface | xc_interaction_t |
Functions/Subroutines | |
| class(xc_interaction_t) function, pointer | xc_interaction_constructor (partner) |
| subroutine | xc_interaction_init (this) |
| subroutine | xc_interaction_calculate (this) |
| subroutine | xc_interaction_calculate_energy (this) |
| subroutine, public | xc_interaction_compute (this) |
| subroutine | xc_interaction_end (this) |
| subroutine | xc_interaction_finalize (this) |
| subroutine, public | calc_tb09_c (mesh, space, functl, dens, gdens, ispin, rcell_volume) |
| subroutine, public | calc_mvorb_alpha (mesh, namespace, space, functl, dens, gdens, ispin, rcell_volume, cam) |
Variables | |
| integer, parameter, public | func_x = 1 |
| integer, parameter, public | func_c = 2 |
|
private |
Definition at line 170 of file xc_interaction.F90.
|
private |
Definition at line 186 of file xc_interaction.F90.
|
private |
Definition at line 195 of file xc_interaction.F90.
|
private |
Definition at line 206 of file xc_interaction.F90.
| subroutine, public xc_interaction_oct_m::xc_interaction_compute | ( | class(xc_interaction_t), intent(inout) | this | ) |
Definition at line 218 of file xc_interaction.F90.
|
private |
Definition at line 228 of file xc_interaction.F90.
|
private |
Definition at line 242 of file xc_interaction.F90.
| subroutine, public xc_interaction_oct_m::calc_tb09_c | ( | class(mesh_t), intent(in) | mesh, |
| class(space_t), intent(in) | space, | ||
| type(xc_functional_t), dimension(:), intent(inout) | functl, | ||
| real(real64), dimension(:,:), intent(in) | dens, | ||
| real(real64), dimension(:,:,:), intent(in) | gdens, | ||
| integer, intent(in) | ispin, | ||
| real(real64), intent(in) | rcell_volume | ||
| ) |
Definition at line 253 of file xc_interaction.F90.
| subroutine, public xc_interaction_oct_m::calc_mvorb_alpha | ( | class(mesh_t), intent(in) | mesh, |
| type(namespace_t), intent(in) | namespace, | ||
| class(space_t), intent(in) | space, | ||
| type(xc_functional_t), dimension(:), intent(inout) | functl, | ||
| real(real64), dimension(:,:), intent(in) | dens, | ||
| real(real64), dimension(:,:,:), intent(in) | gdens, | ||
| integer, intent(in) | ispin, | ||
| real(real64), intent(in) | rcell_volume, | ||
| type(xc_cam_t), intent(inout) | cam | ||
| ) |
Definition at line 296 of file xc_interaction.F90.
| integer, parameter, public xc_interaction_oct_m::func_x = 1 |
Definition at line 162 of file xc_interaction.F90.
| integer, parameter, public xc_interaction_oct_m::func_c = 2 |
Definition at line 162 of file xc_interaction.F90.