Expand description
Structured output types and serialization for solver results.
Provides SolverResult, SweepResult, and GreensResult as owned,
self-contained representations of completed runs, with zero-dependency
JSON/CSV/table serialization.
All result types implement Serializable for uniform JSON/CSV/table output.
Structs§
- Greens
Result - Result of a Green’s function calculation at a single redshift.
- Photon
Sweep Batch Result - Result of a batch photon injection sweep over multiple x_inj values.
- Photon
Sweep Result - Result of a photon injection sweep over multiple injection redshifts at fixed x_inj.
- Photon
Sweep Row - One row of a photon sweep: PDE result at one z_h for a fixed x_inj.
- Solver
Result - Owned result from a completed solver run.
- Sweep
Result - Result of a sweep over multiple injection redshifts.
- Sweep
Row - One row of a sweep: PDE result + Green’s function comparison at one z_h.
Enums§
- Output
Format - Parse an output format from a string.
Traits§
- Serializable
- Common serialization interface for all result types.