Closed BrunoLiegiBastonLiegi closed 1 month ago
All modified and coverable lines are covered by tests :white_check_mark:
Please upload report for BASE (
master@325190e
). Learn more about missing BASE report. Report is 18 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This updates the expectation values calculation, that are now computed and returned as native arrays of the backend used. This, in turns, begs for updating some of the error mitigation methods accordingly. In particular, as
torch
was having problems with thescipy.curve_fit
I had to implement a custom_curve_fit
based on thetorch.optim.LBFGS
optimizer.Checklist: