Quantum Computing Summary

This is my summary of quantum computing, prepared for various RPI groups, and updated occasionally. I've included lots of links for people who wish to explore further.

It has been cleaned up a little from my 2/5/21 ECSE talk.

1 Intro

Alice laughed. "There's no use trying," she said: "one can't believe impossible things." "I daresay you haven't had much practice," said the Queen. "When I was your age, I always did it for half-an-hour a day. Why, sometimes I've believed as many as six impossible things before breakfast." - Through the Looking-Glass, and What Alice Found There (1871), by Lewis Carroll (Charles Lutwidge Dodgson).

1.1 Disclaimer

While abstracting this summary from a large collection of disparate info, I might have made errors. However I believe this to be an unbiased and accurate summary.

1.2 My Context

  1. I'm developing and teaching a new course that I proposed, ECSE-4964-01 Quantum Computer Programming.

  2. 19 students who seem to like it.

  3. Several people in this meet are giving guest lectures (thanks!). Everyone here is welcome.

  4. RPI paying me to learn (thanks!); however there's a lot I still don't know.

1.3 Brief History

The WIRED Guide to Quantum Computing 08.24.2018. Nice non-too-technical summary of the history. The theory preceded the realization. This happens sometimes, e.g., with atomic energy. From there:

1980

Physicist Paul Benioff suggests quantum mechanics could be used for computation.

1981

Nobel-winning physicist Richard Feynman, at Caltech, coins the term quantum computer.

1985

Physicist David Deutsch, at Oxford, maps out how a quantum computer would operate, a blueprint that underpins the nascent industry of today.

1994

Mathematician Peter Shor, at Bell Labs, writes an algorithm that could tap a quantum computer’s power to break widely used forms of encryption.

2007

D-Wave, a Canadian startup, announces a quantum computing chip it says can solve Sudoku puzzles, triggering years of debate over whether the company’s technology really works.

2013 Google teams up with NASA to fund a lab to try out D-Wave’s hardware.

2014

Google hires the professor behind some of the best quantum computer hardware yet to lead its new quantum hardware lab.

2016

IBM puts some of its prototype quantum processors on the internet for anyone to experiment with, saying programmers need to get ready to write quantum code.

2017

Startup Rigetti opens its own quantum computer fabrication facility to build prototype hardware and compete with Google and IBM.

1.4 Intro sites

  1. Feynman was the first to propose the theoretical idea of a quantum computer.

    Richard Feynman - Quantum Mechanics 4:01.

    Extracted from HD Feynman: FUN TO IMAGINE complete 1080p 1:06:49. Recorded in 1983.

  2. "Spooky" physics | Leo Kouwenhoven | TEDxDelft (18:00)

  3. David Deutsch - Why is the Quantum so Strange? (8:43)

  4. A beginner's guide to quantum computing | Shohini Ghose https://www.youtube.com/watch?v=QuR969uMICM 10:04

  5. Quantum Computing in Under 11 Minutes daytonellwanger https://www.youtube.com/watch?v=TAzZKAdX2Tw 10:56 more technical

  6. https://towardsdatascience.com/introduction-to-quantum-programming-a19aa0b923a9?gi=69d861e26d80

  7. https://medium.com/@jonathan_hui/qc-programming-with-quantum-gates-8996b667d256

  8. https://medium.com/@jonathan_hui/qc-programming-with-quantum-gates-2-qubit-operator-871528d136db

  9. https://www.cl.cam.ac.uk/teaching/0910/QuantComp/notes.pdf

    1. They have a nice description of measurement starting at slide 10.

    2. Each measurement operator has a basis vector set.

    3. The operator represents the qbit as a linear combo of the basis vectors.

    4. Then it projects the qbit onto one of the basis vectors, with probability being the length of that component.

    5. It is possible for two different qbits to measure the same in some basis, but measure different in a different basis.

  10. Quantum Algorithms (2:52)

    Which problems can quantum computers solve exponentially faster than classical computers? David Gosset, IBM quantum computing research scientist, explains why algorithms are key to finding out.

  11. Can we make quantum technology work? | Leo Kouwenhoven | TEDxAmsterdam (18:19)

  12. Quantum Computing Concepts – Quantum Hardware (3:22)

  13. Experiment with Basic Quantum Algorithms (Ali Javadi-Abhari, ISCA 2018) (19:05)

  14. Quantum Computing for Babies

1.5 Current status sites

  1. https://www.explainingcomputers.com/quantum.html

    This has a detailed text description and an excellent 12 min video of the state of the industry, presenting the several players. It's not just IBM. That page has annual updates. The last several years are also interesting.

  2. On youtube, QuTech Academy, based at TU Delft and part of edX, has a large collection of 5 minute videos on many topics at all levels.

    E.g., Operations on spin qubits, Measurements on transmon qubits, Two qubit gates, Qubit implementation in nanowire networks, Quantum Internet, Quantum Machine Learning, Quantum Chemistry, TensorFlow Quantum, Quantum error correction codes, What are anyons.

    The following link might work; if not search 'QuTech Academy' in youtube.

    https://www.youtube.com/channel/UCmZtinDlBrzAwiQc8LpPexQ

  3. The Quantum Summer Symposium 2020 is also on youtube, with many deep topics, e.g., Peter Shor on quantum money. Easiest to find it by directly searching in Youtube.

  4. Quantum Computing 2020 Update 11:58.

  5. https://www.telegraph.co.uk/technology/2020/09/02/britain-must-act-fast-prevent-brain-drain-quantum-computing/ - good summary of programs around the world.

  6. Quantum startup CEO suggests we are only five years away from a quantum desktop computer

  7. My course blog.

    https://wrfranklin.org/Teaching/quantum-f2020/posts/quantum-summary.html

2 What is quantum computing?

2.1 Classical computation

  1. Bit.

  2. Its 2 possible values are 0 or 1.

  3. Byte.

  4. Has 8 bits.

  5. It has 256 possible values.

  6. Bits are transformed with gates, like nand, nor, and, or, xor, not, ...

  7. They generally destroy info, and are not invertible.

  8. More complex circuits, like adders, are formed from a combo of these gates.

2.2 Quantum computation

  1. Qbit, $q$.

  2. Its state is a linear combo of two basis states, $|0>$ and $|1>$:

    $q = a|0> + b|1>$ ,

    where $a$ and $b$ are complex numbers, and $ | a | ^2 + | b | ^2 = 1$.

  3. IOW, its state is a superposition of those two basis states, with those weights.

  4. It is wrong to think that $q$ is really in one of the two states, but you don't know which one. This is the hidden variable theory. It has been proved experimentally to be false.

  5. $q$ is really in both states simultaneously.

  6. You cannot observe its state, unless it is $|0>$ and $|1>$, in which case you observe $0$ or $1$. This is the classical case.

  7. Otherwise you observe it with a measurement operator that transforms it to either $|0>$ and $|1>$, with probabilities

    $| a | ^2$ and $| b | ^2 = 1$, respectively.

  8. $a$ and $b$ are complex.

  9. That measurement changes $q$; it no longer has its old value.

  10. $q$, that is, $q$ 's value, can be considered to be a vector of length one: $$\begin{pmatrix} a | 0> \\ b | 1> \end{pmatrix} $$ or simply $$\begin{pmatrix}a\\b\end{pmatrix}$$.

  11. You operate on $q$ with a matrix multiplication: $q_2 = M q$.

  12. This changes $q$; the old value is no longer available.

  13. No cloning: You cannot copy a qbit, but can move it.

  14. The life cycle of a qbit:

    1. Create a qbit with a classical value, 0 or 1.

    2. Operate on it with matrices, which rotate it to have complex weights.

    3. Transform it back to 0 or 1 and read it.

  15. So far, not very powerful.

  16. Now, let $q$ be a system with two qbits, i.e., a 2-vector of qbits.

