Skip to content
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
2 changes: 1 addition & 1 deletion docs/quantum_chess/concepts.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down