Investigate Possible Numerical Instability in 2q and 3q analytical decompositions #6770
Labels
kind/bug-report
Something doesn't seem to work.
no QC knowledge needed
Want to contribute to Cirq, but don't know quantum computing? This issue is for you.
triage/accepted
there is consensus amongst maintainers that this is a real bug or a reasonable feature to add
triage/needs-more-evidence
[feature requests] this seems plausible but maintainers are not convinced about the use cases yet
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.The text was updated successfully, but these errors were encountered: