Here are some examples of past and present work by the creative quantum people at Moth Quantum
- Actias: Quantum synth.
- Quantum Audio: Python package for encoding audio in quantum computers.
Here are some examples of past and present work by the creative quantum people at Moth Quantum
| import pew | |
| import quantumblur as qb | |
| from microqiskit import QuantumCircuit | |
| import math | |
| import pics | |
| pew.init() | |
| screen = pew.Pix() |
| import pew | |
| import quantumblur as qb | |
| from microqiskit import QuantumCircuit | |
| from math import pi | |
| pew.init() | |
| screen = pew.Pix() | |
| fps = 10 |
Explanations of Quantum Blur and its usage on the Qiskit blog.
| import pew | |
| import quantumblur as qb | |
| from microqiskit import QuantumCircuit | |
| from microqiskit import pi | |
| pew.init() | |
| screen = pew.Pix() | |
| fps = 6 |