-
Notifications
You must be signed in to change notification settings - Fork 342
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
Add information about QuantumComputer #719
Conversation
|
||
.. _quantum_computer: | ||
|
||
The ``QuantumComputer`` |
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.
Would consider adding a part on getting current QPU performance post-retune in pyQuil (somewhere in here). Might be helpful as users consider what lattice they want to use
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.
How do I do that as a user? @mpharrigan
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.
I'd like to see something (at some point) in the get_qc docs showing how to get performance specs (the ones retune posts) in pyQuil. Probably not as important now that we'll be showing that info in the QCS web app, but might still be helpful!
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.
Changes look great! A few minor bugs in the code snippets need to be fixed before merging.
add missing gate import
missing comma
typo Co-Authored-By: lcapelluto <laurencapelluto@gmail.com>
amy is awesome Co-Authored-By: lcapelluto <laurencapelluto@gmail.com>
extra tilde
improved wording Co-Authored-By: lcapelluto <laurencapelluto@gmail.com>
Co-Authored-By: lcapelluto <laurencapelluto@gmail.com>
Co-Authored-By: lcapelluto <laurencapelluto@gmail.com>
Co-Authored-By: lcapelluto <laurencapelluto@gmail.com>
Co-Authored-By: lcapelluto <laurencapelluto@gmail.com>
Sohaib left two comments which I converted to suggestions and committed :)
Contains clarifying info about QVM, and QPU, as pyQuil objects vs the actual endpoints.
QVM: use from command line, server mode, mention WavefunctionSim
QPU: links to QCS, overview
Quantum Computer: instantiation, run, run_and_measure, making any device topology, simulating qpu w qvm