Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove invalid link #1445

Merged
merged 1 commit into from
May 29, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tutorials/explore-composer/explore-composer.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,7 @@
"\n",
"Also known as the square-root NOT gate.\n",
"\n",
"This gate implements the square-root of X, $\\sqrt{X}$. Applying this gate twice in a row produces the standard Pauli-X gate ([NOT gate](operations_glossary#not-gate)). Like the Hadamard gate, $\\sqrt{X}$ creates an equal superposition state if the qubit is in the state $|0\\rangle$, but with a different relative phase. On some hardwares, it is a native gate that can be implemented with a $\\pi/2$ or X90 pulse.\n",
"This gate implements the square-root of X, $\\sqrt{X}$. Applying this gate twice in a row produces the standard Pauli-X gate (NOT gate). Like the Hadamard gate, $\\sqrt{X}$ creates an equal superposition state if the qubit is in the state $|0\\rangle$, but with a different relative phase. On some hardwares, it is a native gate that can be implemented with a $\\pi/2$ or X90 pulse.\n",
"\n",
"| Composer reference | OpenQASM reference | Q-Sphere | Note about q-sphere representations |\n",
"| ------------------------------------------------- | ------------------ | ---------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |\n",
Expand All @@ -662,7 +662,7 @@
"\n",
"Also known as the SXdg or square-root NOT-dagger gate.\n",
"\n",
"This is the inverse of the $\\sqrt{X}$ gate. Applying it twice in a row produces the Pauli-X gate ([NOT gate](operations_glossary#not-gate)), since the NOT gate is its own inverse. Like the $\\sqrt{X}$ gate, this gate can be used to create an equal superposition state, and it too is natively implemented on some hardwares using an X90 pulse.\n",
"This is the inverse of the $\\sqrt{X}$ gate. Applying it twice in a row produces the Pauli-X gate (NOT gate), since the NOT gate is its own inverse. Like the $\\sqrt{X}$ gate, this gate can be used to create an equal superposition state, and it too is natively implemented on some hardwares using an X90 pulse.\n",
"\n",
"| Composer reference | OpenQASM reference | Q-Sphere | Note about q-sphere representations |\n",
"| ----------------------------------------------------- | ------------------ | ---------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |\n",
Expand Down
Loading