Most Popular

1500 questions
8
votes
2 answers

What's the difference between a set of qubits and a capacitor with a subdivided plate?

This is probably just a misunderstanding on my part, but everything I've seen on what quantum computers do thus far seems to suggest that the actual process of reading the entangled qubits would be equivalent to reading the value of a plate opposing…
CoryG
  • 197
  • 2
8
votes
1 answer

Is the Solovay-Kitaev theorem relevant for modern hardware?

The Solovay-Kitaev theorem (and more recent improvements) explains how to efficiently compile any 2-qubit unitary into any universal (dense) finite set of gates. My question is if this theorem is relevant for modern hardware? Take, for example,…
Nikita Nemkov
  • 1,605
  • 5
  • 18
8
votes
1 answer

Is Toffoli a fault tolerant transversal gate of the repetition code on bit-flip-error-only qubits?

Suppose you have physical qubits that only have bit flip noise (no phase flip noise, no unwanted measurements, no leakage, no amplitude decay, etc; just unwanted X rotations). Such qubits can be kept alive, protected from the bit flip noise, using…
Craig Gidney
  • 36,389
  • 1
  • 29
  • 95
8
votes
2 answers

Reference on MITxPRO Applications of Quantum Computing Professional Certificate Program

Recently I found out the Applications of Quantum Computing Professional Certificate Program that MITxPRO is offering for people interested in quantum computing. I saw that it is consisted of four courses that can be done independently or as a whole…
8
votes
1 answer

Visualization of Quantum Circuits when using IBM QISKit

I have followed the installation steps, regarding QISKit working environment. For circuit visualization, I've installed latex as in addition to poppler to convert from PDF to images. Afterwards, I followed the example given here. I wrote the code…
user2519
  • 81
  • 2
8
votes
2 answers

Magic state distillation: why is it harder to prepare the encoded $|A_{\pi/4}\rangle$ than $|0 \rangle$

My question is the following Let's assume I am using Steane concatenated code to do error correction. I consider that the stabilizers are extracted fault-tolerantly through the Steane method. The Steane code admits transversal Clifford operations…
Marco Fellous-Asiani
  • 1,514
  • 2
  • 13
  • 33
8
votes
1 answer

Roughly speaking, How many qubits will be needed to study (or simulate) a molecule such as: C29H31N7O?

It is often said that one of the early applications for Quantum Computers will be drug discovery. Q: Roughly speaking, How many qubits will be needed to study (or simulate) a molecule such as: $C_{29}H_{31}N_{7}O$ (Imatinib, sold under the brand…
david
  • 365
  • 1
  • 9
8
votes
1 answer

Maximum number of Stabilizer Generators?

The Pauli group, $P_n$, is given by $$P_n=\{ \pm 1, \pm i\}\otimes \{ I,\sigma_x,\sigma_y,\sigma_z\}^{\otimes n}$$ Abelian subgroups of this which do not contain the element $(-1)*I$ correspond to a stabilizer group. If there are $r$ generators of…
8
votes
1 answer

Using Classical Shadow to predict quantum state's fidelity has nothing to do with the dimension of the density matrix?

Using classical shadow(or refer to this post for basic things about classical shadow), we can predict linear functions like $Tr(O\hat{\rho})$ with number of copies(referred…
narip
  • 2,964
  • 2
  • 9
  • 32
8
votes
1 answer

What quantum channels are considered in quantum communication, and how does this choice affect the construction of error correction codes?

The so-called depolarizing channel is the channel model that is mostly used when constructing quantum error correction codes. The action of such channel over a quantum state $\rho$ is $$\rho\rightarrow(1-p_x-p_y-p_z)\rho+p_xX\rho X+p_yY\rho…
8
votes
1 answer

Enforcing a particular layout mapping in Qiskit

I would like to ask how to set a particular layout during transpiling. I guess that the layout can be set by the initial_layout parameter in the transpiler. However, there are several options that may conflict, namely: layout_method, and…
soara
  • 81
  • 1
8
votes
3 answers

How does the spectral decomposition of the Choi operator relate to Kraus operators?

In Nielsen and Chuang's QCQI, there is a proof states that Theorem 8.1: The map $\mathcal{E}$ satisfies axioms A1, A2 and A3 if and only if $$ \mathcal{E}(\rho)=\sum_{i} E_{i} \rho E_{i}^{\dagger} $$ for some set of operators…
Sherlock
  • 695
  • 2
  • 13
8
votes
2 answers

Clarification needed regarding quantum "black-box" circuits

$\newcommand{\Ket}[1]{\left|#1\right>}$ I understand that in general quantum black box algorithms (such as the ones which play a part in Simon's & Deutsch's algorithm) implement a quantum circuit to compute some function $f\left(x\right)$ in such a…
Amit
  • 185
  • 6
8
votes
1 answer

How to delete pending jobs on IBM Quantum Computer to retrieve units?

I am trying to run some code using qiskit, but I get the error message, that I have run out of necessary Experiment Units. I tried to remove pending jobs using the API with the following code for job in api.get_jobs(): if job["status"] ==…
brzepkowski
  • 1,049
  • 7
  • 19
8
votes
1 answer

Can we simulate the Hamiltonian for the Rubik's Cube with "nth-root of SWAP" gates?

I'm interested in, but confused about, local Hamiltonian simulation. I don't yet have enough intuition regarding even the approach set forth by Lloyd in 1997. I think Lloyd's recipe is to repeatedly run a "small" circuit of unitary gates to…
Mark Spinelli
  • 11,947
  • 2
  • 19
  • 65