Jake Lishman
Jake Lishman
At the request of the docs team, I've temporarily moved most of the inline class documentation into `autosummary` tables in a564e59acd8. Once the IBM docs platform can support them a...
Sebastian: I've responded to all your comments, either with changes or follow-ups. I marked quite a lot of conversations as "resolved" for the purposes of making open discussions easier to...
Following discussion in the dev meeting today, I've switched all "near time" and "runtime" terminology to "real time" in dd78e25a6c8.
`s`, `im` and the rest of the duration units aren't implemented (in any implementation I know of) as separate tokens - they're suffixes that form part of the tokenisation rules,...
The ANTLR lexer's rule for timing literals is ```antlr TimingLiteral: (DecimalIntegerLiteral | FloatLiteral) [ \t]* TimeUnit; ``` as well - I think it's ok as an idea to permit spaces,...
I'm going to close this issue now - #9953 made it so the given codeblock exports a `delay` instruction as `opaque` (which is imo a slightly controversial choice, but has...
@AlexisRalli: this issue and all the PRs that link to it above are what I was trying to find when you asked me about them the other day. For others'...
Sorry for the lack of responses here. The underlying issue appears to have been fixed by #8877, so I'll close this PR as obsolete now, but please feel free to...
Hamamura-san: there's already a couple of alternative edge-colouring algorithms in Rustworkx, so I think we can get started on exposing an interface to the existing choices immediately, and expand it...
We're now merging #11795, which will make the non-commutation graph part of the public API, but that PR doesn't change the mechanisms of `SparsePauliOp.group_commuting`, so I'll leave this issue open...