Quantum Process Tomography
State tomography reconstructs a single state. Process tomography reconstructs an entire operation — it characterizes a gate not by what it does to one input, but by what it does to every possible input. The result is a complete description of the channel, errors and all.
A gate is a channel
An ideal gate is a unitary , but a real gate is a quantum channel : a completely-positive, trace-preserving map on density matrices. Its most general form is the Kraus decomposition
A noiseless gate has a single Kraus operator, . Noise shows up as additional Kraus operators — for example a depolarizing channel adds terms proportional to , , and . The goal of process tomography is to determine from measurements.
The chi-matrix representation
Fix a basis of operators — for one qubit the natural choice is the Paulis . Any channel can be written as
where is a Hermitian, positive-semidefinite matrix called the process matrix or chi-matrix. It packages the full behaviour of the channel into independent real parameters for a -dimensional system (12 numbers for one qubit). The diagonal entry , for instance, is the probability weight on "do nothing wrong" and relates directly to the gate's fidelity.
The measurement recipe
Process tomography is state tomography run as a subroutine. The protocol:
- Prepare a set of input states that spans the space of density matrices — for one qubit, the four states , , , and suffice.
- Apply the unknown gate to each.
- Perform full state tomography on each output, reconstructing .
- Solve the resulting linear system for the chi-matrix .
Because step 3 is itself tomography, the cost compounds. State tomography on one qubit needs measurement settings; doing it for each of inputs gives settings for one qubit — and the count grows as for qubits.
What you do with
Once you have the chi-matrix you can compute anything about the gate:
- Average gate fidelity , from the overlap of with the ideal unitary.
- The dominant error type — whether the off-diagonal weight sits on (dephasing), on (bit flips), or spreads evenly (depolarizing).
- A process map you can feed into a noise-aware simulator to predict how a larger circuit will behave.
Process tomography thus gives the most complete picture of a gate available — at the highest cost. The rest of the module trades completeness for scalability, extracting just the few numbers an engineer actually needs to decide whether a device is good enough to run an algorithm.
Sign in on the full site to ask questions and join the discussion.