Last active
July 24, 2023 00:47
-
-
Save splch/42143a394a7e7a71a05186e12eb7b2d1 to your computer and use it in GitHub Desktop.
Using Qiskit Pulse to create a custom gate, display that gate's microwave, then execute the circuit with a pulse simulator.
I didn't understand the gate-to-pulse graph. I understand that the blue gaussian area represents the frequency sweep, but not the red one.
Sorry I just saw this! The red represents the measurement of the qubit. This tutorial should explain what's going on well: https://qiskit.org/textbook/ch-quantum-hardware/calibrating-qubits-pulse.html
Why doing gate to pulse with 2 qubit circuit like h(0) cx(0,1) fails on transpile?
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I didn't understand the gate-to-pulse graph.
I understand that the blue gaussian area represents the frequency sweep, but not the red one.