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
The code for mapping a circuit onto device qubits randomly alternates between success and failure for certain circuits. It seems like a better idea to return the same result each time.
This branch contains a test, test_entangled_qs_castle2 in quantum_chess/quantum_board_test.py, which fails to map qubits ~20% of the time.
I tagged it as a chess issue since AFAIK that's the only code that uses the circuit layout code, although the layout code is general-purpose.
The text was updated successfully, but these errors were encountered:
The code for mapping a circuit onto device qubits randomly alternates between success and failure for certain circuits. It seems like a better idea to return the same result each time.
This branch contains a test,
test_entangled_qs_castle2
inquantum_chess/quantum_board_test.py
, which fails to map qubits ~20% of the time.I tagged it as a chess issue since AFAIK that's the only code that uses the circuit layout code, although the layout code is general-purpose.
The text was updated successfully, but these errors were encountered: