Definition at line 199 of file v_ks.F90.
|
| logical | calculating |
| |
| logical | time_present |
| |
| real(real64) | time |
| |
| real(real64), dimension(:, :), allocatable | density |
| |
| logical | total_density_alloc |
| |
| real(real64), dimension(:), pointer, contiguous | total_density |
| |
| type(energy_t), allocatable | energy |
| |
| type(states_elec_t), pointer | hf_st |
| | A copy of the states for the exchange operator This is only needed for the non-ACE case, as we need to use states from the prior iteration to get the exchange operator on new states. More...
|
| |
| real(real64), dimension(:, :), allocatable | vxc |
| |
| real(real64), dimension(:, :), allocatable | vtau |
| |
| real(real64), dimension(:, :, :), allocatable | axc |
| |
| real(real64), dimension(:, :), allocatable | a_ind |
| |
| real(real64), dimension(:, :), allocatable | b_ind |
| |
| logical | calc_energy |
| |
◆ calculating
| logical v_ks_oct_m::v_ks_calc_t::calculating |
|
private |
◆ time_present
| logical v_ks_oct_m::v_ks_calc_t::time_present |
|
private |
◆ time
| real(real64) v_ks_oct_m::v_ks_calc_t::time |
|
private |
◆ density
| real(real64), dimension(:, :), allocatable v_ks_oct_m::v_ks_calc_t::density |
|
private |
◆ total_density_alloc
| logical v_ks_oct_m::v_ks_calc_t::total_density_alloc |
|
private |
◆ total_density
| real(real64), dimension(:), pointer, contiguous v_ks_oct_m::v_ks_calc_t::total_density |
|
private |
◆ energy
| type(energy_t), allocatable v_ks_oct_m::v_ks_calc_t::energy |
|
private |
◆ hf_st
A copy of the states for the exchange operator This is only needed for the non-ACE case, as we need to use states from the prior iteration to get the exchange operator on new states.
Definition at line 209 of file v_ks.F90.
◆ vxc
| real(real64), dimension(:, :), allocatable v_ks_oct_m::v_ks_calc_t::vxc |
|
private |
◆ vtau
| real(real64), dimension(:, :), allocatable v_ks_oct_m::v_ks_calc_t::vtau |
|
private |
◆ axc
| real(real64), dimension(:, :, :), allocatable v_ks_oct_m::v_ks_calc_t::axc |
|
private |
◆ a_ind
| real(real64), dimension(:, :), allocatable v_ks_oct_m::v_ks_calc_t::a_ind |
|
private |
◆ b_ind
| real(real64), dimension(:, :), allocatable v_ks_oct_m::v_ks_calc_t::b_ind |
|
private |
◆ calc_energy
| logical v_ks_oct_m::v_ks_calc_t::calc_energy |
|
private |
The documentation for this type was generated from the following file: