Kevin Krsulich
Kevin Krsulich
Timeout under random testing. Will update title in report_ci_failure to make clearer when random testing fails vs when master tests fail.
Interesting, thanks. Can you elaborate on the complications of following includes for completion? I wouldn't mind taking a pass at it, unless it's really unapproachable for a newcomer. OOC, why...
Can you post a screenshot of how this will show up in the docs?
Thanks @1ucian0 for starting the discussion on this. This has been a long while coming, and what's above is a good description of the structure where things currently stand. A...
After some renewed interest from the ongoing work in https://github.com/Qiskit/qiskit-terra/labels/synthesis , it looks like there are two issues at play here: - organization of the circuit library and `Instruction` subclasses...
For the caveats with using `__slots__` and multiple inheritance, I came across https://docs.python.org/3/reference/datamodel.html#notes-on-using-slots , from which: > - The action of a __slots__ declaration is not limited to the class...
@ewinston Can you call out in the list above which passes are easily implementable as recursion over the blocks of each `ControlFlowOp`, and those which need some custom handling?
> @kdk: I tried to add this to the right epic on the beta projects board, but I don't seem to have permissions to change anything there. Looks like you...
Thanks for bringing this up, @Lolcroc . We're planning enhanced support for classical instructions and data types as part of support for the new set of features available in OpenQASM...
For 0.19, introducing `sabre` as the default `{layout,routing}_method` (following #7036) maybe at higher `optimization_level`s seems a place to start.