2.3 Two qbit operators etc

  1. Now, let $q$ be a system with two qbits, i.e., a 2-vector of qbits.

  2. $q$ is now a linear combo of 4 basis values, $ | 00>$, $ | 01>$, $ | 10>$, $ | 11>$.

  3. $q = a_0 | 00> + a_1 | 01> + a_2 | 10> + a_3 | 11> $

  4. where $a_i$ are complex and $ \sum | a_i | ^2 = 1$.

  5. $q$ exists in all 4 states simultaneously.

  6. If $q$ is a vector with n component qbits, then it exists in $2^n$ states simultaneously.

  7. This is part of the reason that quantum computation is powerful.

  8. A measurement operator applied to $q$ will rotate it to a basis {00, 01, 10, 11}, so that it will be observed in one of those four cases, with probabilities $ | a_i | ^2$.

  9. You operate on $q$ by multiplying it by a 4x4 matrix operator.

  10. The matrices are all invertible, and all leave $ | q | = 1$.

  11. You set the initial value of $q$ by setting its two qbits each to 0 or 1.

  12. How this is done depends on the particular hw.

  13. I.e., initially, $q_1 = \begin{pmatrix}a_1 | 0> \\b_1 | 1> \end{pmatrix}$ and $q_2 = \begin{pmatrix}a_2 | 0> \\b_2 | 1> \end{pmatrix}$, and so

    $$q = \begin{pmatrix} q_1 \\ q_2 \end{pmatrix} = \begin{pmatrix} a_1 a_2 | 00 > \\ a_1 b_2 | 01 > \\ a_2 b_1 | 10 > \\ b_1 b_2 | 11 > \end{pmatrix}$$.

  14. Here, the combined state is the tensor product of the individual qbits.

  15. For $n$ qbits, the tensor product is a vector with $2^n$ elements, one element for each possible value of each qbit.

  16. Each element of the tensor product has a complex weight.

  17. You transform a state by multiplying it by a matrix.

  18. The matrix is invertible.

  19. The transformation doesn't destroy information.

  20. When you measure a state, it collapses into one of the component states. (This may be inaccurate.)

  21. You don't need to bring in consciousness etc. The collapse happens because the measurement causes the state to interact with the outside world.

  22. The probability of collapsing into a particular state is the squared magnitude of its complex weight.

  23. For some sets of weights, particularly after a transformation, the combined state cannot be separated into a tensor product of individual qbits. In this case, the individual qbits are entangled.

  24. That is the next part of why quantum computation is powerful.

  25. Entanglement means that if you measure one qbit then what you observe restricts what would be observed when you measure the other qbit.

  26. However that does not let you communicate.

  27. From page 171 of Quantum Computing for Computer Scientists 1st Edition

    All quantum algorithms work with the following basic framework:

    1. The system will start with the qubits in a particular classical state.

    2. From there the system is put into a superposition of many states.

    3. This is followed by acting on this superposition with several unitary operations.

    4. And finally, a measurement of the qubits.

  28. Ways to look at measurement:

    1. Converts qbit to classical bit.

    2. Is an interaction with the external world.

    3. Information is not lost, but leaks into the external world.

    4. Is an operator represented by a matrix.

    5. that is Hermitian, i.e., it's equal to its complex transpose.

    6. For physical systems, some operators compute the system's momentum, position, or energy.

    7. The matrix's eigenvalues are real.

    8. The result of the operation is one of the eigenvalues.

  29. More from Quantum Computing for Computer Scientists 1st Edition

    1. Compare byte with qbyte.

    2. State of byte is 8 bits.

    3. State of qbyte is 256 complex weights.

    4. They all get modified by each operation (aka matrix multiply).

    5. That is the power of quantum computing.

  30. The current limitations are that IBM does only a few qbits and that the operation is noisy.

  31. https://en.m.wikipedia.org/wiki/Bloch_sphere:

    1. The state of a qbit can be represented as a point on or in a sphere of radius 1.

    2. E.g., |1> is the north pole, |0> the south pole.

    3. Many operations are rotations.

  32. Common operations (aka gates):

    https://en.wikipedia.org/wiki/Quantum_logic_gate

    1. Swap

    2. controlled not CNOT cX

      When input is general, it's more sophisticated that it looks.

    3. Hadamard.

      1-qbit creates a superposition.

      https://cs.stackexchange.com/questions/63859/intuition-behind-the-hadamard-gate

      2-qbit creates a uniform superposition

      https://en.wikipedia.org/wiki/Quantum_logic_gate

    4. Toffoli, aka CCNOT.

      Universal for classical boolean functions.

      (a,b,c) -> (a,b, c xor (a and b))

      https://en.wikipedia.org/wiki/Toffoli_gate

    5. Fredkin, aka CSWAP.

      https://en.wikipedia.org/wiki/Fredkin_gate

      3 inputs. Swaps last 2 if first is true.

      sample app: 5 gates make a 3-bit full adder.

  33. Bell state

    1. Maximally entangled.

    2. Hadamard then CNOT.

