-
Notifications
You must be signed in to change notification settings - Fork 376
Conversation
fetch qiskit master
� Conflicts: � qiskit/aqua/components/optimizers/aqgd.py
@pbark Could you please add a reno file with a description of the changes? |
Co-authored-by: Steve Wood <[email protected]>
Co-authored-by: Steve Wood <[email protected]>
CI failed at: |
I restarted the CI. Locally I pass all the tests. |
self._tol = tol | ||
self._averaging = averaging | ||
if disp: | ||
warnings.warn('disp deprecated, enable logging instead.', DeprecationWarning) |
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.
Can we include the more complete text such as below (I tried as a suggestion but the formatting seemed all over the place while it lines up fine in this view while I am editing it, it does not in the outcome
warnings.warn('The disp parameter is deprecated as of '
'0.8.0 and will be removed no sooner than 3 months after the release. '
'The information is now available if you enable INFO level logging.',
DeprecationWarning, stacklevel=2)
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.
Done.
seed_simulator=aqua_globals.random_seed, | ||
seed_transpiler=aqua_globals.random_seed)) | ||
self.assertAlmostEqual(result.eigenvalue.real, -1.857275, places=5) | ||
q_instance = QuantumInstance(BasicAer.get_backend('statevector_simulator'), |
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.
Can we please split this into 3 separate tests so if there is a failure its easier to pinpoint it to a specific test aspect
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.
Done.
* new advanced aqgd added * fix in license * cleaning, linting * spelling * more spelling * reno added * Update qiskit/aqua/components/optimizers/aqgd.py Co-authored-by: Steve Wood <[email protected]> * Update qiskit/aqua/components/optimizers/aqgd.py Co-authored-by: Steve Wood <[email protected]> * code review * updated release note aqgd * code review 2 Co-authored-by: Anton Dekusar <[email protected]> Co-authored-by: Anton Dekusar <[email protected]> Co-authored-by: Steve Wood <[email protected]>
* new advanced aqgd added * fix in license * cleaning, linting * spelling * more spelling * reno added * Update qiskit/aqua/components/optimizers/aqgd.py Co-authored-by: Steve Wood <[email protected]> * Update qiskit/aqua/components/optimizers/aqgd.py Co-authored-by: Steve Wood <[email protected]> * code review * updated release note aqgd * code review 2 Co-authored-by: Anton Dekusar <[email protected]> Co-authored-by: Anton Dekusar <[email protected]> Co-authored-by: Steve Wood <[email protected]>
Summary
New advanced AQDG optimizer using Epochs added
Details and comments