Replies: 1 comment 5 replies
-
The ZNE Calibration with Qiskit does use |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Since I have spending a lot of time with the
Calibrator
module, I started a list of things that should be addressed. While normally I would add these in my Notes app and then forget about them, I am trying to be a bit more responsible. I am hoping that we can discuss these and create issues out of them so that they can be addressed.Currently, the docs on Calibration do not mention the the
log
parameter as part of therun
method. I think this feature is very useful and should be highlighted in the docs.Also, the values of
log
(flat and cartesian) are not included in the documentation (including the API-doc), let alone the difference between them.The API-docs do include log_results_cartesian() and log_results_flat() though the example output is mangled and not a good representation. In the actual source code, the example output is perfect for both.
Beta Was this translation helpful? Give feedback.
All reactions