-
Notifications
You must be signed in to change notification settings - Fork 583
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
Final plumbing of multi-qubit control gates. #458
Conversation
Bit of a bumpy ride to get things working. Plz make sure and do a thorough review. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM with minor change:
======================================================================
FAIL: test_correctness_without_symbols2 (n_qubits=5, batch_size=10, inner_dim_size=5) (__main__.InnerProductTest)
InnerProductTest.test_correctness_without_symbols2 (n_qubits=5, batch_size=10, inner_dim_size=5)
test_correctness_without_symbols(n_qubits=5, batch_size=10, inner_dim_size=5)
----------------------------------------------------------------------
please increase atol
to 1e-5
, for example.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Minor docs cleanups
W.I.P PR for finishing off multi-qubit control gate support.
Currently blocked on quantumlib/qsim#263 for our unitary calculation op. Going to shelve this until we can upgrade the version of qsim we rely on if/when multi qubit gates are supported in the unitary calculator.Fixes #422