Open NoureldinYosri opened 1 month ago
Hi, I would like to take this up.
@RahilJain1366 thanks for offering to help. I assigned the task to you
Thank you @NoureldinYosri for assigning it me. I wanted to confirm my understanding. I need to replicate the two_qubit_matrix_to_cz_operations and three_qubit_matrix_to_operations on quantum_shannon_decomposition in an older version of numpy? Am I right?
this is a start ... see if you can use an old version of numpy to make the tests marked in #6767 fail ... then if you can propose a fix
@NoureldinYosri Could you please assign me to this issue as well?
After adding
two_qubit_matrix_to_cz_operations
andthree_qubit_matrix_to_operations
as base cases forquantum_shannon_decomposition
, some tests started to become flaky #6765. The tests pass with new versions of numpy and fail with older versions. For now I marked those tests withxfail
until we are in state where we run tests with only newer numpy versions. however there might be some numerical instabilities in those methods that we may be able to fix.