-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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 Opflow #9549
Merged
Merged
Changes from all commits
Commits
Show all changes
56 commits
Select commit
Hold shift + click to select a range
dc0fae8
Add draft
ElePT d728473
Remove qiskit
ElePT 311d9bc
Apply review
ElePT 4c1b2ce
Apply comments boxnote
ElePT fd294a6
Small edit
ElePT 8c0a92b
Apply review
ElePT 2be8b5a
Update up to primitive ops
ElePT b7c1fcc
Dump changes from sphinx repo
ElePT 1bcf435
Add twisties
ElePT 889f211
Update information, add examples
ElePT 9c188e2
Formatting changes
ElePT ee03557
Simplify intro
ElePT 2e2e972
Add links
ElePT 36ff6c0
Add sampler example
ElePT cc8ae4b
Update docs/migration_guides/opflow_migration.rst
ElePT b0d01a2
Update docs/migration_guides/opflow_migration.rst
ElePT b47ede4
Update docs/migration_guides/opflow_migration.rst
ElePT d4bb2d9
Update docs/migration_guides/opflow_migration.rst
ElePT 0a6bdb4
Update docs/migration_guides/opflow_migration.rst
ElePT 8e3e7b5
Apply suggestions from code review
ElePT 04ca165
Update CircuitOp
ElePT 51bbf54
Applied suggestions locally
ElePT 3a7559f
Merge branch 'opflow-migration-guide' of https://github.com/ElePT/qis…
ElePT d8fb029
Change format, links
ElePT 568c0b3
Add grouping, algorithms link
ElePT d82739c
Fix indentation
ElePT ef5f412
Final review, add links
ElePT 2368ab6
Add gradients
ElePT f67cd8b
Apply heading suggestions
ElePT b2b718d
Add tags
ElePT fefd4a6
Apply suggestions code review
ElePT a3c0c07
Correct code examples, add outputs
ElePT fc71532
Run code examples by doctest
ElePT d0eaace
Remove underscores
ElePT c298051
Apply suggestions second round of review
ElePT b8f6e98
Merge branch 'main' of https://github.com/ElePT/qiskit-terra into opf…
ElePT 4d5c5a2
Add globals link
ElePT f297a5c
Merge branch 'opflow-migration-guide' of https://github.com/ElePT/qis…
ElePT 94d0dcc
Change links to refs
ElePT 5d504f3
Add dropdowns
ElePT 15c35e2
Change doctest syntax, apply reviews
ElePT 3bf3896
Try CI config
ElePT 11a35a0
Add internal links
ElePT 52d53f2
Fix lint, add doctest import
ElePT 3794960
Fix cyclic import
ElePT 7f2f9c7
Fix cyclic import
ElePT 3f018e4
Merge branch 'main' into opflow-migration-guide
woodsp-ibm fd883c4
Apply suggestions from Declan's code review
ElePT dcf64fd
Merge branch 'main' into opflow-migration-guide
ElePT 8c771ba
Update qiskit/quantum_info/__init__.py
ElePT bd336f5
Fix import
ElePT a5b8a73
Copy docs config from #9716
ElePT 15b666a
Make black
ElePT fbc9c02
Merge from main, fix conflicts
ElePT c5ec2f2
Remove duplicate
ElePT 1285e7a
Reorder
ElePT File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
======================= | ||
####################### | ||
Qiskit Migration Guides | ||
======================= | ||
####################### | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
opflow_migration | ||
algorithms_migration |
Oops, something went wrong.
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.
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.
Just want to leave a note here. #9716 is going to be merged soon, probably before this PR. It also added configuration for doctest so you will need to resolve any conflicts.
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.
Added #9716 as a blockerCopied over config from #9716