Most Popular

1500 questions
6
votes
1 answer

What is the difference between the action of $Z$ and $\exp(-i Z t)$ on a state?

What is the difference between performing $Z$ operation and performing $e^{-i Zt}$ operation on a state, given that $e^{-i Zt}= \mathbb{1} + (-i Zt) + ...$ is not equal to $Z$ for any value of $t$?
Rob
  • 401
  • 2
  • 5
6
votes
1 answer

Compute the output of the quantum teleportation circuit

Sender and receiver use the teleportation protocol, where the sender teleports a quantum state $\left| \varphi \right>=\alpha\left| 0 \right> + \beta \left|1\right>$ to the receiver. I want to implement this protocol, and then find the output…
Ba. Taj
  • 418
  • 4
  • 11
6
votes
1 answer

Why is the size of the top register for Shor's algorithm chosen as it is?

Let $N$ be the number we're trying to factor. In Shor's algorithm, the top register then has $2 \lceil\log_2(N)\rceil+1$ qubits, while the bottom register (the ancilla qubits) has $\lceil\log_2(N)\rceil$ qubits. This is stated in my lecture notes on…
David Cian
  • 225
  • 2
  • 7
6
votes
3 answers

Is there anything practical that can be done with a single qubit?

Is there anything practical that can be done with a single qubit? And by "practical," I mean a problem that can be solved or information that can be stored. I realize that one practical thing that you can do with a single qubit is to write a grant…
vy32
  • 649
  • 3
  • 14
6
votes
2 answers

Problem 2.2 in Nielsen & Chuang - Properties of the Schmidt number

This question has been asked here: "Problem 2.2 in Nielsen & Chuang - Properties of the Schmidt number", but no answer has been provided there yet, thus I move it here. The problem is stated below. This is problem 2.2 (not exercise 2.2) in Nielsen &…
fagd
  • 975
  • 5
  • 12
6
votes
0 answers

What are quantum inspired algorithms?

I am starting to see press about quantum inspired algorithms. Are these algorithms that solve problems faster by looking at things from a quantum computing perspective?
LeWoody
  • 924
  • 1
  • 8
  • 14
6
votes
3 answers

Why are POVMs useful? Are they just an axiomatic way to define measurement?

I know the definition of projective measurement, generalized measurement, POVM. I understand the usage of generalized measurement for the reason that it can model experiments "easier" (for example measurement of a photon that will be destructive so…
Marco Fellous-Asiani
  • 2,220
  • 2
  • 15
  • 42
6
votes
2 answers

How to implement the CCH gate in quantum computers available in clouds?

How to implement CCH gate in quantum computers available in clouds? If there is not any gate directly available for it, what are the possible ways to represent CCH?
6
votes
1 answer

What is the state of the art on Quantum Random Access Memories?

I realized that Quantum Random Access Memory (qRAM) was proposed to make quantum computers more similar to classical one. Currently quantum computers have very constrained memory, given only quantum registers on quantum processors can be used for an…
6
votes
3 answers

What is the practical interest of superdense coding?

When you enter the field of quantum communications, you run at some point into the concept of superdense coding. Basically it is a way to encode classical bits on the qubits of a quantum channel, which sounds interesting in the first place to…
Mathias
  • 169
  • 2
6
votes
2 answers

Is a qubit always in superposition?

I am introduced to ancilla qubits which are usually initialized to $\vert 0 \rangle$. It seems that an ancilla qubit is equivalent to the $0$ bit in classical computing as it will evaluate to $\vert 0 \rangle$ 100% of the time. My question is that…
M. Al Jumaily
  • 824
  • 1
  • 6
  • 19
6
votes
1 answer

Reversal of time arrow on IBM Q

It is well known that a quantum computer is reversible. This means that it is possible to derive an input quantum state $|\psi_0\rangle$ from an output $|\psi_1\rangle$ of an algorithm described by a unitary matrix $U$ simply by applying transpose…
Martin Vesely
  • 15,244
  • 4
  • 32
  • 75
6
votes
1 answer

How powerful would quantum computers be if we had direct access to the full state vector?

The state vector is exponential in size, so we can manipulate an exponential quantity of information with a linear quantity of gates. However, this doesn't give us general exponential speedup because we can only extract $n$ bits of information from…
ahelwer
  • 4,288
  • 2
  • 15
  • 36
6
votes
2 answers

Custom gates on IBM Q

I realized that QASM supports custom gates. However, when I tried to create the gate, transpiling error appeared both on simulator and real quantum processor. I suspect that IBM has not implemented this functionality fully yet. Does anybody (maybe…
Martin Vesely
  • 15,244
  • 4
  • 32
  • 75
6
votes
2 answers

SWAP gate on 2 qubits in 3 entangled qubit system

Suppose I had 3 entangled qubits and I wanted to apply a SWAP gate on the first and third qubit. Because it's entangled I can't decompose it into individual states, and because the qubits are not adjacent I can't simply take a Kronecker product with…
Bob Person
  • 147
  • 4