Skip to content
Open
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
4 changes: 4 additions & 0 deletions learning/modules/computer-science/_toc.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@
"title": "Quantum key distribution",
"url": "/learning/modules/computer-science/quantum-key-distribution"
},
{
"title": "Quantum Fourier transform",
"url": "/learning/modules/computer-science/qft"
},
{
"title": "Variational quantum eigensolver",
"url": "/learning/modules/computer-science/vqe"
Expand Down
1,024 changes: 1,024 additions & 0 deletions learning/modules/computer-science/qft.ipynb

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 2 additions & 0 deletions qiskit_bot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1070,3 +1070,5 @@ notifications:
- "@christopherporter1"
"docs/tutorials/transverse-field-ising-model":
- "@dsierrasosa"
"learning/modules/computer-science/qft":
- "@kcmccormibm"
1 change: 1 addition & 0 deletions scripts/config/notebook-testing.toml
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,7 @@ notebooks = [
"learning/modules/computer-science/grovers.ipynb",
"learning/modules/computer-science/quantum-key-distribution.ipynb",
"learning/modules/computer-science/quantum-teleportation.ipynb",
"learning/modules/computer-science/qft.ipynb",
"learning/modules/quantum-mechanics/superposition-with-qiskit.ipynb",
"learning/modules/quantum-mechanics/stern-gerlach-measurements-with-qiskit.ipynb",
"learning/modules/quantum-mechanics/exploring-uncertainty-with-qiskit.ipynb",
Expand Down
Loading