Agent skill · Media & Video

quantum-music

Quantum computer music composition and performance using quantum circuits, ZX-calculus notation, and quantum instruments

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill quantum-music --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 5 KB
Bundled scripts: none
Version: 1.0.0
Path: skills/ai-ml/quantum-music/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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.

What's inside
Steps it walks through
  1. Overview
  2. History
  3. Compositional Approaches
  4. 1. Quantum Random (QRandom)
  5. 2. Quantum Walk Composition
  6. 3. Grover Search for Harmony
  7. ZX-Calculus Notation
  8. Instruments
  9. Genre Applications
  10. Industrial/Metal
  11. Classical/Contemporary
  12. Electronic
  13. DisCoPy for Composition
  14. Live Performance Protocol
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
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.

Keep going