B-Rich / arxiv_1609.04385

Paper and Data for "Behavior of the Maximum Likelihood in Quantum State Tomography"

Home Page:https://arxiv.org/abs/1609.04385

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository provides the paper source code, some data files, and a figure generation notebook for the paper

Behavior of the Maximum Likelihood in Quantum State Tomography

Travis L Scholten and Robin Blume-Kohout
Center for Computing Research (CCR), Sandia National Labs
Center for Quantum Information and Control, University of New Mexico

The most recent arXiv version is available here.

If you find this work useful to you, please consider citing

@article{[citation key],
  title={Behavior of the Maximum Likelihood in Quantum State Tomography},
  author={Scholten, Travis and Blume-Kohout, Robin},
  arxivId = {1609.04385},
  year={2016}
}

NOTE: The files in this repository are behind their version on the arXiv. I am working to update these files as soon as possible.

Abstract

Quantum state tomography on a d-dimensional system demands resources that grow rapidly with d. They may be reduced by using model selection to tailor the number of parameters in the model (i.e., the size of the density matrix). Most model selection methods typically rely on a test statistic and a null theory that describes its behavior when two models are equally good. Here, we consider the loglikelihood ratio. Because of the positivity constraint \rho \geq 0, quantum state space does not generally satisfy local asymptotic normality, meaning the classical null theory for the loglikelihood ratio (the Wilks theorem) should not be used. Thus, understanding and quantifying how positivity affects the null behavior of this test statistic is necessary for its use in model selection for state tomography. We define a new generalization of local asymptotic normality, metric-projected local asymptotic normality, show that quantum state space satisfies it, and derive a replacement for the Wilks theorem. In addition to enabling reliable model selection, our results shed more light on the qualitative effects of the positivity constraint on state tomography.

Summary

This paper investigates a problem in quantum state tomography, which is the task of inferring an unknown quantum state. The resources required to estimate a quantum state can grow very quickly, which means we need to find ways of using fewer resources. Some techniques to do so go by the name of ``statistical model selection". In this paper, we investigated how the behavior of a particular model selection technique (based on loglikelihood ratio statistics) behaves in the context of state tomography. This technique relies on a result known as the Wilks Theorem. Surprisingly, the Wilks Theorem breaks down in state tomography, in part because the state space has boundaries which violate some of the assumptions of the Theorem. In turn, this means model selection techniques based on loglikelihood ratio statistics might not work very well.

To help remedy this, we (a) constructed a new framework for reasoning about the asymptotic properties of models, by generalizing Local Asymptotic Normality to the case of models with convex constraints, which we call "Metric-Projected Local Asymptotic Normality", and (b) used the new framework to develop a new theory for the loglikelihood ratio statistic and its behavior in state tomography. Numerical simulations verify our theory works reasonably well, and dramatically improves upon the Wilks Theorem. We applied our result to a particular kind of state tomography (that of states of light), and found our result performs well in predicting some of the properties of loglikelihood ratio statistics. This work lays the foundation for developing a model selection technique based on loglikelihood ratio statistics which is accurate in state tomography.

Use of Code/Data

Paper Source

If you'd like to download and use the text of our paper, you may do so. If you find typos or other improvements, feel free to email me or open an issue on this repository. As of now, I anticipate adding acknowledgments to each person who helps improve the paper.

Data

In the Data directory, you'll find several csv files which contain some of the data used to generate the figures in our paper. See Data/README.md for more information, such as descriptions of the data, what it is, as well as variable names.

The data files in that directory are sufficient to reproduce Figures 1 through 4, 7 through 11, and 13.

Figure Generation Code

The file Figure_Generation.ipynb is a Jupyter notebook which will reproduce Figures 1 through 4, 7 through 11, and 13. NOTE: The notebook currently does not save the figures to the Images directory.

Images

Within the Images directory, you will find PDF and SVG files for each image in the paper. If you find them useful, please let me know.

Making the Paper

Included in this repository is a Makefile which automates compiling the paper. Typing make in your command line should trigger the compilation process.

Updates

This repository will be updated each time a new version is posted to the arXiv. I plan to use tags to keep track of the appropriate versions here. (Thus tag v1 corresponds to the first version on the arXiv, v2 to the second, and so on.)

About

Paper and Data for "Behavior of the Maximum Likelihood in Quantum State Tomography"

https://arxiv.org/abs/1609.04385


Languages

Language:Jupyter Notebook 93.7%Language:TeX 6.2%Language:Python 0.1%Language:Makefile 0.0%