Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

[GHZGame] Return the link to Michael Walter's lecture notes #889

Merged
merged 2 commits into from
Jul 31, 2023
Merged
Show file tree
Hide file tree
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 GHZGame/GHZGame.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"\n",
"\n",
"* You can read more about the GHZ game in the [lecture notes](https://cs.uwaterloo.ca/~watrous/QC-notes/QC-notes.20.pdf) by John Watrous. \n",
"* Another description can be found in the [lecture notes](https://michaelwalter.info/physics491/lecture1.pdf) by Michael Walter.\n",
"* Another description can be found in the [lecture notes](https://qi.rub.de/physics491/lecture1.pdf) by Michael Walter.\n",
"\n",
"Each task is wrapped in one operation preceded by the description of the task.\n",
"Your goal is to fill in the blank (marked with the `// ...` comments)\n",
Expand Down
1 change: 1 addition & 0 deletions GHZGame/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ purely classical strategy.

#### Theory

* [Lecture 1](https://qi.rub.de/physics491/lecture1.pdf) by Michael Walter.
* [Lecture 20](https://cs.uwaterloo.ca/~watrous/QC-notes/QC-notes.20.pdf) by John Watrous.