qiskit-community / qiskit-dynamics

Tools for building and solving models of quantum systems in Qiskit
https://qiskit-community.github.io/qiskit-dynamics/
Apache License 2.0
106 stars 60 forks source link

numpy 1.24 breaks some tests #171

Closed DanPuzzuoli closed 1 year ago

DanPuzzuoli commented 1 year ago

The tests:

dynamics.models.test_generator_model.Testtransfer_operator_functionsJax.test_array_inputs_pseudo_random

and

dynamics.solvers.test_lanczos.TestLanczos.test_ground_state

now fail on main.

Both appear to be due to the tests depending on the sign of eigenvectors computed by numpy.linalg.eigh.