Octopus
td_write_oct_m::td_write_t Type Reference

Time-dependent Write Properties. More...

Detailed Description

Time-dependent Write Properties.

Holds the file handle plus some other arbitrary properties that should not be present.

Definition at line 315 of file td_write.F90.

Public Attributes

type(td_write_prop_t), dimension(out_max), public out
 File handle and associated properties. More...
 

Private Attributes

type(td_write_prop_t), dimension(out_dftu_maxout_dftu
 
integer lmax
 maximum multipole moment to output More...
 
real(real64) lmm_r
 radius of the sphere used to compute the local magnetic moments More...
 
type(states_elec_tgs_st
 The states_elec_type where the ground state is stored, in order to. More...
 
integer n_excited_states
 number of excited states onto which the projections are calculated. More...
 
type(excited_states_t), dimension(:), allocatable excited_st
 The excited states. More...
 
integer compute_interval
 Compute at every compute_interval. More...
 
type(elec_matrix_elements_telec_me
 Calculator of electronic matrix elements. More...
 

Member Data Documentation

◆ out

type(td_write_prop_t), dimension(out_max), public td_write_oct_m::td_write_t::out

File handle and associated properties.

Definition at line 317 of file td_write.F90.

◆ out_dftu

type(td_write_prop_t), dimension(out_dftu_max) td_write_oct_m::td_write_t::out_dftu
private

Definition at line 318 of file td_write.F90.

◆ lmax

integer td_write_oct_m::td_write_t::lmax
private

maximum multipole moment to output

Definition at line 320 of file td_write.F90.

◆ lmm_r

real(real64) td_write_oct_m::td_write_t::lmm_r
private

radius of the sphere used to compute the local magnetic moments

Definition at line 321 of file td_write.F90.

◆ gs_st

type(states_elec_t) td_write_oct_m::td_write_t::gs_st
private

The states_elec_type where the ground state is stored, in order to.

Definition at line 322 of file td_write.F90.

◆ n_excited_states

integer td_write_oct_m::td_write_t::n_excited_states
private

number of excited states onto which the projections are calculated.

Definition at line 324 of file td_write.F90.

◆ excited_st

type(excited_states_t), dimension(:), allocatable td_write_oct_m::td_write_t::excited_st
private

The excited states.

Definition at line 325 of file td_write.F90.

◆ compute_interval

integer td_write_oct_m::td_write_t::compute_interval
private

Compute at every compute_interval.

Definition at line 326 of file td_write.F90.

◆ elec_me

type(elec_matrix_elements_t) td_write_oct_m::td_write_t::elec_me
private

Calculator of electronic matrix elements.

Definition at line 327 of file td_write.F90.


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