Prakhar Bhatnagar
Prakhar Bhatnagar
I believe your expected behaviour is incorrect. Since you're applying a measurement operation, the superposition will collapse and you'll get a deterministic result i. e. either |0⟩ or |1⟩. If...
This is an issue with `sphinx` itself. It was reported [here](https://github.com/sphinx-doc/sphinx/issues/10227) and has been fixed in `^5.0.0`. I can verify that it does indeed remove the repeated results: ![Screenshot from...
Following #1558, since `sphinx` is now resolving to `^5.0.x` I believe that automatically fixes this issue?
I think I understand @mtreinish. I'll try to make a PR with the minor fix. What about something similar to https://github.com/Qiskit/qiskit-terra/pull/8320 in the repo to prevent this in the future?
Does this PR also require a `reno`? If yes, could you tell me what sections need to be included?
I'm facing the same issue. The `OpenContainer` does not inherit the `Theme`. I am, however, using the `go_router_prototype` package by @johnpryan
Hi @pavoljuhas I tried adding serialization, but some other tests were failing. I was busy, but I will push the commit with the changes by tomorrow so that you can...
Hi @1ucian0 I'm unsure if the runtime repo is the right place for this since, on the surface, the trouble looks like a part of `qiskit`. > Maybe that's the...
Patrick, from the IBM Quantum Support Team, shared the following concise code snippets, which raise the same error: ``` qr = QuantumRegister(4, "q") cr = ClassicalRegister(3, "cr") qc = QuantumCircuit(qr,...
> but they both worked when I ran them on `qiskit 1.0.1` and `qiskit 0.46.0` Could you clarify if by "running" you mean the circuit builds or that it runs...