Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 1.73 KB

README.md

File metadata and controls

22 lines (16 loc) · 1.73 KB

tomo-tsp

Optimizing the order of polarization projections for n-qubit state tomography.

This repository provides supplementary material to the following paper by Radim Hošák, Robert Stárek, and Miroslav Ježek: The optimal strategy for photonic quantum tomography, Opt. Express 26, 32878 (2018), preprint: arXiv 1809.07521 [quant-ph].

Polarization tomography and the traveling salesman problem TSP

See TOMO_TSP.md for the basic information on polarization tomography and its specification as TSP.

Software prerequisities

The workflow

See the wave_plate_tsp.ipynb Jupyter notebook for a detailed guide on how to formulate and solve the TSP. The notebook solves the tomography TSP for polarization-encoded photonic qubits, asuuming one single-photon detector per qubit (the six-state scheme).

TSP solutions

The TSP solutions for n-qubit (n up to five) polarization tomography, generated by Concorde, are stored in the files nq_6s.sol, with n being a number from 1 to 5. The files contain a list of indices that dictate the TSP-optimized order of the polarization projections. For the one-qubit case, the projections H, V, D, A, R, L correspond to indices 0, 1, 2, 3, 4, 5, 6, respectively. For higher-qubit cases, the order of the indices follows this logic: HHH, HHV, ..., HHL, HVH, HVV, ..., HVL, ..., HLL, VHH, VHV, ..., VHL, ..., LLL.