Skip to content

Commit

Permalink
Removing __init from BloqadeODE (#619)
Browse files Browse the repository at this point in the history
* Fix ODE compatibility issues for now

* bump compat version down minor version, attempt to fix Krylov solver problems

* removing `__init` and switching to standard implementation.

* bump compat version down minor version, attempt to fix Krylov solver problems

* removing `__init` and switching to standard implementation.

* removing init file.

---------

Co-authored-by: John Long <[email protected]>
  • Loading branch information
weinbe58 and johnzl-777 authored Nov 15, 2023
1 parent 067aa01 commit dbaccc6
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 617 deletions.
2 changes: 1 addition & 1 deletion lib/BloqadeODE/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ BloqadeMIS = "0.1"
Configurations = "0.17"
DiffEqBase = "6"
DiffEqCallbacks = "2"
OrdinaryDiffEq = "< 6.58.0"
OrdinaryDiffEq = "6"
Reexport = "1"
SciMLBase = "1"
Yao = "0.8"
Expand Down
1 change: 0 additions & 1 deletion lib/BloqadeODE/src/BloqadeODE.jl
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,5 @@ using OrdinaryDiffEq:
export SchrodingerProblem, SchrodingerEquation

include("problem.jl")
include("integrator_init.jl")

end
Loading

0 comments on commit dbaccc6

Please sign in to comment.