lanl-ansi / QuantumAnnealing.jl

Tools for the Simulation and Execution of Quantum Annealing Algorithms
Other
25 stars 5 forks source link

simulate_de errors in Julia 1.10.4 #49

Open zmorrell opened 3 months ago

zmorrell commented 3 months ago

It is unclear whether this is being caused by the recent update of Julia to 1.10.4 or if it was caused by an update from OrdinaryDiffEq.jl. This needs to be fixed ASAP

ccoffrin commented 3 months ago

I agree we should get this fixed right away.

One quick fix would be to change the version bound requirements to keep the deps on previous versions that were working.

The better long term fix is to make everything compatible with the latest versions of the deps.