Problem definition
Ganapol (2024); Yamoah, Akaho, Nyarko (2013)
Canonical RHS excerpt from the registered callable used for this benchmark cell. Expand it to verify the state equations; it is not a standalone runnable fixture.
Show canonical RHS excerpt
def _point_kinetics_rhs(t, y):
"""dn/dt = (rho-beta)/Lambda * n + sum(lambda_i * C_i); dC_i/dt = beta_i/Lambda * n - lambda_i * C_i."""
n = max(y[0], 0.0) # neutron density must stay non-negative
C = y[1:7]
dn = _RHO_MINUS_BETA_OVER_LAMBDA * n + np.dot(_LAMBDA_I, C)
dC = _BETA_I_OVER_LAMBDA * n - _LAMBDA_I * C
dy = np.empty(7)
dy[0] = dn
dy[1:7] = dC
return dy- Parameters
- _BETA_I_OVER_LAMBDA = [0.532, 2.982, 2.632, 5.698, 1.792, 0.364]
- _LAMBDA_I = [0.0127, 0.0317, 0.115, 0.311, 1.4, 3.87]
- _RHO_MINUS_BETA_OVER_LAMBDA = -7.5
- Initial condition
- y(0) = [1, 41.8897637795, 94.0694006309, 22.8869565217, 18.3215434084, 1.28, 0.0940568475452]
- Horizon
- t ∈ [0, 10]
Canonical RHS excerpt captured from the same registered callable used for the published benchmark. Frozen closure values are summarized below; helper imports and solver settings are intentionally omitted.
Cite this page
Replace the access date. Pin the freeze ID and library versions when comparing against a later export. Cite it as what it is — a self-reported vendor benchmark, not an independently verified result. The note field says so; please keep it.
@misc{resonix_evidence_point_kinetics_6g_2026,
title = {Resonix Evidence Portal: Neutron point kinetics (6 delayed groups)},
author = {{Resonix Labs (Canada) Inc.}},
year = {2026},
howpublished = {\url{https://resonix.tech/evidence/problems/point_kinetics_6g}},
note = {Self-reported vendor benchmark; internally generated by Resonix Labs and not independently verified. Accessed YYYY-MM-DD. Freeze 2026-08-13; libsolvsrk 2.3.0; SciPy 1.14.}
}TRL 4–5 · simulation-lab validated · 398 problems · 14 solver arms · clean + 5 noise levels
Freeze: 2026-08-13 · scipy 1.14 · libsolvsrk 2.3.0 · Methodology
Self-reported by Resonix Labs · not independently verified · Verification status