Qiskit-Extensions / qiskit-experiments

Qiskit Experiments
https://qiskit-extensions.github.io/qiskit-experiments/
Apache License 2.0
151 stars 122 forks source link

Fast transpile with MixIn #1455

Closed nkanazawa1989 closed 1 month ago

nkanazawa1989 commented 2 months ago

Summary

Call to Qiskit transpiler is overkill for simple experiment that directly creates ISA circuits, like T1 and T2 experiment. This PR adds a mixin class that automatically implements _transpiled_circuits() method that only maps virtual qubit index to physical qubit index without invoking the computationally heavy transpiler.

Details and comments

nkanazawa1989 commented 1 month ago

close this in favor of #1459