Definition at line 159 of file exponential.F90.
|
integer, public | exp_method |
| which method is used to apply the exponential More...
|
|
integer, public | exp_order |
| order to which the propagator is expanded More...
|
|
logical, public | full_batch = .false. |
| apply exponential to full batch instead of to each state in a batch More...
|
|
◆ apply_batch()
procedure exponential_oct_m::exponential_t::apply_batch |
|
private |
◆ apply_single()
procedure exponential_oct_m::exponential_t::apply_single |
|
private |
◆ apply_phi_batch()
procedure exponential_oct_m::exponential_t::apply_phi_batch |
|
private |
◆ exp_method
integer, public exponential_oct_m::exponential_t::exp_method |
which method is used to apply the exponential
Definition at line 161 of file exponential.F90.
◆ lanczos_tol
real(real64) exponential_oct_m::exponential_t::lanczos_tol |
|
private |
◆ chebyshev_tol
real(real64) exponential_oct_m::exponential_t::chebyshev_tol |
|
private |
◆ exp_order
integer, public exponential_oct_m::exponential_t::exp_order |
◆ arnoldi_gs
integer exponential_oct_m::exponential_t::arnoldi_gs |
|
private |
Orthogonalization scheme used for Arnoldi.
Definition at line 165 of file exponential.F90.
◆ full_batch
logical, public exponential_oct_m::exponential_t::full_batch = .false. |
apply exponential to full batch instead of to each state in a batch
Definition at line 166 of file exponential.F90.
The documentation for this type was generated from the following file: