Skip to content

Commit 97718bf

Browse files
authored
Update link to qelib1.inc file (#7508)
The link to the OpenQASM file `qelib1.inc`, mentioned in this notebook, seems to have changed since the time this was written.
1 parent 286fff5 commit 97718bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/build/interop.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@
333333
"source": [
334334
"#### Gate conversion rules \n",
335335
"\n",
336-
"Note: The standard Quantum Experience gates (defined in [qelib.inc](https://github.com/Qiskit/qiskit-terra/blob/master/qiskit/qasm/libs/qelib1.inc)) are \n",
336+
"Note: The standard Quantum Experience gates (defined in [qelib1.inc](https://github.com/Qiskit/qiskit/blob/50523425cb469b0e0268f39b05b20816d703c7e2/qiskit/qasm/libs/qelib1.inc)) are \n",
337337
"based on the `U` and `CX` built-in instructions, and we could generate them dynamically. Instead, we chose to map them to native Cirq gates explicitly, which results in a more user-friendly circuit. \n",
338338
"\n",
339339
"| QE gates| Cirq translation| Notes|\n",

0 commit comments

Comments
 (0)