Results 320 comments of Matthew Treinish

I had been meaning to update that too, I completely forgot about it. Yes, please feel free to push a PR to update the docs there, I've personally never recommended...

Heh, well we do have [qiskit-bot](https://github.com/Qiskit/qiskit-bot) to serve a similar role for some of the automation but it's not as sophisticated as what prow provides for cncf projects. We've mostly...

Well I was more concerned about how the main docs build will deal with the new namespace. I guess it would work fine and just build the pages as `stubs/qiskit_aer.*`...

I've tagged this as stable backport potential because after terra 0.22.0 is released we'll want to get an aer 0.11.1 out to include this so we can keep Aer's primitive...

It looks like the wheels are missing from pypi on arm64 macOS on the latest 1.1.1 release. The build job looks like it failed: https://github.com/boschmitt/tweedledum/actions/runs/1218553134 but it was long enough...

The other thing we should do if we make a page like this is document how someone should be able to add themselves to the list (and the criteria for...

I've been looking at this a bit, the internal data structure for the graphs from petgraph should make this possible, but we'll likely want to contribute an implementation there for...

Yeah, I agree having the ability to work with indices would be nice. The `layers()` function was something we added for qiskit a long time ago and they were using...

Ok sure, yeah I think having a kwarg for output type makes sense, the complexity comes from the the rust/python interface layer that likes things to be statically typed so...

I got a start to this in https://github.com/Qiskit/retworkx/pull/537 I think there is still a lot of room for expansion after #537 though so I'm not marking this as closed by...