|
numerics
|
#include <tdse_solver.hpp>
Public Attributes | |
| double | step_ms = 0 |
| Wall time for one step() | |
| double | norm = 1 |
| integral|psi|^2 dA (should stay ~= 1) | |
| double | energy = 0 |
| <H> = integralpsi* H psi dA | |
| int | n_modes = 0 |
| Number of computed eigenmodes. | |
Definition at line 60 of file tdse_solver.hpp.
| double tdse::Stats::energy = 0 |
| int tdse::Stats::n_modes = 0 |
Number of computed eigenmodes.
Definition at line 64 of file tdse_solver.hpp.
Referenced by tdse::TDSESolver::compute_modes(), and main().
| double tdse::Stats::norm = 1 |
integral|psi|^2 dA (should stay ~= 1)
Definition at line 62 of file tdse_solver.hpp.
Referenced by main().
| double tdse::Stats::step_ms = 0 |
Wall time for one step()
Definition at line 61 of file tdse_solver.hpp.
Referenced by main(), and tdse::TDSESolver::step().