Metadata-Version: 2.1
Name: DROPStomo
Version: 0.0.4
Summary: Package for performing Wigner state and process tomography on a simulator or on a quantum hardware.
Home-page: UNKNOWN
Author: Amit Devra, Dennis Huber, Niklas J. Glaser, Steffen J. Glaser
Author-email: <amit.devra@tum.de>
License: UNKNOWN
Keywords: python,quantum physics,quantum computing,quantum information processing,quantum tomography,quantum state tomography,quantum process tomography,Wigner tomography
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Description-Content-Type: text/markdown
License-File: LICENSE


# What is DROPStomo?
DROPStomo is a python based software package for performing state and process tomography in the context of finite-dimensional Wigner representation on near-term quantum devices. This is a phase-space tomography approach to recover the finite-dimensional Wigner representations, with a particular focus on the [DROPS](https://spindrops.org/) (Discrete Representation of OPeratorS) representation. 

This package is based on Qiskit framework and can be easily adaptable for other frameworks. The package can be plugged in directly into simulators or quantum devices. 

## Installation
```bash
pip install DROPStomo
```
## How to use?
Currently, Wigner state tomography is available for single and two qubit system, whereas Wigner process tomography is available for single qubit system. For usage please see the example files.


