Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
8951a91
slides typo corrections
omarcostahamido Mar 9, 2019
f2e54c5
Merge branch 'master' into master
jaygambetta Mar 10, 2019
9c5bf57
typo correction
omarcostahamido Mar 10, 2019
91b0d92
bold and italic correction
omarcostahamido Mar 10, 2019
aa29bec
punctuation
omarcostahamido Mar 10, 2019
dab1d07
Merge pull request #1 from Qiskit/master
omarcostahamido Mar 10, 2019
a21c562
Update README.md
omarcostahamido Mar 11, 2019
ed3ca60
binder fixes
omarcostahamido Mar 11, 2019
3686ae3
fixing binder
omarcostahamido Mar 11, 2019
dd676ab
Merge branch 'master' into master
jaygambetta Mar 12, 2019
eda5a3b
fixing links
omarcostahamido Mar 12, 2019
0c05c54
fixing links
omarcostahamido Mar 12, 2019
1747a6c
Merge branch 'master' into master
omarcostahamido Mar 12, 2019
30ae435
Merge branch 'master' into master
omarcostahamido Mar 12, 2019
6b9bfd2
qiskit.backends -> qiskit.providers
matteoacrossi Mar 18, 2019
76712a4
Merge pull request #565 from matteoacrossi/patch-1
attp Mar 18, 2019
84f5a1f
Merge branch 'master' into master
attp Mar 18, 2019
6c4b80d
Merge pull request #563 from omarcostahamido/master
attp Mar 18, 2019
9f4f8b8
Random Terrain Generation (#568)
quantumjim Mar 20, 2019
017e252
Merge branch 'master' of https://github.com/jmarecek/qiskit-tutorials
Apr 11, 2019
ba26c4e
random number generator notebook
Apr 12, 2019
0f83aa0
new random generator
Apr 12, 2019
4f97244
minor improvements
Apr 12, 2019
9907068
Moving the drivers to tutorials
jmarecek Apr 12, 2019
1b69ff7
Deprecation of warnings, addition of outputs
jmarecek Apr 12, 2019
ab74431
A simple tutorial for the Qiskit Finance data loading
jmarecek Apr 12, 2019
6bb1340
Updates to the random variates notebook
jmarecek Apr 12, 2019
a8c8fef
A bugfix
jmarecek Apr 12, 2019
acb2a78
Time series tutorial
jmarecek Apr 16, 2019
f8408aa
Minor improvements
jmarecek Apr 16, 2019
8e467a0
Merge remote-tracking branch 'upstream/master'
jmarecek Apr 23, 2019
c5627ab
Contributing the time_series, portfolio_diversification, and generati…
jmarecek Apr 23, 2019
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 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ In this repository, we've put together a collection of Jupyter notebooks aimed a

The notebooks for these tutorials can be viewed here on GitHub. But for the full experience, you'll want to interact with them!

The easiest way to do this is using [the Binder image](https://mybinder.org/v2/gh/qiskit/qiskit-tutorials/master?filepath=index.ipynb), which lets you use the notebooks via the web. This means that you don't need to download or install anything, but it also means that you should not insert any private information into the notebooks (such as your API key). We recommend as pointed out in [issue #231](https://github.com/Qiskit/qiskit-tutorial/issues/231) that after you are done using mybinder that you regenerate your token.
The easiest way to do this is using [the Binder image](https://mybinder.org/v2/gh/qiskit/qiskit-tutorials/master?filepath=index.ipynb), which lets you use the notebooks via the web. This means that you don't need to download or install anything, but it also means that you should not insert any private information into the notebooks (such as your API key). We recommend as pointed out in [issue #231](https://github.com/Qiskit/qiskit-tutorials/issues/231) that after you are done using mybinder that you regenerate your token.

Please refer to this [installation guide](INSTALL.md) for setting up Qiskit and the tutorials on your own machine (this is the recommended way).

Expand Down
4 changes: 3 additions & 1 deletion community/games/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ This is exactly what we'd like to replicate in this folder. Here you'll find bas

* [Quantum Tic-tac-toe](quantum_tic_tac_toe.ipynb) - Tic-tac-toe was one of the first games for a classical computer. Now we have a quantum version too!

* [Quantum Awesomeness](quantum_awesomeness.ipynb) - Puzzles that aim to give hands-on experience of a quantum device's most important features: number of qubits, connectivity and noise
* [Quantum Awesomeness](quantum_awesomeness.ipynb) - Puzzles that aim to give hands-on experience of a quantum device's most important features: number of qubits, connectivity and noise.

* [Random Terrain Generation](random_terrain_generation.ipynb) - A simple example of using quantum computers for the kind of procedural generation often used in games.


## Contributing
Expand Down
793 changes: 793 additions & 0 deletions community/games/random_terrain_generation.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion community/terra/qis_intro/entanglement_testing.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
],
"source": [
"from qiskit import IBMQ, BasicAer\n",
"from qiskit.backends.ibmq import least_busy\n",
"from qiskit.providers.ibmq import least_busy\n",
"IBMQ.load_accounts()\n",
"\n",
"# use simulator to learn more about entangled quantum states where possible\n",
Expand Down
6 changes: 3 additions & 3 deletions index.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
"\n",
"Welcome Qiskitters.\n",
"\n",
"The easiest way to get started is to use [the Binder image](https://mybinder.org/v2/gh/Qiskit/qiskit-tutorial/master?filepath=index.ipynb), which lets you use the notebooks via the web. This means that you don't need to download or install anything, but is also means that you should not insert any private information into the notebooks (such as your API key). We recommend that after you are done using mybinder that you regenerate your token. \n",
"The easiest way to get started is to use [the Binder image](https://mybinder.org/v2/gh/qiskit/qiskit-tutorials/master?filepath=index.ipynb), which lets you use the notebooks via the web. This means that you don't need to download or install anything, but is also means that you should not insert any private information into the notebooks (such as your API key). We recommend that after you are done using mybinder that you regenerate your token. \n",
"\n",
"The tutorials can be downloaded by clicking [here](https://github.com/Qiskit/qiskit-tutorial/archive/master.zip) and to set them up follow the installation instructions [here](https://github.com/Qiskit/qiskit-tutorial/blob/master/INSTALL.md).\n",
"The tutorials can be downloaded by clicking [here](https://github.com/Qiskit/qiskit-tutorials/archive/master.zip) and to set them up follow the installation instructions [here](https://github.com/Qiskit/qiskit-tutorial/blob/master/INSTALL.md).\n",
"\n",
"***\n",
"\n",
Expand Down Expand Up @@ -109,7 +109,7 @@
"*** \n",
"\n",
"## License\n",
"This project is licensed under the Apache License 2.0 - see the [LICENSE](https://github.com/Qiskit/qiskit-tutorial/blob/master/LICENSE) file for details."
"This project is licensed under the Apache License 2.0 - see the [LICENSE](https://github.com/Qiskit/qiskit-tutorials/blob/master/LICENSE) file for details."
]
},
{
Expand Down
473 changes: 473 additions & 0 deletions qiskit/aqua/general/generating_random_variates.ipynb

Large diffs are not rendered by default.

Loading