|
MPI-SCATCI 2.0
An MPI version of SCATCI
|
MPI-SCATCI outer interface. More...
Public Attributes | |
| integer, dimension(:), allocatable | idtarg |
| integer, dimension(:), allocatable | itspin |
| logical | write_amp = .false. |
| logical | write_dip = .false. |
| logical | write_rmt = .false. |
| logical | all_props = .true. |
| logical | auto_nvo = .false. |
| integer | luprop = -1 |
| integer | lupropw = 624 |
| integer | lutdip = 24 |
| integer | lutarg = 24 |
| integer | isw = 0 |
| integer | nfdm |
| integer | luchan = 10 |
| integer | lurmt = 21 |
| real(wp) | rmatr |
| real(wp) | delta_r |
| character(len=1) | cform = 'F' |
| character(len=1) | rform = 'U' |
MPI-SCATCI outer interface.
Extract boundary amplitudes, and/or transition multipoles, and/or write RMT data file.
MPI-SCATCI outer interface uses target properties for construction of
Definition at line 208 of file Options_module.f90.
| logical Options_module::InterfaceOptions::all_props = .true. |
Definition at line 214 of file Options_module.f90.
| logical Options_module::InterfaceOptions::auto_nvo = .false. |
Definition at line 215 of file Options_module.f90.
| character(len=1) Options_module::InterfaceOptions::cform = 'F' |
Definition at line 226 of file Options_module.f90.
| real(wp) Options_module::InterfaceOptions::delta_r |
Definition at line 225 of file Options_module.f90.
| integer, dimension(:), allocatable Options_module::InterfaceOptions::idtarg |
Definition at line 209 of file Options_module.f90.
| integer Options_module::InterfaceOptions::isw = 0 |
Definition at line 220 of file Options_module.f90.
| integer, dimension(:), allocatable Options_module::InterfaceOptions::itspin |
Definition at line 210 of file Options_module.f90.
| integer Options_module::InterfaceOptions::luchan = 10 |
Definition at line 222 of file Options_module.f90.
| integer Options_module::InterfaceOptions::luprop = -1 |
Definition at line 216 of file Options_module.f90.
| integer Options_module::InterfaceOptions::lupropw = 624 |
Definition at line 217 of file Options_module.f90.
| integer Options_module::InterfaceOptions::lurmt = 21 |
Definition at line 223 of file Options_module.f90.
| integer Options_module::InterfaceOptions::lutarg = 24 |
Definition at line 219 of file Options_module.f90.
| integer Options_module::InterfaceOptions::lutdip = 24 |
Definition at line 218 of file Options_module.f90.
| integer Options_module::InterfaceOptions::nfdm |
Definition at line 221 of file Options_module.f90.
| character(len=1) Options_module::InterfaceOptions::rform = 'U' |
Definition at line 227 of file Options_module.f90.
| real(wp) Options_module::InterfaceOptions::rmatr |
Definition at line 224 of file Options_module.f90.
| logical Options_module::InterfaceOptions::write_amp = .false. |
Definition at line 211 of file Options_module.f90.
| logical Options_module::InterfaceOptions::write_dip = .false. |
Definition at line 212 of file Options_module.f90.
| logical Options_module::InterfaceOptions::write_rmt = .false. |
Definition at line 213 of file Options_module.f90.