Jake Lishman

Results 376 comments of Jake Lishman

Sphinx should only be executing code blocks that have been modified already, that's a big part of its job. It should only trigger a complete re-build if it doesn't have...

I've tagged this for merge now, and it should get released in Terra 0.22, which is due on the 11th of October.

For 1: when this method has been used in other transpiler passes, I've put in an explicit `if isinstance(node.op, ControlFlowOp): continue` at the start of the loop to avoid issues....

(Also, it perhaps wouldn't be a bad idea to rebase this PR to get rid of the accidentally re-applied commits from `main` - it's not really the end of the...

The code works verbatim for me with and without the barrier with a recent Aer. Looks like Aer before 0.9 may have had a bug in `extended_stabilizer` that falsely lost...

I think your `git` client has its line-endings setting configured incorrectly for collaboration (don't worry, it's not a big deal). I'm guessing you're developing on Windows - if so, you...

Yeah, exactly. In this case, you expect that if you try to pass an unnormalised array (like `np.array([1, 2, 3])`) with `normalize=False`, then it'll raise `QiskitError`. The test is written...

@dalin27: yeah, I would expect that Sphinx's parser is probably choking because it's not finding the colon. Putting it on one line should help out. The online documentation still says...

Oversubscribed VM, nothing to worry about for us.

Oversubscribed VM again.