You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
build: migrate to Symbolics 7, SymbolicUtils 4 and ModelingToolkitBase (#446)
Migrate to Symbolics 7 and SymbolicUtils 4, and replace the ModelingToolkit
weak dependency with ModelingToolkitBase 1. The extension is renamed from
ModelingToolkitExt to ModelingToolkitBaseExt accordingly.
Raise compat to HarmonicSteadyState 0.5, QuestBase 0.4.1 and
OrdinaryDiffEqTsit5 2, and set the minimum Julia version to 1.12. LTS support
will be restored in a following patch release.
Add regression tests for Krylov-Bogoliubov averaging of second order systems,
which Symbolics 7 broke via the new `order` field on `Differential`.
Update the documentation and benchmark environments for the new
QuantumCumulants and SciML APIs, and grant the benchmark workflow
`pull-requests: write` so alert comments can be posted on pull requests.
# We will perform parameter sweep to generate noise spectra across the driving frequency $\omega$. For this we use the `EnsembleProblem` API from the SciML ecosystem.
70
70
setter! =setp(sdesystem, ω)
71
-
prob_func(prob, i, repeat) = (prob′=remake(prob); setter!(prob′, ωrange[i]); prob′)
0 commit comments