Kevin J. Sung
Kevin J. Sung
I tried replacing that line with ```python template = QuantumCircuit( self._circuit.qubits, self._circuit.clbits, meas_creg, name=null ) ``` but then ran into https://github.com/Qiskit/qiskit-terra/issues/10125.
Thanks, that worked. I still think this is an issue though, because the code I gave works with `resilience_level` set to `0` or `1`. Apparently, in those cases the measurements...
So strange. When I run the code in @zlatko-minev 's repro, I get a different error. I'm using the same Aer version and Python 0.14.1, but my OS is Fedora...
The Sampler primitive [only exposes two error suppression options](https://docs.quantum.ibm.com/api/qiskit-ibm-runtime/qiskit_ibm_runtime.options.SamplerOptions), dynamical decoupling and pauli twirling, arguably neither of which [counts as "error mitigation."](https://www.ibm.com/quantum/blog/quantum-error-suppression-mitigation-correction) So the centerpiece of this tutorial, in my...
~We could also consider rewriting this page to use "local testing mode" with an Aer backend. See https://github.com/Qiskit/qiskit-aer/issues/2078#issuecomment-2012736552.~ Never mind, I just realized we already have a [page](https://docs.quantum.ibm.com/verify/local-testing-mode) dedicated to...
Updating https://docs.quantum.ibm.com/verify/stabilizer-circuit-simulation is blocked by https://github.com/Qiskit/qiskit-aer/issues/2117.
Updating https://docs.quantum.ibm.com/verify/stabilizer-circuit-simulation is blocked by https://github.com/Qiskit/qiskit-aer/issues/2164
Closed by #1490 and #1496
@haimeng-zhang gave [a presentation](https://learning.quantum.ibm.com/course/ibm-quantum-practitioners-forum/december-5-6th-2023-new-york#scaling-quantum-computational-workflows-1) at a practioner's forum that contains useful material. She can provide her slides. This can be adapted into a page that explains how to Cliffordize circuits...
At the ecosystem meeting we decided: - The clickable title should be the name of the package, like in the default Furo theme. - Remove the Qiskit ecosystem logo. Instead,...