Jim Garrison

Results 184 comments of Jim Garrison

> @garrison why are our release notes not causing problems with sphinx? There are references to cutqc that don't exist anymore. I was assuming our sphinx build would fail in...

OK, maybe my idea to use Docker on macOS was half baked ;) since Docker is apparently not installed on the macOS image that github actions uses. We can always...

> * Overall coverage increased (+**4.5%**) to **100.0%** We should throw a party :tada: :rocket:

From https://docs.github.com/en/repositories/creating-and-managing-repositories/transferring-a-repository: >If the transferred repository contains a GitHub Pages site, then links to the Git repository on the Web and through Git activity are redirected. However, **we don't redirect...

Done at https://github.com/Qiskit-Extensions/qiskit-extensions.github.io/pull/2.

> @garrison I know we run some transpilation during creation of the subexperiments (e.g. RemoveFinalResets), so we already do the copies for each subexperiment. If you think it is more...

I am essentially on board with this. Indeed, I have always desired for the bulk of transpilation to occur _before_ generating the subexperiments, and my modification and test in #303...

In a conversation with @mtreinish, he suggested to me that we should be able to use the standard equivalence library provided by Qiskit. If it is lacking some desired equivalences,...

> > In a conversation with @mtreinish, he suggested to me that we should be able to use the standard equivalence library provided by Qiskit. If it is lacking some...

> The [Qiskit Patterns](https://docs.quantum.ibm.com/run/quantum-serverless) explanation in the docs is too coupled with Serverless. I'd prefer not to link to it from our tutorials, as I think building blocks should largely...