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
Refactor the current code to introduce a class per measurement protocol that keeps as an attribute the measurement data which can be reused to compute other quantities of interest. Also, this should make the code clearer without blotting functions with many input parameters.
Finally, we can update the restriction on the Qadence version and use the NoiseHandler interface introduced here.
The text was updated successfully, but these errors were encountered:
Refactor the current code to introduce a class per measurement protocol that keeps as an attribute the measurement data which can be reused to compute other quantities of interest. Also, this should make the code clearer without blotting functions with many input parameters.
Finally, we can update the restriction on the Qadence version and use the
NoiseHandler
interface introduced here.The text was updated successfully, but these errors were encountered: