qst
A public Python package to perform quantum state tomography through maximum likelihood estmation
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (12.6%) to scientific vocabulary
Keywords
Repository
A public Python package to perform quantum state tomography through maximum likelihood estmation
Basic Info
Statistics
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 0
- Releases: 0
Topics
Metadata Files
README.md
QST
QST is a public Python package for performing quantum state tomography of quantum states through maximum likelihood estimation. This work is a culmanation of my graduate school masters project at Stony Brook University in the Quantum Information Science & Technology Group under Dr. Eden Figueroa. You can read more about the work in my included masters thesis, QuantumStateTomography.pdf.
Installation
QST is avaliable on the Python Package Index PyPI and can be installed through pip:
pip install QST
QST contains two major function libraries for performing quantum state tomography: QSim for simulations and MLE for maximum likelihood estimation.
QST.QSim (Simulation of Quantum Statistics)
Serves to simulate real world examples of quantum states that can be measured through techniques such as Optical Homodyne Detection.
It provides:
- An efficient way of simulating quadrature data for a given quantum state
- Can work with any arbitrary quantum superposition, including coherent states and (WORK IN PROGRESS) squeezed states
Usage:
The Jupyter Notebook QST_Simulation.ipynb in the examples folder contains several working examples of how to easily generate different sets of quadrature data from different quantum states. Datasets from this notebook can be saved to the Data/ subfolder to be used for maximum likelihood reconstruction. The full list of functions, their usage, as well as some examples can be found within the QSim.py file under src/QST/.
QST.MLE (Maximum Likelihood Estimation)
Serves to reconstruct the density matrix of a given quantum state, and can be used to extract amplitude and phase information. Our group has shown it to work with real data gathered in the lab through Homodyne Detection of several different coherent states.
It provides:
- A vectorized method of finding the most likely density matrix corresponding to a given set of quadrature data
- Visualizations of the Wigner distribution of the quantum state through QuTiP
- Relative phase information between different quantum states
Usage:
The Jupyter Notebook MLE.ipynb in the examples folder contains an illustritive working example of how to reconstruct a density matrix given a set of quadrature data. It can easily be used in conjuction with the GenerateQuadraturesSimulation.ipynb. The full list of functions, their usage, as well as some examples can be found within the MLE.py file under src/QST/.
Owner
- Name: Will Bidle
- Login: WilliamBidle
- Kind: user
- Repositories: 2
- Profile: https://github.com/WilliamBidle
Citation (citation.cff)
cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: Bidle
given-names: William
title: "Quantum State Tomography"
date-released: 2023-01-12
url : https://github.com/WilliamBidle/Quantum-State-Estimation
GitHub Events
Total
- Fork event: 1
Last Year
- Fork event: 1
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0