Julien Gacon
Julien Gacon
Let's merge #12605 first to have the right directory structure.
Either I'm not understand the flow correctly or there's some information not being passed properly: I would expect the layouting stage to return the layout + source and then both...
Thanks for tackling this! I agree with updating the type hints as in https://github.com/qiskit-community/qiskit-optimization/pull/676, but I'm not convinced we need to start enforcing an import sorting -- especially since Python...
> Would you rather remove the import sorting altogether, or keep the import of the test module at the end with a pylint: disable as in the Qiskit main repo?...
> So just to be sure, I should remove the last commit on import sorting but still put the import of the test module in the last blck along with...
Some of these failures might well be to using Python 3.9 still, which reached EOL in October 2025. We might have to update CI before we can unblock new PRs.
_repr_png_ in QuantumCircuit allows nice output when circuits are the last stmt in jupyter notebooks
This is nice for small circuits, but rendering large circuits with many gates can be very very slow. In that case it could be very inconvenient if the default is...
The changes look good to me now, but we have to resolve the tests first before we can merge the PR. Let's try re-triggering CI and see if it was...
Thanks for opening the PR, Ameya! Just FYI, you don't need to add a detailed changelog like that usually. It's nice to summarize the PR if it is a complicated...
Great, thanks for the updates! This now only needs a release note and we're good to go 🙂