Skip to content

Commit f093125

Browse files
committed
change: "Qiskit" to "Qiskit Terra" in index.ipynb & README.md
1 parent 29fa5db commit f093125

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

awards/teach_me_qiskit_2018/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ Most of the tutorials were written and tested with [qiskit-terra](https://github
55
version 0.4.15.
66

77

8-
Thanks to the awesome community these tutorials are updated to work with the Qiskit (0.8.1).
8+
Thanks to the awesome community these tutorials are updated to work with the Qiskit Terra (0.8.1).
99
- [CHSH Game](chsh_game/CHSH%20game-tutorial.ipynb) by Mirko Amico - get used to the quantum weirdness by playing a quantum game.
1010
- [Cryptography with BB84](cryptography/Cryptography.ipynb) by Costantino Carugno - implementation of the famous BB84 protocol.
1111

12-
The following work with Qiskit (0.6.0).
12+
The following work with Qiskit Terra (0.6.0).
1313
- [W State](w_state) by Pierre Decoodt - W states and interesting games using them.
1414
- [State Distribution in Qubit Chains](state_distribution_in_qubit_chains/index.ipynb) by Alexander Yu. Vlasov - state transport in quantum chains.
1515
- [E91 Quantum Key Distribution Protocol](e91_qkd/e91_quantum_key_distribution_protocol.ipynb) by Andrey Kardashin - a tutorial on quantum key distribution based on the protocol by Ekert in 1991.
@@ -19,5 +19,5 @@ The following work with Qiskit (0.6.0).
1919
- [Quantum Error Correction](quantum_error_correction/error_correction.ipynb) by Andrew Selzler, Yin Li, Frederick Ira Moxley III - qubit errors and how to threat them.
2020
- [Quantum Machine Learning](quantum_machine_learning/QISKIT%20for%20quantum%20machine%20learning.ipynb) by Shan Jin, Xi He, Xiaokai Hou, Li Sun, Dingding Wen, Shaojun Wu and Xiaoting Wang - quantum k-means, linear system of equation, and SVM.
2121

22-
The following work with Qiskit (0.4.15) from time of submission.
22+
The following work with Qiskit Terra (0.4.15) from time of submission.
2323
- [Exact Ising Model Simulation](exact_ising_model_simulation/Ising_time_evolution.ipynb) by Alba Cervera-Lierta - how to simulate time evolution at zero time. *The winner* of the Teach Me QISKit Award 2018. See [here](https://www.ibm.com/blogs/research/2018/06/teach-qiskit-winner/) for the announcement.

awards/teach_me_qiskit_2018/index.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
"version 0.4.15.\n",
1919
"\n",
2020
"\n",
21-
"Thanks to the awesome community these tutorials are updated to work with the Qiskit (0.8.1).\n",
21+
"Thanks to the awesome community these tutorials are updated to work with the Qiskit Terra (0.8.1).\n",
2222
"- [CHSH Game](chsh_game/CHSH%20game-tutorial.ipynb) by Mirko Amico - get used to the quantum weirdness by playing a quantum game.\n",
2323
"- [Cryptography with BB84](cryptography/Cryptography.ipynb) by Costantino Carugno - implementation of the famous BB84 protocol.\n",
2424
"\n",
25-
"The following work with Qiskit (0.6.0).\n",
25+
"The following work with Qiskit Terra (0.6.0).\n",
2626
"- [W State](w_state) by Pierre Decoodt - W states and interesting games using them.\n",
2727
"- [State Distribution in Qubit Chains](state_distribution_in_qubit_chains/index.ipynb) by Alexander Yu. Vlasov - state transport in quantum chains.\n",
2828
"- [E91 Quantum Key Distribution Protocol](e91_qkd/e91_quantum_key_distribution_protocol.ipynb) by Andrey Kardashin - a tutorial on quantum key distribution based on the protocol by Ekert in 1991.\n",
@@ -32,7 +32,7 @@
3232
"- [Quantum Error Correction](quantum_error_correction/error_correction.ipynb) by Andrew Selzler, Yin Li, Frederick Ira Moxley III - qubit errors and how to threat them.\n",
3333
"- [Quantum Machine Learning](quantum_machine_learning/QISKIT%20for%20quantum%20machine%20learning.ipynb) by Shan Jin, Xi He, Xiaokai Hou, Li Sun, Dingding Wen, Shaojun Wu and Xiaoting Wang - quantum k-means, linear system of equation, and SVM.\n",
3434
"\n",
35-
"The following work with Qiskit (0.4.15) from time of submission.\n",
35+
"The following work with Qiskit Terra (0.4.15) from time of submission.\n",
3636
"- [Exact Ising Model Simulation](exact_ising_model_simulation/Ising_time_evolution.ipynb) by Alba Cervera-Lierta - how to simulate time evolution at zero time. *The winner* of the Teach Me QISKit Award 2018. See [here](https://www.ibm.com/blogs/research/2018/06/teach-qiskit-winner/) for the announcement."
3737
]
3838
},

0 commit comments

Comments
 (0)