Coupled semiconductor laser array (10 lasers)
ADVANTAGES1 · dim 20SolvSRK wins. At the comparison noise level, SolvSRK beats the best baseline by at least 10 percentage points of survival, or by at least 0.05 balanced score when survival is tied. Use SolvSRK for this class of problem. All verdicts →
20D coupled semiconductor laser array - 10 lasers with field amplitude, carrier density, and phase coupling
Problem definition
Adams et al. (2017); Erneux & Glorieux (2010)
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 _laser_array_rhs(t, y):
"""dY_i/dt = (M_i-1)/(2*tau_p)*Y_i + eta_c*(Y_{i-1}+Y_{i+1}); dM_i/dt = (Q - M_i*(1+Y_i^2))/tau_N."""
dy = np.empty(20)
for i in range(_N_LASERS):
iy = 2 * i # field amplitude index
im = 2 * i + 1 # carrier density index
Y_i = y[iy]
M_i = y[im]
# nearest-neighbor coupling with reflecting boundaries
if i == 0:
Y_left = y[iy] # Y_0 = Y_1
else:
Y_left = y[iy - 2]
if i == _N_LASERS - 1:
Y_right = y[iy] # Y_11 = Y_10
else:
Y_right = y[iy + 2]
dy[iy] = _INV_2TAU_P * (M_i - 1.0) * Y_i + _ETA_C * (Y_left + Y_right)
dy[im] = _INV_TAU_N * (_Q - M_i * (1.0 + Y_i * Y_i))
return dy- Parameters
- _ETA_C = 5e+09
- _INV_2TAU_P = 2.5e+11
- _INV_TAU_N = 5e+08
- _N_LASERS = 10
- _Q = 1.5
- Initial condition
- y(0) = [0.708106781187, 1, 0.709106781187, 1, 0.710106781187, 1, …] [shape=(20,), min=0.708106781187, max=1]
- Horizon
- t ∈ [0, 5e-08]
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.
Fingerprint
Spread: low
Default noise: low
Recommendation snapshot
Clean best: SolvSRK
Noisy best: SolvSRK
Coverage
14 solver arms · clean + 5 noise levels
Ranked on survival, precision, and speed
Versions & freeze
Methodology →- Freeze
- 2026-08-13
- libsolvsrk
- 2.3.0
- SciPy
- 1.14
- SUNDIALS
- CVODE (bundled backend)
20 seeds/cell default · 14 arms · TRL 4–5 · simulation-lab validated · this page: Coupled semiconductor laser array (10 lasers) (coupled-semiconductor-laser-array-10-lasers)
Governed SolvTune benchmark freeze; per-arm medians only. RHS definitions and raw trial rows are not published.
Self-reported by Resonix Labs · not independently verified
Results matrix
Pick an objective and a noise level to rank all arms on survival, median SCD, median nfev, and median wall time. Medians across seeds.
Objective
Best overall trade-off of survival, precision, and speed.
Noise level
| # | Solver | Survival | SCD | nfev | Wall | Score |
|---|---|---|---|---|---|---|
| 1 | SolvSRK | 100% | 10.0 | 17,305 | 161 ms | 0.857 |
| 2 | Vern9external | 100% | 9.7 | 7,250 | 3.93 s | 0.851 |
| 3 | FBDFexternal | 100% | 8.7 | 14,219 | 5.33 s | 0.826 |
| 4 | SciPy RadauSciPy | 100% | 8.7 | 21,420 | 540 ms | 0.825 |
| 5 | Vern7external | 100% | 8.6 | 6,552 | 3.89 s | 0.824 |
| 6 | SciPy DOP853SciPy | 100% | 8.5 | 6,110 | 80 ms | 0.822 |
| 7 | SciPy RK45SciPy | 100% | 7.5 | 7,742 | 106 ms | 0.798 |
| 8 | SciPy RK23SciPy | 100% | 7.1 | 21,005 | 326 ms | 0.788 |
| 9 | CVODE Adamsexternal | 100% | 7.0 | 2,685 | 44 ms | 0.785 |
| 10 | CVODE BDFexternal | 100% | 6.6 | 4,270 | 71 ms | 0.777 |
| 11 | TRBDF2external | 100% | 6.4 | 3,463 | 4.89 s | 0.771 |
| 12 | Tsit5external | 100% | 6.4 | 7,182 | 1.25 s | 0.771 |
| 13 | SciPy LSODASciPy | 100% | 6.4 | 7,690 | 85 ms | 0.771 |
| 14 | SciPy BDFSciPy | 100% | 6.1 | 11,299 | 346 ms | 0.764 |
At Clean, best balanced arm is SolvSRK.
Values are medians across seeds, measured by Resonix Labs on Resonix hardware and not independently verified; nfev and wall are on reference lab hardware (indicative). Under injected noise only SolvSRK and the SciPy arms are run. How we measure accuracy → · Verification status →
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_coupled_semiconductor_laser_array_10_lasers_2026,
title = {Resonix Evidence Portal: Coupled semiconductor laser array (10 lasers)},
author = {{Resonix Labs (Canada) Inc.}},
year = {2026},
howpublished = {\url{https://resonixusa.com/evidence/problems/coupled-semiconductor-laser-array-10-lasers}},
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.}
}Related
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