![]() |
Octopus
|
output handler class More...
output handler class
Definition at line 166 of file output_low.F90.
Public Attributes | |
| logical, dimension(max_output_types), public | what |
| General output variables: More... | |
| integer(int64), dimension(0:max_output_types), public | how |
| how to output More... | |
| integer, dimension(0:max_output_types), public | output_interval |
| output every iter More... | |
| logical, public | duringscf |
| character(len=80), public | wfs_list |
| If output_wfs, this list decides which wavefunctions to print. More... | |
| character(len=max_path_len), public | iter_dir |
| The folder name, if information will be output while iterating. More... | |
Private Member Functions | |
| procedure | what_now => output_what_now |
| procedure | anything_now => output_anything_now |
Private Attributes | |
| type(output_me_t) | me |
| this handles the output of matrix elements More... | |
| type(mesh_plane_t) | plane |
| This is to calculate the current flow across a plane. More... | |
| type(mesh_line_t) | line |
| or through a line (in 2D) More... | |
| type(output_bgw_t) | bgw |
| parameters for BerkeleyGW output More... | |
|
private |
Definition at line 186 of file output_low.F90.
|
private |
Definition at line 187 of file output_low.F90.
| logical, dimension(max_output_types), public output_low_oct_m::output_t::what |
| integer(int64), dimension(0:max_output_types), public output_low_oct_m::output_t::how |
how to output
Definition at line 170 of file output_low.F90.
|
private |
this handles the output of matrix elements
Definition at line 172 of file output_low.F90.
| integer, dimension(0:max_output_types), public output_low_oct_m::output_t::output_interval |
output every iter
Definition at line 175 of file output_low.F90.
| logical, public output_low_oct_m::output_t::duringscf |
Definition at line 176 of file output_low.F90.
| character(len=80), public output_low_oct_m::output_t::wfs_list |
If output_wfs, this list decides which wavefunctions to print.
Definition at line 177 of file output_low.F90.
| character(len=max_path_len), public output_low_oct_m::output_t::iter_dir |
The folder name, if information will be output while iterating.
Definition at line 178 of file output_low.F90.
|
private |
This is to calculate the current flow across a plane.
Definition at line 180 of file output_low.F90.
|
private |
or through a line (in 2D)
Definition at line 181 of file output_low.F90.
|
private |
parameters for BerkeleyGW output
Definition at line 183 of file output_low.F90.