forked from qiskit-community/qiskit-community-tutorials
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
003ab68
commit b944ee7
Showing
1 changed file
with
13 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,16 @@ | ||
This is a repository for quantum music and arts tutorials and examples. Created April 2019 by Alexis Kirke | ||
# Creative | ||
|
||
This is a folder in which we explore how quantum computers can be used for creative endeavours, art and music. | ||
|
||
* [Random Terrain Generation](../creative/random_terrain_generation.ipynb) - A simple example of using quantum computers for the kind of procedural generation often used in games. | ||
## Contents | ||
|
||
* [Quantum Animations](../creativee/quantum_animations.ipynb) - A simple example of making pixel art animations with quantum computers. | ||
* [Pseudo-Quantum Computer Music](pqcm_win_basic_superposition.ipynb) - Generation | ||
|
||
* [Random Terrain Generation](random_terrain_generation.ipynb) - A simple example of using quantum computers for the kind of procedural generation often used in games. | ||
|
||
* [Quantum Animations](quantum_animations.ipynb) - A simple example of making pixel art animations with quantum computers. | ||
|
||
|
||
## Contributing | ||
|
||
For more on how to contribute, see the main [README](../../README.md) for these tutorials. |