quantum-music
Quantum computer music composition and performance using quantum circuits, ZX-calculus notation, and quantum instruments
npx skills add majiayu000/claude-skill-registry --skill quantum-music --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Quantum Music **Trit**: 0 (ERGODIC - bridging classical and quantum) **Field**: Quantum Computer Music **Reference**: Miranda (2022) "Quantum Computer Music" Springer --- ## Overview Quantum Music encompasses: 1. **Composition**: Using quantum algorithms/circuits 2. **Notation**: ZX-calculus augmented scores 3. **Instruments**: Quantum Guitar, Q1Synth, Actias 4. **Performance**: Live quantum state manipulation ## History | Year | Milestone | |------|-----------| | 2022 | First quantum-composed music (Ludovico Quanthoven) | | 2022 | Miranda's "Quantum Computer Music" book | | 2023 | Q1Synth (Miranda, Thomas, Itaboraí) | | 2024 | Quantum Guitar debuts (Edinburgh) | | 2024 | Black Tish at Wacken with quantum | | 2025 | "Bell" composition (ZX notation) | ## Compositional Approaches ### 1. Quantum Random (QRandom) ```python from qiskit import QuantumCircuit, execute, Aer def quantum_melody(n_notes, n_pitches=12): """Generate melody via quantum measurement.""" qc = QuantumCircuit(4, 4) qc.h(range(4)) # Superposition qc.measure(range(4), range(4)) backend = Aer.get_backend('qasm_simulator') result = execute(qc, backend, shots=n_notes).result() melody = [] for bitstring, count in result.
- Overview
- History
- Compositional Approaches
- 1. Quantum Random (QRandom)
- 2. Quantum Walk Composition
- 3. Grover Search for Harmony
- ZX-Calculus Notation
- Instruments
- Genre Applications
- Industrial/Metal
- Classical/Contemporary
- Electronic
- DisCoPy for Composition
- Live Performance Protocol
What does the quantum-music skill do?
Quantum computer music composition and performance using quantum circuits, ZX-calculus notation, and quantum instruments
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill quantum-music --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
