Problem definition
Manning et al. (2010) Pharm Res; Topp (2000) J Pharm Sci
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 _rhs_peptide_deg(t, y):
P, D, O, A = y[0], y[1], y[2], y[3]
P = max(P, 0.0)
D = max(D, 0.0)
O = max(O, 0.0)
A = max(A, 0.0)
r_deam = _K_DEAM * P * _PH_FACTOR
r_ox = _K_OX * P
r_agg_p = _K_AGG * P * P
r_agg_d = _K_DEAM_AGG * (D + O) * (D + O)
dP = -r_deam - r_ox - r_agg_p
dD = r_deam - _K_DEAM_AGG * D * (D + O)
dO = r_ox - _K_DEAM_AGG * O * (D + O)
dA = r_agg_p + r_agg_d
return np.array([dP, dD, dO, dA])- Parameters
- _K_AGG = 5e-05
- _K_DEAM = 0.0025
- _K_DEAM_AGG = 0.0001
- _K_OX = 0.001
- _PH_FACTOR = 1
- Initial condition
- y(0) = [10, 0, 0, 0]
- Horizon
- t ∈ [0, 720]
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_peptide_degradation_at_60_c_dim_4_2026,
title = {Resonix Evidence Portal: Peptide Degradation at 60°C (dim=4)},
author = {{Resonix Labs (Canada) Inc.}},
year = {2026},
howpublished = {\url{https://resonix.tech/evidence/problems/peptide-degradation-at-60-c-dim-4}},
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