-
Notifications
You must be signed in to change notification settings - Fork 21
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
Failure when running QAOA on AQT-Simulator #46
Comments
I can reproduce this, however I do not understand the error as the AQT jobs have a |
I took a look at this and after adding a bunch of raises and prints to the |
What could be tried, to check that out, is to set this environment variable that allows the circuits per job to be limited and see if that works - of course it may turn out to be a lot of jobs dependent on the algo in question. (I notice the name never got changed though!)
|
Yes, you're right.
|
@lasys please feel free to open a PR with your modification (I meant to last week but clearly forgot about it) to fix this issue. The one thing I'd say though is that the list will only have a single entry. The |
@mtreinish all right. Then a simple fix like:
should be okay, shouldn't it? |
* resource: expose the result polling parameters as backend options * mypy: enable disallow_untyped_defs
Informations
What is the current behavior?
I wanted to execute QAOA on the AQT-Simulator, but unfortunately I have this error several times in a row:
FAILURE: Can not get job id, Resubmit the qobj to get job id.Error: 'list' object has no attribute 'qubits'
Steps to reproduce the problem
What is the expected behavior?
Running without failure.
Suggested solutions
The text was updated successfully, but these errors were encountered: