You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The nightly CI tests on main fail after the Qiskit 1.3.0 release, with error triggered in Aer:
File "C:\hostedtoolcache\windows\Python\3.12.7\x64\Lib\site-packages\qiskit_aer\backends\aerbackend.py", line 478, in _execute_circuits_job
raise AerError("circuits have parameters but parameter_binds is not specified.")
Occasionally, this behaviour also emits qiskit_machine_learning.exceptions.AlgorithmError: 'Estimator job failed.'.an
No error should occur as a consequence of the new release updates; instead, a warning should be emitted in case of upcoming breaking changes.
Any suggestions?
For version 0.8.0 we can either fix this and bind the parameters to circuits explicitly, label it as stable backport potential and make Qiskit 1.3.0 a requirement, or do this for 0.8.1.
Fix it internally and keep the QML UI unchanged until later versions, e.g. 0.9.0.
The text was updated successfully, but these errors were encountered:
Environment
What is happening?
The nightly CI tests on
main
fail after the Qiskit 1.3.0 release, with error triggered in Aer:Occasionally, this behaviour also emits
qiskit_machine_learning.exceptions.AlgorithmError: 'Estimator job failed.'
.anHow can we reproduce the issue?
Examples of this behaviour can be seen in https://github.com/qiskit-community/qiskit-machine-learning/actions/runs/12111491107at
What should happen?
No error should occur as a consequence of the new release updates; instead, a warning should be emitted in case of upcoming breaking changes.
Any suggestions?
The text was updated successfully, but these errors were encountered: