We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Python version | 3.7.9 Python compiler | GCC 7.3.0 Python build | default, Aug 31 2020 12:42:55 OS | Linux CPUs | 4 Memory (Gb) | 15.650867462158203
In the tutorial https://qiskit.org/ecosystem/optimization/tutorials/12_qaoa_runtime.html QAOAClient produces an error when alpha=0.75 ist used. When removing alpha everythin is fine. See attached notebook.
QAOA_client.zip
See Notebook
QAOAClient should work with alpha<1.0
No response
The text was updated successfully, but these errors were encountered:
I can reproduce the above and looking at the error codes it seems the CVaRMeasurement is given an unsupported input:
CVaRMeasurement
[...] 2023-05-22T12:47:42.644038453Z raise ValueError("Unsupported input to CVaRMeasurement.eval:", type(front)) 2023-05-22T12:47:42.644047641Z ValueError: ('Unsupported input to CVaRMeasurement.eval:', )
Edit: Locally using the CVaRExpectation with the old QAOA code works as expected, this seems to be an issue of the runtime code only.
CVaRExpectation
QAOA
Sorry, something went wrong.
Maybe I should add the discussion on the Slack channel with Steve Wood:
https://qiskit.slack.com/archives/CB6C24TPB/p1684506534062659
QAOARuntime and QAOAClient have been removed #542 because they are replaced with primitives and session.
Cryoris
No branches or pull requests
Environment
Python version | 3.7.9
Python compiler | GCC 7.3.0
Python build | default, Aug 31 2020 12:42:55
OS | Linux
CPUs | 4
Memory (Gb) | 15.650867462158203
What is happening?
In the tutorial https://qiskit.org/ecosystem/optimization/tutorials/12_qaoa_runtime.html QAOAClient produces an error when alpha=0.75 ist used. When removing alpha everythin is fine. See attached notebook.
QAOA_client.zip
How can we reproduce the issue?
See Notebook
What should happen?
QAOAClient should work with alpha<1.0
Any suggestions?
No response
The text was updated successfully, but these errors were encountered: