Caleb Johnson
Caleb Johnson
> All the roundtrip tests pass with Eagle translated LO's except those including `crx` or `csx` gates. `csx` is just a specific instance of `crx` decomposition, so the bug can...
> and from the API perspective, the user has already chosen a backend once I'm not sure what you mean here. They've potentially transpiled their cut circuit using their backend...
Instead of {"heron", "eagle"}, we could take the `Backend` directly and key on its `sorted(backend.basis_gates)` to find the right equivalence library. EDIT: This is kind of a bad idea. Using...
@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 appropriate...
> 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...
> If you're trying to avoid using the basis translator and the dag then creating an equivalence library is not needed. > Thanks Matthew, the reason I didn't do that...
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 be...
Although cutQC is a legacy tool in this repository, dynamic definition will be added in #285 thanks to a community contribution. As for these run-times, the problem may not be...
Hi @naeemktk , we have been seeing several different problems with cutqc. It is legacy software, and we are trying to migrate users to the [newer wire cutting functionality](https://github.com/Qiskit-Extensions/circuit-knitting-toolbox/blob/main/docs/circuit_cutting/how-tos/how_to_specify_cut_wires.ipynb). We...
Hi @hang-dev , we have been seeing several different problems with cutqc. It is legacy software, and we are trying to migrate users to the [newer wire cutting functionality](https://github.com/Qiskit-Extensions/circuit-knitting-toolbox/blob/main/docs/circuit_cutting/how-tos/how_to_specify_cut_wires.ipynb). We...