Skip to content

Instantly share code, notes, and snippets.

@splch
Last active July 24, 2023 00:47
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save splch/42143a394a7e7a71a05186e12eb7b2d1 to your computer and use it in GitHub Desktop.
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.
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@anishthomas9555
Copy link

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.

@splch
Copy link
Author

splch commented Feb 4, 2023

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

@jesusmontera
Copy link

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