Basics Flashcards

1
Q

What does the Fredkin Gate do?

A

Controlled Swap

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

What does the Toffoli Gate do?

A

Controlled Controlled Not

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

What are the differences between evolution and measurement?

A

Evolution: Reversible, Deterministic, Continuous
Measurement: Irreversible, probablistic, discontinuous

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

What are the Pauli Gates?

A

Flips X-Axis ( 0 1 | 1 0)
Flips Y-Axis ( 0 -i | i 0)
Flips Z-Axis ( 1 0 | 0 -1)

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

What is the Hadamard Gate?

A

Induces entanglement
1 / sqrt(2) * ( 1 1 | 1 -1 )

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

What are width and depth in a quantum circuit?

A

width = # of qubits
depth = # of steps needed (parallelism excluded)

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

What does Shor’s Algorithm do?

A

Solves Abelian Hidden Subgroup problem
Can be used for Factorization and Discrete Logarithm

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

What does Simon’s Algorithm do?

A

Finds period in functions

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

What does Grover’s Algorithm do?

A

Find entries in database

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

What are the properties of density matrices?

A

trace(d) = 1
probability to measure state |x> = <x|d|x>
states with same density matrix are indistinguishable

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

When does a density matrix represent a pure state?

A

If trace(d ^ 2) = 1

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

Given a state s1, what is the probability to measure s2?

A

(<s2||s1>) ^ 2

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

How do you calculate the trace distance between two density matrices?

A

1/2 * trace(|d1 - d2|)

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

How do you calculate the fidelity of two density matrices?

A

trace(sqrt(d1 ^ 1/2 * d2 * d1 ^ 1/2))
probability d1 passes for d2

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