Jake Lishman

Results 376 comments of Jake Lishman

Blake: > I would simply counter that OQ3 effectively treats `qubit` and `qubit[1]` as equivalent, so we should also examine consistency of the language in that respect. Does it for...

Contributors aren't empowered to tag - only people with the "triage" permission on the relevant repo can do that.

Personally my feeling is that if the "error bars" are going to be in the abstract interface, then returning some arbitrary confidence interval is the strongest trade-off between statistical approximations,...

This is a question that's beyond the scope of base Qiskit's interfaces, but would be special-case access that certain backends might be able to provide, based on how they function...

I'm not on the primitives team, so this would be out of my scope sorry. @ikkoham is either the right person to ask, or knows the right person to ask....

Sorry for the lack of response here - I reopened the issue, started typing a comment, then got distracted and forgot I hadn't posted. Thanks so much for tracking this...

So the main underlying reason for an error here is that the `Instruction` interface cannot represent control-flow operations, and for the time being is not supposed to be able to...

For the two questions in your review comment: This PR already does a bit to manage the complexity and runtime cost of unused heuristics; there's catches and guards in various...

For `QuantumCircuit` `DAGCircuit`, just as a quick check: are you using `copy_operations=False` as appropriate when you are sure about your ownership (or not) of the inputs? You can almost certainly...