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
I've posted a small example causing this error on my local machine as a JAX issue. This is a very basic example use case of JAX's odeint function, so it appears to be an issue with JAX itself. While the stack trace doesn't point to where it's happening, it does mention an issue of float v.s. complex, which is consistent with the changes described in the issue that cause the code to run properly.
The text was updated successfully, but these errors were encountered:
Examples of this error can be found the testing environment (search
ret_check
):macos: https://github.com/qiskit-community/qiskit-dynamics/actions/runs/12932990377/job/36073389618
ubuntu: https://github.com/qiskit-community/qiskit-dynamics/actions/runs/12932990377/job/36073389110
I've posted a small example causing this error on my local machine as a JAX issue. This is a very basic example use case of JAX's
odeint
function, so it appears to be an issue with JAX itself. While the stack trace doesn't point to where it's happening, it does mention an issue of float v.s. complex, which is consistent with the changes described in the issue that cause the code to run properly.The text was updated successfully, but these errors were encountered: