Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Quantum Chess: Improve hardware sanity checks #51

Open
dstrain115 opened this issue Jan 19, 2021 · 0 comments
Open

Quantum Chess: Improve hardware sanity checks #51

dstrain115 opened this issue Jan 19, 2021 · 0 comments
Labels

Comments

@dstrain115
Copy link
Collaborator

During one of the demos (king face-off in game 1 of quantum chess quarter finals), a bad qubit caused an embarrassing situation. It would be good if we could have some sanity checking before important demos to check qubits and adjust the device to remove bad/misbehaving qubits.

Currently, the device proto files need to be specified (contact dstrain115 or cantwellc for an example) so the qubits have to manually pruned from the file. It would be good if we could easily remove them in a better way.

Also, the existing sanity check just does a simultaneous readout of all qubits. It might be better to run an actual quantum chess circuit as well. See existing readout tester here:
https://github.com/quantumlib/ReCirq/blob/master/recirq/quantum_chess/readout_tester.py

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants