> Happy holidays, and happy (almost) new year!! βοΈβοΈππ
> This will be our last release of the year, and we'd like to thank everyone who has contributed to Mitiq over the past 12 months.
> We've accomplished so much in the way of error mitigation this year, and we couldn't have done it without the support and time given by the volunteers.
> **Thank you!**
The **calibrator logs have been revamped** for to support result discovery and analysis.
The `Calibrator.run` method now support two options: `flat` and `cartesian` to display the experiment results in either a linear fashion, or grid-like.
Results here have been truncated for brevity.
py
>>> calibrator.run(log="flat")
ββββββββββββββββββββββββββββ¬βββββββββββββββββββββββββββββββββββββ¬βββββββββββββββββββββββββββββ
β benchmark β strategy β performance β
ββββββββββββββββββββββββββββΌβββββββββββββββββββββββββββββββββββββΌβββββββββββββββββββββββββββββ€
β Type: ghz β Technique: ZNE β β β
β Num qubits: 2 β Factory: Linear β Noisy error: 0.04 β
β Circuit depth: 2 β Scale factors: 1.0, 2.0, 3.0 β Mitigated error: 0.02 β
β Two qubit gate count: 1 β Scale method: fold_gates_at_random β Improvement factor: 2.0 β
ββββββββββββββββββββββββββββΌβββββββββββββββββββββββββββββββββββββΌβββββββββββββββββββββββββββββ€
β Type: ghz β Technique: ZNE β β β
β Num qubits: 2 β Factory: Linear β Noisy error: 0.04 β
β Circuit depth: 2 β Scale factors: 1.0, 3.0, 5.0 β Mitigated error: 0.0658 β
β Two qubit gate count: 1 β Scale method: fold_global β Improvement factor: 0.6076 β
ββββββββββββββββββββββββββββΌβββββββββββββββββββββββββββββββββββββΌβββββββββββββββββββββββββββββ€
β Type: ghz β Technique: ZNE β β β
β Num qubits: 2 β Factory: Richardson β Noisy error: 0.98 β
β Circuit depth: 33 β Scale factors: 1.0, 3.0, 5.0 β Mitigated error: 1.03 β
β Two qubit gate count: 14 β Scale method: fold_global β Improvement factor: 0.9515 β
ββββββββββββββββββββββββββββ΄βββββββββββββββββββββββββββββββββββββ΄βββββββββββββββββββββββββββββ
py
>>> calibrator.run(log="cartesian")
ββββββββββββββββββββββββββββββββββββββ¬βββββββββββββββββββββββββββββ¬βββββββββββββββββββββββββββββ
β strategy\benchmark β Type: ghz β Type: mirror β
β β Num qubits: 2 β Num qubits: 2 β
β β Circuit depth: 2 β Circuit depth: 33 β
β β Two qubit gate count: 1 β Two qubit gate count: 14 β
ββββββββββββββββββββββββββββββββββββββΌβββββββββββββββββββββββββββββΌβββββββββββββββββββββββββββββ€
β Technique: ZNE β β β β β
β Factory: Richardson β Noisy error: 0.03 β Noisy error: 1.0 β