Results 273 comments of Matthew Treinish

Sorry I missed your comments here until just now. Yeah our intent is to support any PEP517/PEP518 backend the problem with that diff is I think it might make the...

I don't think that there is anything else in the library currently (but I haven't checked exhaustively). But I think we should look at moving most if not all of...

I took a look at this while testing the output of https://github.com/Qiskit/qiskit-aer/pull/1504. I'm pretty sure this is an aer bug around running on big endian platforms (which in practice s390x...

Since we're hitting issues with pypi file size, maybe we can use: https://github.com/softprops/action-gh-release to add the wheels as a release artifacts on github for the time being.

This is still kind of a PoC and I don't necessarily expect this to merge like this. I pushed it more to show how to use orjson for serialization. We...

So I'm a bit confused here, what is the status of qiskit-ibm-provider if we're telling people to use the runtime client instead? They're not equivalent sets of functionality. I get...

Is there any update on this, or anything I can help with? I'm preparing the rustworkx 0.12.0 release (the package being renamed from retworkx to rustworkx) and it'd be good...

@boschmitt one way we can test this is to have the ci job on the fix PR and upload the wheel to artifacts and then ask @eileen-kuehn or @Arihant-Joshi (or...

Thanks for filing a report on this, we're preparing the 0.12.0 release which will publish the rustworkx-core crate to crates.io. There are just some last few issues we're trying to...

This is a good catch. We should fix this, the complexity is that this was included in a release already which means if we simply `git mv` the file to...