This repository has been archived by the owner on Aug 19, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 749
circuit draw style as mpl in docs/getting_started.rst #128
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
and all references to these images
This reverts commit fee13ba.
This reverts commit 5fd2caf.
Motivation: to synthesize the mostly duplicate install instructions currently under each Qiskit element's doc section, which can then be removed. Direct to CONTRIBUTING files in each element's repo for instructions to build from source, since this serves a niche persona and is lengthy. Added images for steps that involve pointing and clicking through the web. Rewrote material for additional clarity.
begins to address Qiskit/qiskit#98
jaygambetta
approved these changes
Feb 20, 2019
jakelishman
pushed a commit
to jakelishman/qiskit-terra
that referenced
this pull request
Aug 11, 2023
…metapackage#128) * moved Aer tutorial images to /docs/images/figures/ and all references to these images * Have Makefile point to correct Aqua and Chemistry directories Fixes Qiskit/qiskit-metapackage#88 * Revert "Have Makefile point to correct Aqua and Chemistry directories" This reverts commit fee13ba87e1888c88a997430ee0a57969a9985ac. * Create community_qiskit.rst * Revert "Create community_qiskit.rst" This reverts commit 5fd2cafd6d2e570488e9985f26d33a0f5088c581. * update global install instructions Motivation: to synthesize the mostly duplicate install instructions currently under each Qiskit element's doc section, which can then be removed. Direct to CONTRIBUTING files in each element's repo for instructions to build from source, since this serves a niche persona and is lengthy. Added images for steps that involve pointing and clicking through the web. Rewrote material for additional clarity. * removed Troubleshooting section fixes Qiskit/qiskit-metapackage#97 * simplify the ibm q provider documentation Fixes Qiskit/qiskit-metapackage#86 * removed Visualizations from global ToC, honed Installing QIskit Fixes Qiskit/qiskit-metapackage#107 and fixes Qiskit/qiskit-metapackage#95 * added Contributin to Qiskit fixes Qiskit/qiskit-metapackage#112 * remove Aer install instructions fixes Qiskit/qiskit-metapackage#84 * Have the ToC do the work, instead of a landing page for Getting Started. fixes Qiskit/qiskit-metapackage#84 * circuit drawing style in Getting Started begins to address Qiskit/qiskit-metapackage#98 * adopting the term of art 'quantum cloud services'
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
begins to address issue #98
Changed two QuantumCircuit.draw() calls to use matplotlib style.
Manually fixed erroneous cropping of xlabel ticks in plot_state_city(), which a forum conversation indicates is likely a matplotlib bug isolated to macOS.
Added a missing ( to an equation.