Ali Javadi-Abhari

Results 20 comments of Ali Javadi-Abhari

I chatted with @stevenheidel about this proposal. It seems like this proposal is basically a restriction on subroutines, i.e. a subroutine built out of unitary components and control-flow that is...

glue is what we used informally before `stretch`, so this is definitely left-over from an ancient era. This particular `pong` example is basically Fig 5 from https://arxiv.org/pdf/2104.14722.pdf. It's for the...

I'd say this is a bit in flux, but in the original design `length` should be passed with this special syntax only when it dictates some duration as perceived by...

I also think we need `extern` here because we also need to specify the distribution to draw from.

My comment is about separation of responsibilities. I like how ignis separates circuit generation from fitting and filtering. In the same vain, i think circuit generation should be separated from...

If you use an `initial_layout` that satisfies all the two-body interactions, then the mapper will **not** insert any swaps. Even if it did, I don't understand why that wouldn't be...

Better be very careful that this does not build all the keys (even valid ones), as that grows exponentially. This is why a dict was used in the first place....

closing as it seems superseded by https://github.com/Qiskit/qiskit-terra/pull/8898

some earlier related issues: https://github.com/Qiskit/qiskit-terra/issues/4700, https://github.com/Qiskit/qiskit-terra/issues/3800 also i made a comment about class names here:https://github.com/Qiskit/qiskit-terra/issues/5774

I very much endorse these requirements from @kdk: > - don't require higher-level operations to build separate Instruction sub-classes or to adhere to the Instruction class hierarchy in order to...