BQSKit / bqskit

Berkeley Quantum Synthesis Toolkit
Other
106 stars 31 forks source link

Add ECR gate #234

Closed vincentgierisch closed 1 month ago

vincentgierisch commented 3 months ago

Add echoed-resonance (ECR) gate

edyounis commented 3 months ago

Awesome! Just one more test to get this approved and merged in. Can you do a encode-decode-in-one test? As in create a circuit with an ECRGate, save to qasm with Circuit.to, then load that qasm in. I do expect that the resulting circuit will be composed of a CircuitGate with the decomposed gates, but it is good to check there are no crashes and that the input and output unitaries are the same.