solvers
Solvers classes and functions.
Module Attributes
|
Evaluation-point count above which the single-sine-wave solver builds the dense power table. |
Functions
|
Construct integration steps aligned with the evaluation grid. |
|
Return a Magnus propagator closure of the requested order. |
|
Solve a single time segment with uniform discretization. |
|
Solve a sequence of time segments and concatenate the results. |
|
Solve a constant-envelope single-sine segment. |
|
Integrate the time evolution using JAX primitives and scans. |
|
Integrate the time evolution using NumPy-based matrix exponentials. |
|
Integrate the time evolution using an associative scan over JAX matrices. |
Classes
|
Solver for the time-dependent Schrödinger equation. |
|
Container for solver outputs that preserves array backend compatibility. |