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

Added max_circuits_per_job and removed deepcopy dependency of the quantum kernel trainer fixing #701 and #600 #772

Merged
merged 15 commits into from
Feb 29, 2024
Merged
Changes from 1 commit
Commits
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
Prev Previous commit
Next Next commit
Update fix-701-max_circuits_per_job-and-600-deepcopy-dependency-e6eda…
…2e5b986c1be.yaml

Small release note bugfix
OkuyanBoga authored Feb 21, 2024
commit 9c00c7ab0d5dcb2fd005688a5fac806d1fec65ac
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
---
fixes:
- |
#701 Added a max_circuits_per_job parameter to fidelity quantum kernel used
Added a max_circuits_per_job parameter to the fidelity quantum kernel used
woodsp-ibm marked this conversation as resolved.
Show resolved Hide resolved
in the case that if more circuits are submitted than the job limit for the
backend, the circuits are split up and ran through separate jobs.
#600 Removed quantum kernel trainers dependency on copy.deepcopy that was
backend, the circuits are split up and run through separate jobs.
- |
Removed quantum kernel trainers dependency on copy.deepcopy that was
throwing an error with real backends. Now, it creates a new instance
of the class and assign parameters manually.
of the class and assigns parameters manually.