*Noisy Intermediate Scale Quantum computers
Browser-based slides:
Java Champion, JavaOne Rockstar, plays well with others, etc :-)
Author of several Java/JavaFX/RaspPi books
Quantum Developer Advocate at IBM
Quantum computers make direct use of quantum-mechanical phenomena, such as superposition and entanglement, to perform operations on data.
IBM Announces Q System One at CES 2019
Feasible on classical computers
Feasible on quantum computers
Solutions to problems
“If you start factoring 10-digit numbers then it’s going to start getting scary”
Dr. Peter Shor, 2013
Related paper published 25 Jan 1997 by Dr. Shor:
Note: Shor's algorithm was formulated in 1994
"Programming a quantum computer is particularly interesting since there are multiple things happening in the same hardware simultaneously. One needs to think like both a theoretical physicist and a computer scientist."
Dr. Lov Grover, 2002
Related paper published 17 Jul 1997 by Dr. Grover:
“Nature isn't classical, dammit, and if you want to make a simulation of nature, you'd better make it quantum mechanical, and by golly it's a wonderful problem, because it doesn't look so easy.”
Dr. Richard Feynman, 1981
Machine Learning
Optimization
Chemistry
Finance
"Once a musical style has become part of the habit responses of composers, performers, and practiced listeners it may be regarded as a complex system of probabilities."
- Leonard B. Meyer, Music, the Arts, and Ideas
Bongo music isn't classical, dammit, and if you want to make a simulation of music, you'd better make it quantum mechanical.
We'll demo a simplified version of the species counterpoint style of music, as it is well defined and may be expressed using probabilities
From OpenMusicTheory.com Composing a second-species counterpoint
Tip: For a gentle introduction to counterpoint, check out the Species Counterpoint article by Nicholas H. Tollervey
From OpenMusicTheory.com Composing a second-species counterpoint
Text
Italian Renaissance composer of sacred music
Born in Austria, Johann codified Palestrina's techniques in the 1700s, calling it species-counterpoint, mainly for teaching students.
* Steps to Mt. Parnassos (which was the home of the muses)
Transition matrix
edition
Example characteristics of counterpoint melodies:
Example characteristics of counterpoint harmonies:
Volkmar Putz and Karl Svozil, “Quantum music,” (2015), arXiv:1503.09045 [quant-ph]
In Quantum Music Composer, note pitches are represented by quantum states
Melodic and harmonic transitions are realized by quantum logic gates
wp
wp
Sample melody:
...
...
Sample output:
{'00': 496, '11': 528}
Expresses circuit:
00
C
11
F
01
D
10
E
00
C
11
F
01
D
10
E
Machine Learning
Optimization
Chemistry
Finance
Instructions are in my Learning Qiskit: Guided exercises for developers project on GitHub