This repository has been archived by the owner on Dec 7, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 376
[Stable] Qiskit Aqua Release 0.8.1 #1422
Merged
manoelmarques
merged 15 commits into
qiskit-community:stable/0.8
from
manoelmarques:stable-0.8.1
Nov 10, 2020
Merged
[Stable] Qiskit Aqua Release 0.8.1 #1422
manoelmarques
merged 15 commits into
qiskit-community:stable/0.8
from
manoelmarques:stable-0.8.1
Nov 10, 2020
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
…ommunity#1362) * Fixing QAOA initial_state problem * fixing code style warnings * Creating QAOA-initial_state-dont-mix-with-Hadamards bugfix test and a release note for the bugfix. * Removing code that appeared in pull request due to error * Fixing import math error * Fixing code style issues. Co-authored-by: Steve Wood <40241007+woodsp-ibm@users.noreply.github.com>
…ty#1369) * add bopes sampler reno * mv 0.8 renos to own folder * fix chemistry renos
…kit-community#1378) * First update on qp_solver with L2 * Update test for lambda2 * Add reno Co-authored-by: woodsp <woodsp@us.ibm.com> Co-authored-by: Steve Wood <40241007+woodsp-ibm@users.noreply.github.com>
* message enhancement in MatrixOp init * Update qiskit/aqua/algorithms/quantum_algorithm.py Co-authored-by: Steve Wood <40241007+woodsp-ibm@users.noreply.github.com>
* fix qiskit-community#1311 * fix qiskit-community#1317 * add a test of reps for trotterization * fix tests for qiskit-community#1311 * fix typing * fix qiskit-community#1321 * add release note * fix qiskit-community#1381 * add a test for to_opflow * Update qiskit/aqua/operators/converters/circuit_sampler.py Co-authored-by: John Lapeyre <jlapeyre@users.noreply.github.com> * remove None from constructor * simplify logic * Revert "remove None from constructor" This reverts commit c884ebb. * add releasenote * simplify logic (not iscomplex to isreal) * remove Optional * Update qiskit/aqua/operators/legacy/weighted_pauli_operator.py * Update qiskit/aqua/operators/legacy/weighted_pauli_operator.py * Update qiskit/aqua/operators/legacy/weighted_pauli_operator.py Co-authored-by: John Lapeyre <jlapeyre@users.noreply.github.com> Co-authored-by: Panagiotis Barkoutsos <bpa@zurich.ibm.com> Co-authored-by: Steve Wood <40241007+woodsp-ibm@users.noreply.github.com>
* update pytorch discriminator Co-authored-by: Steve Wood <40241007+woodsp-ibm@users.noreply.github.com> Co-authored-by: woodsp <woodsp@us.ibm.com>
* fix seed 0 * add reno * change seed * change seed Co-authored-by: Manoel Marques <manoel.marques@ibm.com>
… in Aqua optimization module (qiskit-community#1420) * fix * better fix * added reno * fix lint
manoelmarques
requested review from
levbishop,
pbark and
stefan-woerner
as code owners
November 9, 2020 23:03
woodsp-ibm
approved these changes
Nov 9, 2020
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.
Summary
Details and comments