Kevin J. Sung

Results 133 comments of 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...