Paul Nation
Paul Nation
Ok thanks. I am trying to benchmark various aspects of Qiskit, and this one broke things, where as other frameworks can handle the controlled circuit. Is there anyway for an...
Yeah, no I answered my own question when I tried to change the basis on the circuit and it just kept running. It also modifies the circuit drawing, which is...
It was originally for compatibility with the qotoolbox.
But again, we use runtime code generation for the time-dependent stuff. Cython is in every Python dist, so I see little in the way of having that as a requirement....
I second this. Perhaps with an optional filter for a specific backend.
I am curious as to why this is a runtime issue, and not an application issue. Namely, a well-written iterative algorithm would save state in between calls so that if...
Being able to retrieve the set of compiled circuits is an important thing to have here. As both the size and quality of devices increases, the compilation time of circuits...
You need to remove the measurements
Ok yeah. I assumed that TREX was being done at level 2 since it is a straightforward addition. The PEC job took about 43min.
For the PEC issues I will add that mitigating simple circuits like 4Q GHZ states is markedly off. In this case the actual should be `1.0` but PEC returns a...