Quantum Computing Flashcards

1
Q

What it the biggest problem facing quantum computing?

A

Errors. Quantum gates produce erroneous output at a high rate (0.1% to 1%)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How is the high error rate of quantum gates handled?

A

Running the same programs multiple times to see which output is most common

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What makes quantum bits so much more powerful than classical bits?

A

Superposition. It allows for a kind of parallel computing, where the quantum computer can perform operations that process all possible states of the qubit at once

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is superposition for a quantum bit?

A

It describes how the bit can exist in both states simultaneously

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is this formula describing?

|ψ⟩ = α|0⟩ + β|1⟩

A

|ψ⟩ is the state of the qubit

|0⟩ and |1⟩ are the basis states (or the computational basis states)

α and β are complex numbers called probability amplitudes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What are probability amplitudes?

A

They determine the probability of measuring the qubit in either base state, once that measurement is made

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What are the Pauli gates?

A

Analogous to the NOT gate in classical computing, it rotates the state about the Bloch sphere X, Y, or Z axis by 180 degrees.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What does the Pauli-X gate map |0> to?

A

|1>, and vice versa

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What does the Pauli-Z gate map |+> to?

A

|->, and vice versa

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is the matrix representation of the Pauli-X gate?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is the matrix representation of the Pauli-Z gate?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is the “bit-flip” gate?

A

The Pauli-X gate

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is the “phase-flip” gate?

A

The Pauli-Z gate

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is the “bit-and-phase-flip” gate?

A

The Pauli-Y gate

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What does the Hadamard Gate do?

A

Creates superposition from standard basis gates. Maps |0> to |+> and |1> to |->

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is the matrix calculation for a Hadamard gate?

A
17
Q

What is the Identity gate?

A

Does nothing.

18
Q

What is a Controlled gate?

A

One or more qubits act as a control for some operation

19
Q

What is the CNOT gate?

A

Performs X gate on second qubit iff the first qubit is |1>

20
Q

What is a SWAP gate?

A

Swaps the state between two qubits?

21
Q

What is a SWAP gate made of?

A

Three CNOT gates

22
Q

What is a Toffoli / Controlled CNOT / CCNOT gate?

A

Performs a NOT operation on the target qubit only if both control qubits are in state |1>

23
Q

What is the Fredkin / Controlled SWAP / CSWAP gate?

A

Swaps the second and third bit iff the first (control) bit is in state |1>