Skip to content

Commit 4c77b58

Browse files
author
abraham.asfaw
committed
Added README.md
1 parent 4a02206 commit 4c77b58

File tree

1 file changed

+51
-0
lines changed

1 file changed

+51
-0
lines changed

README.md

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
# Qiskit Community Tutorials
2+
3+
[![License](https://img.shields.io/github/license/Qiskit/qiskit-tutorials.svg?style=popout-square)](https://opensource.org/licenses/Apache-2.0)[![](https://img.shields.io/github/release/Qiskit/qiskit-tutorials.svg?style=popout-square)](https://github.com/Qiskit/qiskit-tutorials/releases)
4+
5+
Welcome to the [Qiskit](https://www.qiskit.org/) community tutorials!
6+
7+
In this repository, we've put together a collection of awesome community-contributed Jupyter notebooks that leverage the features of Qiskit in education and applications.
8+
9+
## Contents
10+
11+
### 1 [Hello, Quantum World with Qiskit](hello_world/)
12+
Learn from the community how to write your first quantum program.
13+
14+
### 2 [Quantum Games with Qiskit](games/)
15+
Learn quantum computing by having fun. How is there a better way!
16+
17+
### 3 [Quantum Information Science with Qiskit Terra](terra/index.ipynb)
18+
Learn about and how to program quantum circuits using Qiskit Terra.
19+
20+
### 4 [Textbook Quantum Algorithms with Qiskit Terra](algorithms/index.ipynb)
21+
Learn about textbook quantum algorithms, like Deutsch-Jozsa, Grover, and Shor using Qiskit Terra.
22+
23+
### 5 [Developing Quantum Applications with Qiskit Aqua](aqua/index.ipynb)
24+
Learn how to develop and the fundamentals of quantum applications using Qiskit Aqua
25+
26+
### 6 Awards
27+
Learn from the great contributions to the [IBM Q Awards](https://qe-awards.mybluemix.net/)
28+
* [Teach Me Qiskit 2018](awards/teach_me_qiskit_2018/index.ipynb)
29+
* [Teach Me Quantum 2018](awards/teach_me_quantum_2018/index.ipynb)
30+
31+
## Contribution Guidelines
32+
33+
If you'd like to contribute to `Qiskit Community Tutorials`, please take a look at our
34+
[contribution guidelines](.github/CONTRIBUTING.md). This project adheres to Qiskit's [code of
35+
conduct](.github/CODE_OF_CONDUCT.md). By participating, you are expect to uphold to this code.
36+
37+
We use [GitHub issues](https://github.com/Qiskit/qiskit-tutorials-community/issues) for tracking requests and bugs. Please use our
38+
[slack](https://qiskit.slack.com) for discussion and simple questions. To join our Slack community, use the
39+
[link](https://join.slack.com/t/qiskit/shared_invite/enQtNDc2NjUzMjE4Mzc0LTMwZmE0YTM4ZThiNGJmODkzN2Y2NTNlMDIwYWNjYzA2ZmM1YTRlZGQ3OGM0NjcwMjZkZGE0MTA4MGQ1ZTVmYzk).
40+
For questions that are more suited for a forum, we use the Qiskit tag in the [Stack
41+
Exchange](https://quantumcomputing.stackexchange.com/questions/tagged/qiskit).
42+
43+
## Authors and Citation
44+
45+
`Qiskit Community Tutorials` is the work of [many people](https://github.com/Qiskit/qiskit-tutorials-community/graphs/contributors) who
46+
contribute to the project at different levels. If you use Qiskit, please cite as per the included [BibTeX
47+
file](https://github.com/Qiskit/qiskit/blob/master/Qiskit.bib).
48+
49+
## License
50+
51+
[Apache License 2.0](LICENSE.txt)

0 commit comments

Comments
 (0)