Skip to content
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
4 changes: 4 additions & 0 deletions learning/modules/quantum-mechanics/_toc.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
"title": "Modules",
"collapsible": false,
"children": [
{
"title": "Get started with Qiskit in the classroom",
"url": "/learning/modules/quantum-mechanics/get-started-with-qiskit"
},
{
"title": "Superposition with Qiskit",
"url": "/learning/modules/quantum-mechanics/superposition-with-qiskit"
Expand Down
1,291 changes: 1,291 additions & 0 deletions learning/modules/quantum-mechanics/get-started-with-qiskit.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.
2 changes: 2 additions & 0 deletions qiskit_bot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -801,6 +801,8 @@ notifications:
- "@christopherporter1"
"learning/modules/quantum-mechanics/index":
- "@christopherporter1"
"learning/modules/quantum-mechanics/get-started-with-qiskit":
- "@kcmccormibm"
"learning/modules/quantum-mechanics/superposition-with-qiskit":
- "@christopherporter1"
"learning/modules/quantum-mechanics/stern-gerlach-measurements-with-qiskit":
Expand Down
1 change: 1 addition & 0 deletions scripts/config/notebook-testing.toml
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,7 @@ notebooks = [
"learning/modules/quantum-mechanics/stern-gerlach-measurements-with-qiskit.ipynb",
"learning/modules/quantum-mechanics/exploring-uncertainty-with-qiskit.ipynb",
"learning/modules/quantum-mechanics/bells-inequality-with-qiskit.ipynb",
"learning/modules/quantum-mechanics/get-started-with-qiskit.ipynb",
"learning/courses/foundations-of-quantum-error-correction/correcting-quantum-errors/introduction.ipynb",
"learning/courses/foundations-of-quantum-error-correction/correcting-quantum-errors/repetition-codes.ipynb",
"learning/courses/foundations-of-quantum-error-correction/correcting-quantum-errors/shor-code.ipynb",
Expand Down
Loading