Octopus
|
Time-dependent Write Properties. More...
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_max) | out_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_t) | gs_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_t) | elec_me |
Calculator of electronic matrix elements. More... | |
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.
|
private |
Definition at line 318 of file td_write.F90.
|
private |
maximum multipole moment to output
Definition at line 320 of file td_write.F90.
|
private |
radius of the sphere used to compute the local magnetic moments
Definition at line 321 of file td_write.F90.
|
private |
The states_elec_type where the ground state is stored, in order to.
Definition at line 322 of file td_write.F90.
|
private |
number of excited states onto which the projections are calculated.
Definition at line 324 of file td_write.F90.
|
private |
The excited states.
Definition at line 325 of file td_write.F90.
|
private |
Compute at every compute_interval.
Definition at line 326 of file td_write.F90.
|
private |
Calculator of electronic matrix elements.
Definition at line 327 of file td_write.F90.