-
Notifications
You must be signed in to change notification settings - Fork 61
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
Copy ground state before passing to adiabatic evolution #863
Conversation
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.
Good point, thanks.
@MatteoRobbiati please let us know if this works also for you. |
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #863 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 48 48
Lines 6370 6370
=========================================
Hits 6370 6370
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
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.
I confirm it works as expected also using the qibojit
backend.
Thank you @stavros11!
Only to be sure it is a problem of mine: is it normal that the execution time of the #824 code requires 1sec using |
With @andrea-pasquale we have observed this issue in the past for the |
Ok perfect. I will have a look too with some |
Fixes #824. @MatteoRobbiati indeed you are right, it is a qibojit issue.
Checklist: