-
Notifications
You must be signed in to change notification settings - Fork 358
Support for V2 primitives #843
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
Merged
Merged
Changes from all commits
Commits
Show all changes
94 commits
Select commit
Hold shift + click to select a range
009c399
Update README.md
FrancescaSchiav 5096546
Merge branch 'qiskit-community:main' into main
OkuyanBoga 32219fb
Generalize the Einstein summation signature
edoaltamura 17d8c33
Add reno
edoaltamura d6f688d
Update Copyright
edoaltamura 034785b
Rename and add test
edoaltamura 04b886d
Update Copyright
edoaltamura 11cde5f
Merge branch 'qiskit-community:main' into main
OkuyanBoga aea890d
Merge pull request #18 from OkuyanBoga/torch_issue716
OkuyanBoga 7b2e9be
Add docstring for `test_get_einsum_signature`
edoaltamura 6a8a136
Correct spelling
edoaltamura 31a826e
Disable spellcheck for comments
edoaltamura 5b4f617
Add `docstring` in pylint dict
edoaltamura b0d0590
Delete example in docstring
edoaltamura 240d02f
Add Einstein in pylint dict
edoaltamura f8c32dd
Add full use case in einsum dict
edoaltamura 34322b2
Spelling and type ignore
edoaltamura 94ec48c
Spelling and type ignore
edoaltamura 16c8454
Spelling and type ignore
edoaltamura 00130f2
Spelling and type ignore
edoaltamura e045c16
Spelling and type ignore
edoaltamura 22d94ce
Remove for loop in einsum function and remove Literal arguments (1/2)
edoaltamura 95dd9df
Remove for loop in einsum function and remove Literal arguments (1/2)
edoaltamura 4cbf0c3
Remove for loop in einsum function and remove Literal arguments (2/2)
edoaltamura c4dca19
Update RuntimeError msg
edoaltamura d5ed96b
Update RuntimeError msg - line too long
edoaltamura d6f3d47
Trigger CI
edoaltamura 5ed6345
Merge branch 'main' into main
edoaltamura 9ccc3a2
Merge branch 'qiskit-community:main' into main
edoaltamura 3f669b0
Merge branch 'qiskit-community:main' into main
edoaltamura 3846d4d
Merge algos, globals.random to fix
edoaltamura 070aa81
Fixed `algorithms_globals`
edoaltamura ddc160f
Import /tests and run CI locally
edoaltamura c5a55ad
Fix copyrights and some spellings
edoaltamura f4d49eb
Ignore mypy in 8 instances
edoaltamura 2d1209f
Merge spell dicts
edoaltamura 2735810
Black reformatting
edoaltamura 840c270
Black reformatting
edoaltamura c2f726a
Add reno
edoaltamura cf2d6b0
Merge remote-tracking branch 'origin/main' into migrate-algo
edoaltamura 5976830
Lint sanitize
edoaltamura 5e07acc
Pylint
edoaltamura b997bb0
Pylint
edoaltamura c464459
Pylint
edoaltamura 51610a1
Pylint
edoaltamura c42688c
Fix relative imports in tutorials
edoaltamura db9b03f
Fix relative imports in tutorials
edoaltamura 21badc4
Remove algorithms from Jupyter magic methods
edoaltamura e8628cc
Temporarily disable "Run stable tutorials" tests
edoaltamura da63c5b
Change the docstrings with imports from qiskit_algorithms
edoaltamura 0c5825c
Styling
edoaltamura c0974f9
Update qiskit_machine_learning/optimizers/gradient_descent.py
edoaltamura 7490b38
Update qiskit_machine_learning/optimizers/optimizer_utils/learning_ra…
edoaltamura d38154b
Add more tests for utils
edoaltamura fe021e9
Add more tests for optimizers: adam, bobyqa, gsls and imfil
edoaltamura 51e3ea7
Fix random seed for volatile optimizers
edoaltamura fb4fc39
Fix random seed for volatile optimizers
edoaltamura 3cb3850
Add more tests
edoaltamura 3da9109
Pylint dict
edoaltamura d34c4c9
Activate scikit-quant-0.8.2
edoaltamura 1f6ca7a
Remove scikit-quant methods
edoaltamura b5875a3
Remove scikit-quant methods (2)
edoaltamura 800cca4
Edit the release notes and Qiskit version 1+
edoaltamura e98200a
Edit the release notes and Qiskit version 1+
edoaltamura f349f7c
Add Qiskit 1.0 upgrade in reno
edoaltamura 154d6a7
Add Qiskit 1.0 upgrade in reno
edoaltamura c728400
Add Qiskit 1.0 upgrade in reno
edoaltamura 3294731
Apply line breaks
edoaltamura 9e53371
Restructure line breaks
edoaltamura 2bbb57c
Added support for SamplerV2 primitives (#49)
OkuyanBoga 1712ebe
Added support for EstimatorV2 primitives (#48)
OkuyanBoga 2bf2668
Pulled changes from main
OkuyanBoga e52575b
Quick fix
OkuyanBoga 805a6b1
bugfix for V1
OkuyanBoga 9a6574b
formatting
oscar-wallis 1d03d4f
Prep-ing for 0.8 (#53)
oscar-wallis 79e9b2e
Merge remote-tracking branch 'upstream/main' into update-V2
edoaltamura 5606dd6
Update test_qbayesian
OkuyanBoga 45bc6f8
Bugfixing the test_gradient
oscar-wallis e69c03d
Fixing an Options error with sampler_gradient
oscar-wallis 56dc948
Merge branch 'update-V2' of https://github.com/OkuyanBoga/hc-qiskit-m…
oscar-wallis bd41778
Linting and formatting
edoaltamura 3622bc2
Add reno
edoaltamura 4844894
Fix dict typing definition
edoaltamura e386aaf
Fix mypy
edoaltamura 2527ea7
Issue deprecation warnings
edoaltamura 6c6efc5
Update skip test message
edoaltamura da04d85
Update deprecation warning for qbayesian.py
edoaltamura 9472261
Update deprecation warning for qbayesian.py
edoaltamura fc716fe
Add headers in deprecation.py
edoaltamura e0c6b7d
Add headers in deprecation.py
edoaltamura 0f09f4f
Add headers in deprecation.py
edoaltamura 6a44cbe
Correct spelling
edoaltamura 5d653b0
Add spelling `msg`
edoaltamura 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 hidden or 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 |
---|---|---|
|
@@ -312,4 +312,4 @@ jobs: | |
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
run: coveralls --service=github | ||
shell: bash | ||
shell: bash |
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
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.
Uh oh!
There was an error while loading. Please reload this page.