3 Algorithms

  1. Good ref is Chapter 6, Algorithms of Quantum Computing for Computer Scientists, published in 2000. Algorithms don't change fast. It does omit new things like HHL.

  2. For these examples, the quantum algorithm is quite different from the classical algorithm, and is asymptotically faster.

  3. Current research is deciding what algorithms can be made faster.

  4. p 172: Any function can be made invertible by adding a control bit.

  5. Major categories:

    1. Cryptography

    2. Quantum search

    3. Quantum simulation

    4. Quantum annealing and adiabatic optimization

    Nice summary: https://en.wikipedia.org/wiki/Quantum_computing

  6. Algorithm summary:

    1. Some, but not all, are faster.

    2. Bounded-error quantum polynomial time (BQP)

      1. "is the class of decision problems solvable by a quantum computer in polynomial time, with an error probability of at most 1/3 for all instances" - https://en.wikipedia.org/wiki/BQP

      2. Includes integer factorization and discrete log.

      3. Relation to NP is unknown (big unsolved problem).

    3. Searching problems:

      1. Find the answer to a puzzle.

      2. Math examples: factor an integer, solve a polynonial equation.

      3. Testing validity of a putative solution is easy.

      4. Finding that putative solution, naively, requires testing all possibilities.

      5. Quantum computation can solve some searching problems faster.

      6. This is probabilistic or noisy; often the found solution is wrong.

      7. So you repeat the computation enough times that the error rate is acceptably low.

      8. Some classical algorithms are similar. There is an excellent probabilistic primality algorithm.

      9. The quantum algorithms are quite complex. (i.e., I'm still learning them.)

    4. Algorithms, another view

      1. Hadamard matrix rotates the pure state to an entangled superposition.

      2. Then we operate in parallel on each state in the superposition.

      3. Finally we separate out the desired answer.

    5. Grover's algorithm:

      1. https://en.wikipedia.org/wiki/Grover%27s_algorithm

      2. Given a black box with N inputs and 1 output.

      3. Exactly one input makes the output 1.

      4. Problem: which one?

      5. Classical solution: Try each input, T=N.

      6. Quantum: $T=\sqrt(N)$.

      7. Probabilistic.

      8. Apps: mean, median, reverse a crypto hash, find collisions, generate false blocks.

      9. Can extend to quantum partial search.

      10. Grover's algorithm is optimal.

      11. This suggests that NP is not in BQP .

    6. Shor's algorithm:

      1. Factorize an integer.

      2. in BQP.

      3. almost exponentially faster than best classical algorithm.

      4. Largest examples I can find:

        1. 56153 = 233 × 241.

        2. https://medium.com/@aditya.yadav/rsa-2048-cracked-using-shors-algorithm-on-a-quantum-computer-660cb2297a95

  7. https://quantumexperience.ng.bluemix.net/qx/tutorial ctd.

4 Algorithm details

4.1 Deutsch

  1. We have a black box F(x) -> x'.

  2. We're told that F is either balanced or constant.

  3. How to determine which?

  4. We can input any x and see the result.

  5. Classically: eval F(0) and F(1).

  6. That took two evals and some comparisons.

  7. All that matters is the number of evals. We assume that they're slower than everything else.

  8. Quantumly (quantumicly?) we can determine which type F is with only one eval plus some extra matrices.

4.2 Deutsch - Jozsa

Now $F: \{0,1\}^n \to \{0,1\}$.

We're told that it's either constant or balanced. It's not neither.

Which is it?

Classically, we need n/2+1 evals of F.

Quantumly, we need only 1.

4.3 Simon's periodicity

Blackbox $F: \{0,1\}^n \to \{0,1\}^n$

For some unknown $c$, $F(x\oplus c) = F(x)$.

Determine $c$.

4.5 Deutsch-Jozsa

This algorithm is deterministic.

  1. https://www.quantiki.org/wiki/deutsch-jozsa-algorithm

    Quick summary; doesn't say why it works.

  2. https://qiskit.org/textbook/ch-algorithms/deutsch-jozsa.html

    This is an intro to Qiskit. The terminology is confusing. E.g., Register 1 has q0 q1 q2. Register 2 has q3. The run buttons don't seem to work.

  3. https://en.wikipedia.org/wiki/Deutsch%E2%80%93Jozsa_algorithm

    This is a nice detailed description.

4.6 Shor's algorithm

  1. Shor on, what is Shor's factoring algorithm? (2:09)

  2. Hacking at Quantum Speed with Shor's Algorithm (16:35)

  3. 43 Quantum Mechanics - Quantum factoring Period finding (19:27)

  4. 44 Quantum Mechanics - Quantum factoring Shor's factoring algorithm (25:42)

  5. Five lectures by Abraham Asfaw in Qiskit's Introduction to Quantum Computing and Quantum Hardware.

4.7 HHL algorithm to solve a linear system of equations

  1. Quantum Machine Learning - 37 - Overview of the HHL Algorithm 5:48.

    quick, deep, intro.

  2. Quantum algorithm for solving linear equations 36:31.

    quite understandable.

  3. Quantum Algorithms for Systems of Linear Equations (Quantum Summer Symposium 2020) 19:22.

  4. IBM Quantum Algorithms for Applications from qiskit

    E.g., Fourier transform and HHL.

  5. HHL Algorithm

    This is in Huawei HiQ, an open-source software framework for quantum computing.

  6. https://en.wikipedia.org/wiki/Quantum_algorithm_for_linear_systems_of_equations

5 Quantum properties

5.1 Entanglement

  1. Crazy counterintuitive idea that's the basis for quantum speedup.

  2. Classical metaphor for entanglement:

    1. Start with a piece of paper.

    2. Tear it into two halves.

    3. Put each half into an envelope, seal them, and mix them up, so that you can't tell which half is in which envelope.

    4. Address and mail one envelope to a friend in Australia, and the other to a friend in Greenland.

    5. When the Australian opens his envelope, he knows what the Greenlander will find in his.

    6. However that doesn't let the Australian send any info to the Greenlander, or vv.

    7. This has been demonstrated with real qbits transported 1000 miles apart.

    8. Entanglement means that if you measure one qbit then what you observe restricts what would be observed when you measure the other qbit.

    9. However that does not let you communicate.

  3. Entanglement and superposition do funny things to operations. Consider the Controlled NOT gate. It has 2 inputs, x and y.

    1. Classically, y is negated iff x=1. x doesn't change.

    2. If x and y are superposed with a Hadamard basis, then y can affect x.

5.2 No Cloning

Cloning (copying) works in the classical world but not in the quantum world.

Classically, you can easily clone a bit. Consider a 2-bit system, $x, y$. Each bit can be 0 or 1. All 4 combos are possible. Represent the state with a 4-vector

$s=\begin{vmatrix} a_0\\a_1\\a_2\\a_3\end{vmatrix}$

where exactly one $a_i=1$ and the other three are 0. E.g., if $a_3=1$ then $x=y=1$.

Here's a 2-input, 2-output circuit that clones the first bit.

$x'=x\\y'=x$

Its truth table is

x y | x'y'
0 0 | 0 0
0 1 | 0 0
1 0 | 1 1
1 1 | 1 1

Represent the operation by a matrix multiplication on s. The matrix M is:

1 1 0 0
0 0 0 0
0 0 0 0
0 0 1 1

That is, the final state is $s'_i = \sum_j M_{ij} s_j$

However, M is singular. For quantum operations, M has to be unitary. So this is not a legal quantum circuit. Let's try again.

The better way is the 3-input Toffoli gate. The function is

$x'=x \\ y'=y \\ z'= z \oplus xy$

The truth table is

x y z | x'y'z'
0 0 0 | 0 0 0
0 0 1 | 0 0 1
0 1 0 | 0 1 0
0 1 1 | 0 1 1
1 0 0 | 1 0 0
1 0 1 | 1 0 1
1 1 0 | 1 1 1
1 1 1 | 1 1 0

The matrix is Eqn 5.62 on page 155.:

1 0 0 0 0 0 0 0
0 1 0 0 0 0 0 0
0 0 1 0 0 0 0 0
0 0 0 1 0 0 0 0
0 0 0 0 1 0 0 0
0 0 0 0 0 1 0 0
0 0 0 0 0 0 0 1
0 0 0 0 0 0 1 0

Let x=1, z=0. Then:

x'= 1
y'= y
z'= y

and we've cloned y in the classical case, where the inputs are each 0 or 1.

This matrix is nonsingular and so is also legal in a quantum circuit.

(Looking ahead a little), try $y= \frac{1}{\sqrt{2}} | 0> + \frac{1}{\sqrt{2}} | 1>$, which is an equal superposition of 0 and 1. Using x=1, z=0, the input will be

$\frac{ | 1, 0, 0> + | 1, 1, 0>}{\sqrt{2}}$

and the state is

$(0, 0, 0, 0, \frac{1}{\sqrt{2}} , 0, \frac{1}{\sqrt{2}} , 0)^T$

That's an equal superposition of 2 of the possible 8 classical input states.

Multiplying that by the matrix gives

$\frac{ | 1, 0, 0> + | 1, 1, 1>}{\sqrt{2}}$

Instead of cloning y into z, this entangled y and z.

An operation that is simple on classical input can be more complicated on quantum inputs.

This isn't new; we already know how to entangle two qbits.

Engangling isn't the same as cloning. The point of cloning is that we could operate on the two bits separately. If they're engangled, operating on one affects the other.

5.3 Phase

  1. You cannot measure the phase of qbit.

  2. You can measure the relative phase of 2 qbits.

  3. Many algorithms encode the answer as a phase shift of a qbit.

  4. Phase kickback means that a gate that runs one way, e.g., the control bit affects an output bit, can be made to run the other way, e.g., the control bit is changed, by making the other bit a Hadamad basis.

  5. Phase Kickback V Abhijith Rao

  6. Qiskit Phase Kickback

5.4 Quantum supremacy

  1. Coined by Preskill in 2012.

  2. Google claimed this in Oct 2019 on a specific (artificial?) problem; see Google section.

  3. IBM disagrees.

5.5 Cloud-based computing

  1. IBM started this.

  2. Alibaba followed.

  3. Then D-Wave Leap, Rigetti, Amazon AWS Braket and Quantum solutions lab, Microsoft Azure.

  4. IBM's intent is to entangle their computers in different sites; exponentially increasing power.

6 Technologies

Quantum Materials | QuTech Academy 8:57.

6.1 Transmon qubit

  1. Sutor: Under the hood of IBM Q

  2. The transmon qubit | QuTech Academy 6:03.

  3. Alexandre Blais - Quantum Computing with Superconducting Qubits (Part 1) - CSSQI 2012 45:11.

  4. Control of transmon qubits using a cryogenic CMOS integrated circuit (QuantumCasts) 35:47.

6.2 Trapped Ion

  1. https://en.wikipedia.org/wiki/Trapped_ion_quantum_computer

  2. Proponents say that it's better than transmon qbits.

  3. https://ionq.com/technology

    "To date, we’ve run single-qubit gates on a 79 ion chain, and complex algorithms on chains of up to 11 ions."

6.3 Quantum annealing

  1. This is not comparable to quantum gates and circuits like IBM has.

  2. It minimizes a function by testing many solutions in parallel.

  3. See details in the D-Wave section.

  4. Qbit count is not comparable to gate models.

6.4 Photonics

  1. Operates at room temperature.

  2. See Xanadu below.

7 Companies - Primary

These companies have their own hardware.

7.1 IBM

7.1.1 Summary

  1. They have several quantum computers, up to 53 qbits.

  2. The older ones are freely available on the web; see https://quantum-computing.ibm.com/

  3. Note that you can put gates between only adjacent qbits.

  4. You submit a batch job and get emailed when it runs.

  5. IBM github site: https://github.com/Qiskit with

    1. a free simulator.

      It doesn't match all the physical complexity of the real computer, but it's a good start.

    2. and tutorials and presentations.

  6. and a SW development framework. https://qiskit.org/

  7. You can create a quantum computation program either by

    1. designing a circuit, or

    2. using a programming language.

7.1.2 Sites

  1. IBM Introduces First Integrated Quantum Computing System for Commercial Use

  2. Go Behind-the-Scenes of a Quantum Experiment (2:10) https://quantumexperience.ng.bluemix.net/qx/community/question?questionId=5ae975690f020500399ed39a&channel=videos

    or

    https://www.youtube.com/watch?v=tfZpJLdkzRU&list=PLOFEBzvs-VvpzQnlazij7cL1mjKvJTAwk&index=7

  3. A Qubit in the Making (2:01)

    https://www.youtube.com/watch?v=2pB87H3_F_c&list=PLOFEBzvs-VvpzQnlazij7cL1mjKvJTAwk&index=10&t=0s

  4. Behold the Mighty Qubit (2:51) https://www.youtube.com/watch?v=_P7K8jUbLU0&list=PLOFEBzvs-VvpzQnlazij7cL1mjKvJTAwk&index=10

  5. Classical and Quantum Randomness (3:39) https://www.youtube.com/watch?v=8kyJfAC4VAo&list=PLOFEBzvs-VvpzQnlazij7cL1mjKvJTAwk&index=6

  6. Quantum Entanglement (2:21) https://www.youtube.com/watch?v=RmXasxLm43k&list=PLOFEBzvs-VvpzQnlazij7cL1mjKvJTAwk&index=5

  7. Benchmarking Quantum Systems (1:58) https://www.youtube.com/watch?v=-7L5o-mzLqU&list=PLOFEBzvs-VvpzQnlazij7cL1mjKvJTAwk&index=8

  8. Quantum Pong — Programming on Quantum Computers Season 1 Ep 1 3:54 by Abraham Asfaw.

  9. IBM’s Roadmap For Scaling Quantum Technology

  10. IBM publishes its quantum roadmap, says it will have a 1,000-qubit machine in 2023

  11. https://quantumcomputing.stackexchange.com/questions/tagged/ibm-q-experience

  12. https://quantumcomputing.stackexchange.com/questions/tagged/qiskit

7.1.3 Applications on the IBM Q

  1. Quantum Algorithms for Applications from qiskit

  2. HHL Algorithm

    This is in Huawei HiQ, an open-source software framework for quantum computing.

  3. https://en.wikipedia.org/wiki/Quantum_algorithm_for_linear_systems_of_equations

7.1.4 IBM Quantum experience

  1. When you design a circuit here, you don't need to simulate it elsewhere. It shows you the probabilities.

  2. Dual view: you can see and edit both the circuit and the QASM code.

  3. There are some sample programs in https://github.com/Qiskit/openqasm.git

  4. Example circuits in https://quantum-computing.ibm.com/docs/iqx/example-circuits .

7.2 Intel

  1. Tangle Lake has 49 superconducting qbits.

  2. Produced in Oregon.

  3. Partners with QuTech in Netherlands.

  4. https://www.intel.com/content/www/us/en/research/quantum-computing.html

7.3 Google

  1. Sycamore has 54 (-> 53) transmon qbits in 9x6 array, each coupled to 4 neighbors.

    1. https://www.eenewseurope.com/news/googles-sycamore-quantum-processor-shows-supremacy

    2. https://www.nature.com/articles/d41586-019-03213-z

    3. https://jonathan-hui.medium.com/quantum-supremacy-google-sycamore-processor-6f30073a17fa - detailed. ¹

  2. Google quantum General web site.

  3. Day 1 opening keynote by Hartmut Neven (Quantum Summer Symposium 2020) 29:58.

  4. QuantumCasts link to some videos, including the following.

  5. Quantum supremacy explained (QuantumCasts) 4:26.

  6. Introduction to Quantum Chess (Quantum Summer Symposium 2020) 13:53.

  7. Quantum Money (Quantum Summer Symposium 2020) 15:56. Peter Shor. It's fun to see what Shor is thinking about now.

  8. QSI Seminar: Dr Marissa Giustina, Google Research, Building Google's Quantum Computer, 09/06/2020 55:52.

  9. The Man Who Will Build Google's Elusive Quantum Computer

  10. Programming a quantum computer with Cirq (QuantumCasts) 10:39.

7.4 D-Wave

  1. https://en.wikipedia.org/wiki/D-Wave_Systems

  2. They make a different type of quantum computer, called a quantum annealer. They have been in the news lately, e.g.,

  3. https://arstechnica.com/science/2020/09/d-wave-releases-its-next-generation-quantum-annealing-chip/

  4. What is Quantum Annealing? 6:14.

  5. How The Quantum Annealing Process Works 6:09.

  6. Quantum Programming 101: Solving a Problem From End to End | D-Wave Webinar 54:25.

    "Want to learn how to program a quantum computer? In this webinar, we explain how to do so by running through a complete, simple example. We explain how to formulate the problem, how to write it, and how to tune it for best results. "

    "This webinar is intended for those with little or no experience programming on a D-Wave quantum computer. After watching, get free time on Leap, the quantum cloud service at https://cloud.dwavesys.com/leap/signup/ "

  7. Slides from Programming Quantum Computers: A Primer with IBM Q and D-Wave Exercises by Frank Mueller, Patrick Dreher, Greg Byrd held at PPoPP (Feb 2019) ASPLOS'19 (Apr 2019),

    Part 3: D-Wave -- Adiabatic Quantum Programming

  8. D-Wave factoring tutorial and other demos

    including Jupyter notebooks (you have to login for them).

7.5 IonQ

  1. founders from Maryland/College Park and Duke.

  2. trapped ion

  3. 32 qbits.

  4. low error rate

  5. excellent quantum volume

  6. will be available from Microsoft Azure and Amazon AWS Braket.

  7. https://ionq.com/

  8. https://en.wikipedia.org/wiki/IonQ

  9. https://ionq.com/posts/october-01-2020-most-powerful-quantum-computer

7.6 Honeywell

  1. H1: trapped ion.

  2. 10 qbits,

    1. full connectivity,

    2. can read isolated qbits in mid-computation,

    3. hi-res rotations.

  3. JP Morgan experimenting with it.

7.6.1 Sites

  1. The World’s Highest Performing Quantum Computer is Here

  2. Details.

  3. Zdnet: Honeywell's System Model H1 quantum computer available to enterprises

  4. They partner with Microsoft,, Experience quantum impact with Azure Quantum, Cambridge Quantum Computing, Zapata Computing, etc.

7.7 Rigetti

  1. Berkeley-based

  2. founder is ex-IBM

  3. https://en.wikipedia.org/wiki/Rigetti_Computing

  4. https://www.rigetti.com/

  5. has lots of tools

  6. available via AWS etc

  7. technical details are sparse

  8. has been absorbing venture capital

  9. https://techcrunch.com/2020/03/05/rigetti-computing-took-a-71-million-down-round-because-quantum-computing-is-hard/

    "Recently, investors are gambling more on the middleware layer of a quantum computing stack. These are companies like Zapata, Q-CTRL, Quantum Machines and Aliro, which improve the performance of quantum computers and create an easier user experience"

  10. makes optimistic promises (8/8/18):

    https://medium.com/rigetti/the-rigetti-128-qubit-chip-and-what-it-means-for-quantum-df757d1b71ea

7.8 Xanadu

  1. Xanadu Quantum Cloud

  2. https://venturebeat.com/2020/09/02/xanadu-photonics-quantum-cloud-platform/

  3. Uses photonics.

  4. Operates primarily at room temperature.

  5. Up to 24 qbits, gate depth of 12.

  6. Has free SW tools, some of which can compile to other quantum technologies.

  7. Expected good applications: graphs and networks, machine learning, and quantum chemistry.

  8. They expect to scale up better than competing technologies.

7.9 Others

  1. Alibaba

  2. 1QBit

  3. CQC

  4. QC Ware

  5. QSimulate

  6. Quantum Circuits

  7. Rahko

  8. Zapata

See https://www.explainingcomputers.com/quantum.html

8 Companies - Aggregators

These companies resell others' computers as a cloud service.

8.1 Amazon

  1. https://aws.amazon.com/braket/

    "Amazon Braket is a fully managed quantum computing service that helps researchers and developers get started with the technology to accelerate research and discovery. Amazon Braket provides a development environment for you to explore and build quantum algorithms, test them on quantum circuit simulators, and run them on different quantum hardware technologies."

    "...quantum annealers from D-Wave, and gate-based computers from Rigetti and IonQ."

8.2 Microsoft

  1. They offer a cloud service on 3 platforms: Honeywell, IonQ, QCI.

    Microsoft Is Taking Quantum Computers to the Cloud

  2. Microsoft Quantum

    A lot of stuff, with a low S/N.

  3. Microsoft quantum blog

  4. Azure Quantum Developer Workshop. 5:05:25.

    A little diffuse.

  5. For faster quantum computing, Microsoft builds a better qubit 11/7/2019.

  6. Microsoft Quantum Documentation gateway to a lot of stuff.

  7. Microsoft, e.g. Quantum Computing for Computer Scientists 1:28:22.

    This is the same viewpoint as the textbook, but the speaker is different.

    This talk discards hand-wavy pop-science metaphors and answers a simple question: from a computer science perspective, how can a quantum computer outperform a classical computer? Attendees will learn the following:

    • Representing computation with basic linear algebra (matrices and vectors)

    • The computational workings of qbits, superposition, and quantum logic gates

    • Solving the Deutsch oracle problem: the simplest problem where a quantum computer outperforms classical methods

    • Bonus topics: quantum entanglement and teleportation

    The talk concludes with a live demonstration of quantum entanglement on a real-world quantum computer, and a demo of the Deutsch oracle problem implemented in Q# with the Microsoft Quantum Development Kit. This talk assumes no prerequisite knowledge, although comfort with basic linear algebra (matrices, vectors, matrix multiplication) will ease understanding.

    See more at https://www.microsoft.com/en-us/research/video/quantum-computing-computer-scientists/

9 Software

9.1 General

  1. A difficulty is to compile to the limited connectivity of the machine

  2. Open-Source Quantum Software Projects

  3. ProjectQ open-source software framework for quantum computing.

  4. Programming Quantum Computers: A Primer with IBM Q and D-Wave Exercises . Tutorial given at a few conferences.

9.2 Middleware

  1. https://www.hpcwire.com/off-the-wire/quantum-computing-inc-releases-version-1-1-of-mukai-middleware/

  2. https://tbri.com/webinars/middleware-the-quantum-computing-differentiator/ "An integral piece of quantum computing’s success is the middleware bridging existing code and algorithms to the new logical circuitry being established that sits on top of the quantum circuits. This integration and abstraction will allow the technology to process complex algorithms to provide the outcomes the hardware enables."

10 More info

10.1 QuTech Academy

  1. excellent videos from this Delft research group.

  2. QCI

  3. Per Delsing: Superconducting qubits as artificial atoms 28:59.

    He's describing a different computer from IBM's.

  4. The Taming of the Superconducting Qubit: A Tale of Loss 35:47.

    Presenter: Conal Murray, Research Staff Member, IBM Research

    The potential of quantum computing to enable new ways of solving problems considered intractable on classical computing platforms relies on our understanding of how qubits operate. Qubit scaling follows different metrics than those associated with classical computing, driven by the requirement that the fragile states they possess can be retained for sufficiently long times. After a brief introduction into superconducting transmon qubits, I will discuss how dielectric loss impacts their relaxation times and how we can effectively model such behavior using analytical and computational approaches. The resulting analysis provides guidance into the design aspects associated with such qubits. A secondary issue that follows from manufacturing greater numbers of qubits involves unwanted communication among them. In particular, resonance modes generated in the substrate on which they reside can limit their operating frequencies. It is known that incorporating grounded, through-silicon vias can increase the corresponding cutoff frequency within the substrate. I will show how we can predict the resulting spectrum by considering the array of vias as an effective photonic crystal to arrive at a fundamental frequency dependent on the particulars of the via geometry.

    http://meetings.aps.org/Meeting/MAR20/Session/P28.2

10.2 Misc

  1. 8 Best New Quantum Computing Books To Read In 2020

  2. quantikz – Draw quantum circuit diagrams in latex.

  3. Quantum Computing UK nice set of docs and examples.

  4. Ricardo Diaz recommends this book: Something Deeply Hidden: Quantum Worlds and the Emergence of Spacetime .

  5. There are now several business reports on the industry.

11 Qiskit demo

IBM has tutorial info, drag-and-drop circuit design, python-like programs, and batch job submission to real Q machines.

https://quantum-computing.ibm.com/

12 Summary

  1. Quantum computing hasn't solidly proved itself yet. However it's now in the engineering phase - realizing what we basically know how to do.

  2. IMO the physicists have done it again (last time was atomic energy). This will be a fundamental transformation of computing.

  3. Certain searching algorithms will be exponentially faster.

  4. Algorithm design still needs research. Algorithms are quite complex.

  5. Major application areas like protein folding and drug design.

  6. Several viable technologies competing.

  7. Several HW companies.

  8. Competing toolsets being developed.

  9. Various service platforms to provide simulators and the HW.

  10. Recommendation (remember I'm SW):

    1. Be agnostic wrt platform (we don't know who will win).

    2. Have people use AWS etc to learn and develop apps. No capital investment needed.

    3. Work developing and/or using middleware, which is newer area.

    4. RPI-specific:

      1. Merely playing catchup is a losing game. Need something new.

      2. Assume that IBM etc will make the computers. The big problem with new HW is always how to use it. The ability of customers to use a new tool can determine whether it succeeds.

      3. Include other RPI programs?

        1. Gamify this using Game and Sim?

        2. Work with tetherless world?

      4. I'm still thinking.