Demote BilinearIntegrator from template defaults — quantum templates flip to HermitianExponentialIntegrator (#334) - #335
Draft
aarontrowbridge wants to merge 1 commit into
Draft
Conversation
…grator - SmoothPulseProblem / SplinePulseProblem / BangBangPulseProblem default integrator -> HermitianExponentialIntegrator (analytic DK derivatives, globals-aware, #328-warp-aware). BilinearIntegrator survives as the explicit integrator_type = :pwc choice with its honesty warnings. - SplinePulseProblem: :spline is now the valid default resolution (the 'not available' essay + silent-PWC #275 guard die with the old PWC default); :pwc stays the acknowledged escape hatch. - Docstrings rewritten to the truth (issue #334). Test sweep + suite verdict ride the next commits.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Executes the #334 demotion arc (plan-20260816-193000, user-reconfirmed 2026-09-02):
HermitianExponentialIntegrator(Piccolo-native since feat(3b): SplineIntegrator shared type + dense cells to Piccolo (open-core slice 3b) #322/feat(321): HermitianExponentialIntegrator warp column — derived-Δt dynamics with exact duration sensitivities (TR Phase 1b) #328 — analytic Daleckii–Krein derivatives, globals-aware, warp-column-compatible).BilinearIntegratorsurvives as the explicitintegrator_type = :pwcchoice with its honesty warnings intact — the generic bilinear tier is DTO's concern, out of scope here.integrator_type = :splineis now a VALID resolution (the old 'not available' essay claimed Piccolo ships no spline integrator — false since feat(3b): SplineIntegrator shared type + dense cells to Piccolo (open-core slice 3b) #322).Out of scope (per #334): DTO-side BilinearIntegrator hardening (#307-class) — tracked separately.
Closes #334. Verification: full local suite in flight; CI on push.