-
Notifications
You must be signed in to change notification settings - Fork 30
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
✨ Memory Option #326
Comments
Hey 👋🏻 Could you maybe elaborate a little more what kind of problem you are experiencing? I am fairly sure that our backends support that feature if I have the right thing in mind. We just might not be exposing it to the Qiskit backends. That would be an easy fix (that shouldn't change any behavior though). |
Hey,
the results of the circuit will be collected. In my experience with
I couldn't collect the results in the same way and the mentioned error was raised. |
Thanks for the explanation! If you are only interested in the measurement results and not their particular sequence, you can just use the |
It would be nice if the feature is added. |
You are welcome. I'll keep this issue open for now to track the feature request. I'll close once the PR implementing the feature is merged. |
Hi @burgholzer , I wanted to ask if there was any news about adding the feature? |
Hey 👋🏼 This is definitely still on our radar. At the moment, there are just a couple more urgent things that need to be dealt with. |
What's the problem this feature will solve?
To whom it may concern,
First of all, I apologize if there are some misleading with the way I present the problem.
I was tying to simulate Simon's algorithm with the ddsim backend when I ran into a problem. I didn't know if it was a problem with the missing feature or the implementation I did.
This part is about calling the backend and getting the results:
And here are the warning and error shown:
Should the mentioned feature be implemented in the backend or am I doing something wrong?
Thanks in advance for your tips.
Describe the solution you'd like
If I understand correctly and the mentioned feature is added, the implementation of Simon's algorithm will be as easy as other Qiskit backends.
The text was updated successfully, but these errors were encountered: