Jake Lishman
Jake Lishman
Paul: at worst, that code block is just missing an extra indirection through the `initial_layout`. The reason I'd suggested posting it here was just because Matthew's original attempt used `qargs`...
I wasn't able to use any of these cells to reliably reproduce the issue, but I think #9063 should hopefully fix the issue? I saw the `deepcopy` as looking very...
I'm fine with results if that's logical to you - I was more just trying to spot the circular import than anything else.
I'm happy for us to document `c_if` for now - it's very cheap for us to change documentation, and it's not yet clear when exactly we'll be able to make...
@kdk: or we can cheat, and use Sabre by default if there's no control flow, and whatever we've got if there is.
From TSC meeting 2022-09-02: there is a question of what `gphase` would mean inside a subroutine, and whether it's worth needing to specify any special rules for it. In particular,...
Aer doesn't specify the Conan remote to use - it'll be getting pulled in from the conan defaults (or potentially your `~/.conan` file). Just to be safe: are you sure...
If we're publishing it separately this time round, we probably need to run through the whole documentation adding intersphinx to Terra, and making sure the monkey-patched `QuantumCircuit` methods are still...
I'm mostly concerned with the things like `QuantumCircuit.save_statevector` that aren't going to be the target of any `autosummary` directive any more after the move (previously Terra's `qiskit.circuit` module would have...
Happy to hold off on making changes to the documentation build process til later - we don't necessarily need to hold Aer 0.11 on that.