unitaryfund / mitiq

Mitiq is an open source toolkit for implementing error mitigation techniques on most current intermediate-scale quantum computers.
https://mitiq.readthedocs.io
GNU General Public License v3.0
363 stars 160 forks source link

`noise_level` missing from calibrator logs #2013

Closed natestemen closed 1 year ago

natestemen commented 1 year ago

Running the calibration experiments with the PECSettings object logs the following table.

Screenshot 2023-09-12 at 8 37 51 AM

It is not clear from the table how the two runs for each circuit type are any different. The difference comes from the noise_level parameter set within the strategies section of PECSettings: https://github.com/unitaryfund/mitiq/blob/ee85edf48557c85c4f6d0b1e1d74d74fc882c9d4/mitiq/calibration/settings.py#L467-L486

This should be logged as part of this table.

kozhukalov commented 1 year ago

Please assign this to me