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
Add optional `O` parameter to PyMatching plugin (#449)
Add optional `O` parameter to PyMatching plugin to decode to observables
instead of decoding to errors.
---------
Signed-off-by: Ben Howe <bhowe@nvidia.com>
Unpin openfermion, needed for tests
Without this change, the following test error will occur:
libs/solvers/python/tests/test_jordan_wigner.py::test_ground_state -
AttributeError: `np.string_` was removed in the NumPy 2.0 release. Use `np.bytes_` instead.
This message originates from openfermion, which we had previously pinned
to 1.6.1. This change unpins that to allow it to advance to 0.7.
Signed-off-by: Ben Howe <bhowe@nvidia.com>