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

Add Migration Guide for QuantumInstance #9554

Merged
merged 28 commits into from
Apr 13, 2023
Merged
Show file tree
Hide file tree
Changes from 7 commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
dc0fae8
Add draft
ElePT Feb 8, 2023
d728473
Remove qiskit
ElePT Feb 8, 2023
7a6f8c6
Add qi migration file
ElePT Feb 8, 2023
61414ae
Add content
ElePT Feb 16, 2023
9872996
Finish content
ElePT Feb 17, 2023
a8f7a45
Update provider syntax
ElePT Feb 20, 2023
b28aebf
Finish content
ElePT Feb 21, 2023
f727c1b
Apply auto-suggestions
ElePT Feb 21, 2023
f75dc12
Add doctests
ElePT Mar 3, 2023
4152ac1
Merge branch 'main' into qi-migration-guide
woodsp-ibm Mar 9, 2023
610b368
Change to dropdowns
ElePT Mar 10, 2023
5ea9dd6
Merge branch 'qi-migration-guide' of https://github.com/ElePT/qiskit-…
ElePT Mar 10, 2023
2d12c04
Add EM results
ElePT Mar 23, 2023
6531df8
Apply suggestions from code review
ElePT Mar 24, 2023
6227ee4
Apply review comments
ElePT Mar 24, 2023
23461ce
Apply suggestions from Declan's code review
ElePT Apr 3, 2023
d42997f
Apply suggestions from Guillermo's code review
ElePT Apr 6, 2023
e0a4aeb
Merge branch 'qi-migration-guide' of https://github.com/ElePT/qiskit-…
ElePT Apr 6, 2023
a7122d6
Fix merge conflict
ElePT Apr 6, 2023
5b1bb88
Change from doctest to codeblocks
ElePT Apr 6, 2023
c925adf
Review follow-up edits
ElePT Apr 6, 2023
15b895d
Replace statevector with quantum info
ElePT Apr 6, 2023
c352fa0
Merge branch 'main' into qi-migration-guide
ElePT Apr 6, 2023
27ada7b
Reorder index
ElePT Apr 6, 2023
dcfcc70
Add assemble alternative
ElePT Apr 6, 2023
3b50d9c
Apply suggestions from Julien's code review
ElePT Apr 13, 2023
9dcd212
Change transpilation example
ElePT Apr 13, 2023
929ea99
Apply suggestions from Juliencode review
ElePT Apr 13, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ Qiskit Terra documentation

API References <apidocs/terra>
Release Notes <release_notes>

Migration Guides <migration_guides/index>

.. Hiding - Indices and tables
:ref:`genindex`
:ref:`modindex`
Expand Down
8 changes: 8 additions & 0 deletions docs/migration_guides/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
=======================
Qiskit Migration Guides
=======================

.. toctree::
:maxdepth: 1

qi_migration
Loading