Octopus
states_mxll_oct_m::states_mxll_t Type Reference

Detailed Description

Definition at line 181 of file states_mxll.F90.

Public Attributes

integer, public nst
 Number of RS states, currently set to 1, we keep it for future uses. More...
 
logical, public packed
 

Private Attributes

integer dim
 Space dimension. More...
 
integer rs_sign
 
logical pack_states
 
logical parallel_in_states = .false.
 Am I parallel in states? More...
 
complex(real64), dimension(:,:), allocatable rs_state_plane_waves
 
complex(real64), dimension(:,:), allocatable rs_state
 
complex(real64), dimension(:,:), allocatable rs_state_prev
 
complex(real64), dimension(:,:), allocatable rs_state_trans
 
complex(real64), dimension(:,:), allocatable rs_state_long
 
complex(real64), dimension(:,:), allocatable rs_current_density_t1
 
complex(real64), dimension(:,:), allocatable rs_current_density_t2
 
logical rs_current_density_restart = .false.
 
complex(real64), dimension(:,:), allocatable rs_current_density_restart_t1
 
complex(real64), dimension(:,:), allocatable rs_current_density_restart_t2
 
type(batch_trs_stateb
 
type(batch_trs_state_prevb
 
type(batch_tinhomogeneousb
 
type(batch_trs_state_plane_wavesb
 
real(real64), dimension(:), allocatable ep
 
real(real64), dimension(:), allocatable mu
 
integer, dimension(:,:,:), allocatable rs_state_fft_map
 
integer, dimension(:,:), allocatable rs_state_fft_map_inv
 
real(real64) energy_rate
 
real(real64) delta_energy
 
real(real64) energy_via_flux_calc
 
real(real64) trans_energy_rate
 
real(real64) trans_delta_energy
 
real(real64) trans_energy_via_flux_calc
 
real(real64) plane_waves_energy_rate
 
real(real64) plane_waves_delta_energy
 
real(real64) plane_waves_energy_via_flux_calc
 
real(real64), dimension(1:2, 1:3, 1:3) poynting_vector_box_surface = M_ZERO
 
real(real64), dimension(1:2, 1:3, 1:3) poynting_vector_box_surface_plane_waves = M_ZERO
 
real(real64), dimension(1:2, 1:3, 1:3) electric_field_box_surface = M_ZERO
 
real(real64), dimension(1:2, 1:3, 1:3) electric_field_box_surface_plane_waves = M_ZERO
 
real(real64), dimension(1:2, 1:3, 1:3) magnetic_field_box_surface = M_ZERO
 
real(real64), dimension(1:2, 1:3, 1:3) magnetic_field_box_surface_plane_waves = M_ZERO
 
logical rs_state_const_external = .false.
 
complex(real64), dimension(:), allocatable rs_state_const
 
complex(real64), dimension(:,:), allocatable rs_state_const_amp
 
type(tdf_t), dimension(:), allocatable rs_state_const_td_function
 
integer inner_points_number
 
integer, dimension(:), allocatable inner_points_map
 
logical, dimension(:), allocatable inner_points_mask
 
integer boundary_points_number
 
integer, dimension(:), allocatable boundary_points_map
 
logical, dimension(:), allocatable boundary_points_mask
 
type(accel_mem_tbuff_inner_points_map
 
type(accel_mem_tbuff_boundary_points_map
 
integer, dimension(3) surface_points_number
 
integer, dimension(:,:,:), allocatable surface_points_map
 
real(real64), dimension(3) surface_element
 
integer, dimension(3) surface_grid_rows_number
 
integer, dimension(:,:,:), allocatable surface_grid_points_number
 
integer(int64), dimension(:,:,:,:,:), allocatable surface_grid_points_map
 
integer, dimension(:,:,:,:), allocatable surface_grid_center
 
real(real64), dimension(3) surface_grid_element
 
type(mesh_plane_t), dimension(2, 3) surface
 
integer selected_points_number
 
real(real64), dimension(:,:), allocatable selected_points_coordinate
 
complex(real64), dimension(:,:), allocatable selected_points_rs_state
 
complex(real64), dimension(:,:), allocatable selected_points_rs_state_long
 
complex(real64), dimension(:,:), allocatable selected_points_rs_state_trans
 
integer, dimension(:), allocatable selected_points_map
 
type(accel_mem_tbuff_selected_points_map
 
real(real64) rs_state_trans_var
 
real(real64), dimension(:,:), allocatable grid_rho
 
complex(real64), dimension(:,:), allocatable kappa_psi
 
character(len=1024), dimension(:), allocatable user_def_e_field
 
character(len=1024), dimension(:), allocatable user_def_b_field
 
integer energy_incident_waves_calc_iter
 
logical energy_incident_waves_calc
 
integer external_current_number
 
integer, dimension(:), allocatable external_current_modus
 
character(len=1024), dimension(:,:), allocatable external_current_string
 
real(real64), dimension(:,:,:), allocatable external_current_amplitude
 
type(tdf_t), dimension(:), allocatable external_current_td_function
 
type(tdf_t), dimension(:), allocatable external_current_td_phase
 
real(real64), dimension(:), allocatable external_current_omega
 
real(real64), dimension(:), allocatable external_current_phase
 
character(len=1024), dimension(:,:,:), allocatable user_def_states
 used for the user-defined wavefunctions (they are stored as formula strings) More...
 
logical fromscratch = .true.
 
type(mpi_grp_tmpi_grp
 
type(mpi_grp_tdom_st_mpi_grp
 
type(blacs_proc_grid_tdom_st_proc_grid
 
type(distributed_tdist
 
logical scalapack_compatible
 
integer lnst
 
integer st_start
 
integer st_end
 
integer, dimension(:), allocatable node
 
type(poisson_tpoisson
 
integer transverse_field_mode
 

Member Data Documentation

◆ dim

integer states_mxll_oct_m::states_mxll_t::dim
private

Space dimension.

Definition at line 183 of file states_mxll.F90.

◆ rs_sign

integer states_mxll_oct_m::states_mxll_t::rs_sign
private

Definition at line 184 of file states_mxll.F90.

◆ pack_states

logical states_mxll_oct_m::states_mxll_t::pack_states
private

Definition at line 185 of file states_mxll.F90.

◆ parallel_in_states

logical states_mxll_oct_m::states_mxll_t::parallel_in_states = .false.
private

Am I parallel in states?

Definition at line 186 of file states_mxll.F90.

◆ nst

integer, public states_mxll_oct_m::states_mxll_t::nst

Number of RS states, currently set to 1, we keep it for future uses.

Definition at line 187 of file states_mxll.F90.

◆ packed

logical, public states_mxll_oct_m::states_mxll_t::packed

Definition at line 188 of file states_mxll.F90.

◆ rs_state_plane_waves

complex(real64), dimension(:,:), allocatable states_mxll_oct_m::states_mxll_t::rs_state_plane_waves
private

Definition at line 190 of file states_mxll.F90.

◆ rs_state

complex(real64), dimension(:,:), allocatable states_mxll_oct_m::states_mxll_t::rs_state
private

Definition at line 191 of file states_mxll.F90.

◆ rs_state_prev

complex(real64), dimension(:,:), allocatable states_mxll_oct_m::states_mxll_t::rs_state_prev
private

Definition at line 192 of file states_mxll.F90.

◆ rs_state_trans

complex(real64), dimension(:,:), allocatable states_mxll_oct_m::states_mxll_t::rs_state_trans
private

Definition at line 193 of file states_mxll.F90.

◆ rs_state_long

complex(real64), dimension(:,:), allocatable states_mxll_oct_m::states_mxll_t::rs_state_long
private

Definition at line 194 of file states_mxll.F90.

◆ rs_current_density_t1

complex(real64), dimension(:,:), allocatable states_mxll_oct_m::states_mxll_t::rs_current_density_t1
private

Definition at line 195 of file states_mxll.F90.

◆ rs_current_density_t2

complex(real64), dimension(:,:), allocatable states_mxll_oct_m::states_mxll_t::rs_current_density_t2
private

Definition at line 196 of file states_mxll.F90.

◆ rs_current_density_restart

logical states_mxll_oct_m::states_mxll_t::rs_current_density_restart = .false.
private

Definition at line 198 of file states_mxll.F90.

◆ rs_current_density_restart_t1

complex(real64), dimension(:,:), allocatable states_mxll_oct_m::states_mxll_t::rs_current_density_restart_t1
private

Definition at line 199 of file states_mxll.F90.

◆ rs_current_density_restart_t2

complex(real64), dimension(:,:), allocatable states_mxll_oct_m::states_mxll_t::rs_current_density_restart_t2
private

Definition at line 200 of file states_mxll.F90.

◆ rs_stateb

type(batch_t) states_mxll_oct_m::states_mxll_t::rs_stateb
private

Definition at line 202 of file states_mxll.F90.

◆ rs_state_prevb

type(batch_t) states_mxll_oct_m::states_mxll_t::rs_state_prevb
private

Definition at line 203 of file states_mxll.F90.

◆ inhomogeneousb

type(batch_t) states_mxll_oct_m::states_mxll_t::inhomogeneousb
private

Definition at line 204 of file states_mxll.F90.

◆ rs_state_plane_wavesb

type(batch_t) states_mxll_oct_m::states_mxll_t::rs_state_plane_wavesb
private

Definition at line 205 of file states_mxll.F90.

◆ ep

real(real64), dimension(:), allocatable states_mxll_oct_m::states_mxll_t::ep
private

Definition at line 207 of file states_mxll.F90.

◆ mu

real(real64), dimension(:), allocatable states_mxll_oct_m::states_mxll_t::mu
private

Definition at line 208 of file states_mxll.F90.

◆ rs_state_fft_map

integer, dimension(:,:,:), allocatable states_mxll_oct_m::states_mxll_t::rs_state_fft_map
private

Definition at line 210 of file states_mxll.F90.

◆ rs_state_fft_map_inv

integer, dimension(:,:), allocatable states_mxll_oct_m::states_mxll_t::rs_state_fft_map_inv
private

Definition at line 211 of file states_mxll.F90.

◆ energy_rate

real(real64) states_mxll_oct_m::states_mxll_t::energy_rate
private

Definition at line 213 of file states_mxll.F90.

◆ delta_energy

real(real64) states_mxll_oct_m::states_mxll_t::delta_energy
private

Definition at line 214 of file states_mxll.F90.

◆ energy_via_flux_calc

real(real64) states_mxll_oct_m::states_mxll_t::energy_via_flux_calc
private

Definition at line 215 of file states_mxll.F90.

◆ trans_energy_rate

real(real64) states_mxll_oct_m::states_mxll_t::trans_energy_rate
private

Definition at line 217 of file states_mxll.F90.

◆ trans_delta_energy

real(real64) states_mxll_oct_m::states_mxll_t::trans_delta_energy
private

Definition at line 218 of file states_mxll.F90.

◆ trans_energy_via_flux_calc

real(real64) states_mxll_oct_m::states_mxll_t::trans_energy_via_flux_calc
private

Definition at line 219 of file states_mxll.F90.

◆ plane_waves_energy_rate

real(real64) states_mxll_oct_m::states_mxll_t::plane_waves_energy_rate
private

Definition at line 221 of file states_mxll.F90.

◆ plane_waves_delta_energy

real(real64) states_mxll_oct_m::states_mxll_t::plane_waves_delta_energy
private

Definition at line 222 of file states_mxll.F90.

◆ plane_waves_energy_via_flux_calc

real(real64) states_mxll_oct_m::states_mxll_t::plane_waves_energy_via_flux_calc
private

Definition at line 223 of file states_mxll.F90.

◆ poynting_vector_box_surface

real(real64), dimension(1:2,1:3,1:3) states_mxll_oct_m::states_mxll_t::poynting_vector_box_surface = M_ZERO
private

Definition at line 225 of file states_mxll.F90.

◆ poynting_vector_box_surface_plane_waves

real(real64), dimension(1:2,1:3,1:3) states_mxll_oct_m::states_mxll_t::poynting_vector_box_surface_plane_waves = M_ZERO
private

Definition at line 226 of file states_mxll.F90.

◆ electric_field_box_surface

real(real64), dimension(1:2,1:3,1:3) states_mxll_oct_m::states_mxll_t::electric_field_box_surface = M_ZERO
private

Definition at line 227 of file states_mxll.F90.

◆ electric_field_box_surface_plane_waves

real(real64), dimension(1:2,1:3,1:3) states_mxll_oct_m::states_mxll_t::electric_field_box_surface_plane_waves = M_ZERO
private

Definition at line 228 of file states_mxll.F90.

◆ magnetic_field_box_surface

real(real64), dimension(1:2,1:3,1:3) states_mxll_oct_m::states_mxll_t::magnetic_field_box_surface = M_ZERO
private

Definition at line 229 of file states_mxll.F90.

◆ magnetic_field_box_surface_plane_waves

real(real64), dimension(1:2,1:3,1:3) states_mxll_oct_m::states_mxll_t::magnetic_field_box_surface_plane_waves = M_ZERO
private

Definition at line 230 of file states_mxll.F90.

◆ rs_state_const_external

logical states_mxll_oct_m::states_mxll_t::rs_state_const_external = .false.
private

Definition at line 232 of file states_mxll.F90.

◆ rs_state_const

complex(real64), dimension(:), allocatable states_mxll_oct_m::states_mxll_t::rs_state_const
private

Definition at line 233 of file states_mxll.F90.

◆ rs_state_const_amp

complex(real64), dimension(:,:), allocatable states_mxll_oct_m::states_mxll_t::rs_state_const_amp
private

Definition at line 234 of file states_mxll.F90.

◆ rs_state_const_td_function

type(tdf_t), dimension(:), allocatable states_mxll_oct_m::states_mxll_t::rs_state_const_td_function
private

Definition at line 235 of file states_mxll.F90.

◆ inner_points_number

integer states_mxll_oct_m::states_mxll_t::inner_points_number
private

Definition at line 237 of file states_mxll.F90.

◆ inner_points_map

integer, dimension(:), allocatable states_mxll_oct_m::states_mxll_t::inner_points_map
private

Definition at line 238 of file states_mxll.F90.

◆ inner_points_mask

logical, dimension(:), allocatable states_mxll_oct_m::states_mxll_t::inner_points_mask
private

Definition at line 239 of file states_mxll.F90.

◆ boundary_points_number

integer states_mxll_oct_m::states_mxll_t::boundary_points_number
private

Definition at line 240 of file states_mxll.F90.

◆ boundary_points_map

integer, dimension(:), allocatable states_mxll_oct_m::states_mxll_t::boundary_points_map
private

Definition at line 241 of file states_mxll.F90.

◆ boundary_points_mask

logical, dimension(:), allocatable states_mxll_oct_m::states_mxll_t::boundary_points_mask
private

Definition at line 242 of file states_mxll.F90.

◆ buff_inner_points_map

type(accel_mem_t) states_mxll_oct_m::states_mxll_t::buff_inner_points_map
private

Definition at line 243 of file states_mxll.F90.

◆ buff_boundary_points_map

type(accel_mem_t) states_mxll_oct_m::states_mxll_t::buff_boundary_points_map
private

Definition at line 243 of file states_mxll.F90.

◆ surface_points_number

integer, dimension(3) states_mxll_oct_m::states_mxll_t::surface_points_number
private

Definition at line 245 of file states_mxll.F90.

◆ surface_points_map

integer, dimension(:,:,:), allocatable states_mxll_oct_m::states_mxll_t::surface_points_map
private

Definition at line 246 of file states_mxll.F90.

◆ surface_element

real(real64), dimension(3) states_mxll_oct_m::states_mxll_t::surface_element
private

Definition at line 247 of file states_mxll.F90.

◆ surface_grid_rows_number

integer, dimension(3) states_mxll_oct_m::states_mxll_t::surface_grid_rows_number
private

Definition at line 249 of file states_mxll.F90.

◆ surface_grid_points_number

integer, dimension(:,:,:), allocatable states_mxll_oct_m::states_mxll_t::surface_grid_points_number
private

Definition at line 250 of file states_mxll.F90.

◆ surface_grid_points_map

integer(int64), dimension(:,:,:,:,:), allocatable states_mxll_oct_m::states_mxll_t::surface_grid_points_map
private

Definition at line 251 of file states_mxll.F90.

◆ surface_grid_center

integer, dimension(:,:,:,:), allocatable states_mxll_oct_m::states_mxll_t::surface_grid_center
private

Definition at line 252 of file states_mxll.F90.

◆ surface_grid_element

real(real64), dimension(3) states_mxll_oct_m::states_mxll_t::surface_grid_element
private

Definition at line 253 of file states_mxll.F90.

◆ surface

type(mesh_plane_t), dimension(2,3) states_mxll_oct_m::states_mxll_t::surface
private

Definition at line 255 of file states_mxll.F90.

◆ selected_points_number

integer states_mxll_oct_m::states_mxll_t::selected_points_number
private

Definition at line 257 of file states_mxll.F90.

◆ selected_points_coordinate

real(real64), dimension(:,:), allocatable states_mxll_oct_m::states_mxll_t::selected_points_coordinate
private

Definition at line 258 of file states_mxll.F90.

◆ selected_points_rs_state

complex(real64), dimension(:,:), allocatable states_mxll_oct_m::states_mxll_t::selected_points_rs_state
private

Definition at line 259 of file states_mxll.F90.

◆ selected_points_rs_state_long

complex(real64), dimension(:,:), allocatable states_mxll_oct_m::states_mxll_t::selected_points_rs_state_long
private

Definition at line 260 of file states_mxll.F90.

◆ selected_points_rs_state_trans

complex(real64), dimension(:,:), allocatable states_mxll_oct_m::states_mxll_t::selected_points_rs_state_trans
private

Definition at line 261 of file states_mxll.F90.

◆ selected_points_map

integer, dimension(:), allocatable states_mxll_oct_m::states_mxll_t::selected_points_map
private

Definition at line 262 of file states_mxll.F90.

◆ buff_selected_points_map

type(accel_mem_t) states_mxll_oct_m::states_mxll_t::buff_selected_points_map
private

Definition at line 263 of file states_mxll.F90.

◆ rs_state_trans_var

real(real64) states_mxll_oct_m::states_mxll_t::rs_state_trans_var
private

Definition at line 264 of file states_mxll.F90.

◆ grid_rho

real(real64), dimension(:,:), allocatable states_mxll_oct_m::states_mxll_t::grid_rho
private

Definition at line 266 of file states_mxll.F90.

◆ kappa_psi

complex(real64), dimension(:,:), allocatable states_mxll_oct_m::states_mxll_t::kappa_psi
private

Definition at line 267 of file states_mxll.F90.

◆ user_def_e_field

character(len=1024), dimension(:), allocatable states_mxll_oct_m::states_mxll_t::user_def_e_field
private

Definition at line 269 of file states_mxll.F90.

◆ user_def_b_field

character(len=1024), dimension(:), allocatable states_mxll_oct_m::states_mxll_t::user_def_b_field
private

Definition at line 270 of file states_mxll.F90.

◆ energy_incident_waves_calc_iter

integer states_mxll_oct_m::states_mxll_t::energy_incident_waves_calc_iter
private

Definition at line 272 of file states_mxll.F90.

◆ energy_incident_waves_calc

logical states_mxll_oct_m::states_mxll_t::energy_incident_waves_calc
private

Definition at line 273 of file states_mxll.F90.

◆ external_current_number

integer states_mxll_oct_m::states_mxll_t::external_current_number
private

Definition at line 276 of file states_mxll.F90.

◆ external_current_modus

integer, dimension(:), allocatable states_mxll_oct_m::states_mxll_t::external_current_modus
private

Definition at line 277 of file states_mxll.F90.

◆ external_current_string

character(len=1024), dimension(:,:), allocatable states_mxll_oct_m::states_mxll_t::external_current_string
private

Definition at line 278 of file states_mxll.F90.

◆ external_current_amplitude

real(real64), dimension(:,:,:), allocatable states_mxll_oct_m::states_mxll_t::external_current_amplitude
private

Definition at line 279 of file states_mxll.F90.

◆ external_current_td_function

type(tdf_t), dimension(:), allocatable states_mxll_oct_m::states_mxll_t::external_current_td_function
private

Definition at line 280 of file states_mxll.F90.

◆ external_current_td_phase

type(tdf_t), dimension(:), allocatable states_mxll_oct_m::states_mxll_t::external_current_td_phase
private

Definition at line 281 of file states_mxll.F90.

◆ external_current_omega

real(real64), dimension(:), allocatable states_mxll_oct_m::states_mxll_t::external_current_omega
private

Definition at line 282 of file states_mxll.F90.

◆ external_current_phase

real(real64), dimension(:), allocatable states_mxll_oct_m::states_mxll_t::external_current_phase
private

Definition at line 283 of file states_mxll.F90.

◆ user_def_states

character(len=1024), dimension(:,:,:), allocatable states_mxll_oct_m::states_mxll_t::user_def_states
private

used for the user-defined wavefunctions (they are stored as formula strings)

Definition at line 286 of file states_mxll.F90.

◆ fromscratch

logical states_mxll_oct_m::states_mxll_t::fromscratch = .true.
private

Definition at line 287 of file states_mxll.F90.

◆ mpi_grp

type(mpi_grp_t) states_mxll_oct_m::states_mxll_t::mpi_grp
private

Definition at line 288 of file states_mxll.F90.

◆ dom_st_mpi_grp

type(mpi_grp_t) states_mxll_oct_m::states_mxll_t::dom_st_mpi_grp
private

Definition at line 289 of file states_mxll.F90.

◆ dom_st_proc_grid

type(blacs_proc_grid_t) states_mxll_oct_m::states_mxll_t::dom_st_proc_grid
private

Definition at line 292 of file states_mxll.F90.

◆ dist

type(distributed_t) states_mxll_oct_m::states_mxll_t::dist
private

Definition at line 294 of file states_mxll.F90.

◆ scalapack_compatible

logical states_mxll_oct_m::states_mxll_t::scalapack_compatible
private

Definition at line 295 of file states_mxll.F90.

◆ lnst

integer states_mxll_oct_m::states_mxll_t::lnst
private

Definition at line 296 of file states_mxll.F90.

◆ st_start

integer states_mxll_oct_m::states_mxll_t::st_start
private

Definition at line 297 of file states_mxll.F90.

◆ st_end

integer states_mxll_oct_m::states_mxll_t::st_end
private

Definition at line 297 of file states_mxll.F90.

◆ node

integer, dimension(:), allocatable states_mxll_oct_m::states_mxll_t::node
private

Definition at line 298 of file states_mxll.F90.

◆ poisson

type(poisson_t) states_mxll_oct_m::states_mxll_t::poisson
private

Definition at line 300 of file states_mxll.F90.

◆ transverse_field_mode

integer states_mxll_oct_m::states_mxll_t::transverse_field_mode
private

Definition at line 301 of file states_mxll.F90.


The documentation for this type was generated from the following file: