Skip to content
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.

marcsgil/BayesianTomography.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BayesianTomography.jl

CI DOI

WARNING: This package has been deprecated in favor of QuantumMeasurements.jl. Please use the new package for future developments.

This package provides tools to perform quantum state tomography. It is designed to be flexible and easy to use, with a focus on providing a simple interface for common tasks. As its name suggests, its flagship feature is the ability to perform Bayesian quantum state tomography, but it also provides an interface for the simple linear inversion method.

This package was developed as part of the following publication: Quantum tomography of structured light patterns from simple intensity measurements. Nonetheless, we tried to make it as general as possible, in the hope that it can be useful for a wide range of applications.

Installation

The package is registered in the Julia General registry and can be installed with the Julia package manager. From the Julia REPL, type ] to enter the Pkg REPL mode and run add BayesianTomography.

Usage

For a quick start, check the documentation.