From 2881ece7e758064cd4aff20dc74d3c1c82f381e1 Mon Sep 17 00:00:00 2001 From: Doug Strain Date: Tue, 22 Jul 2025 06:14:11 -0700 Subject: [PATCH] Add supporting links for ISWAP and other gates - Long-standing bug from a feedback about missing links on what ISWAP and sqrt-ISWAP gates were for those that were unfamiliar but interested in quantum chess. --- docs/quantum_chess/concepts.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/quantum_chess/concepts.ipynb b/docs/quantum_chess/concepts.ipynb index 0b3abe80..0c02e228 100644 --- a/docs/quantum_chess/concepts.ipynb +++ b/docs/quantum_chess/concepts.ipynb @@ -72,7 +72,7 @@ "\n", "This tutorial assumes basic knowledge of the following:\n", "\n", - "* Basic quantum computing principles, specifically, what unitary matrices are, and what an $\\text{iSWAP}$ (and $\\sqrt{\\text{iSWAP}}$ gate is)\n", + "* Basic quantum computing principles, specifically, what unitary matrices are, and what an $\\text{iSWAP}$ (and $\\sqrt{\\text{iSWAP}}$ gate is). See [Quantum Logic Gates](https://en.wikipedia.org/wiki/Quantum_logic_gate) for common quantum gates or [iSWAP and others](https://en.wikipedia.org/wiki/List_of_quantum_logic_gates#Two-qubit_interaction_gates) for details on $\\sqrt{\\text{iSWAP}}$.\n", "* The basic movement rules of [Chess](https://en.wikipedia.org/wiki/Chess#Movement) and the [Algebraic notation](https://en.wikipedia.org/wiki/Algebraic_notation_(chess)) method of naming chess squares and moves.\n", "\n", "\n",