Skip to content

Commit

Permalink
Updating README
Browse files Browse the repository at this point in the history
  • Loading branch information
vprusso committed Oct 24, 2021
1 parent a05146c commit 628fc68
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
16 changes: 9 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,28 @@
# ![logo](./docs/figures/logo.svg "logo")

# Qustop
# QUSTOP

[![build status](http://img.shields.io/travis/vprusso/toqito.svg?style=plastic)](https://travis-ci.org/vprusso/qustop)
[![doc status](https://readthedocs.org/projects/toqito/badge/?version=latest&style=plastic)](https://qustop.readthedocs.io/en/latest/)
[![codecov](https://codecov.io/gh/vprusso/toqito/branch/main/graph/badge.svg?style=plastic)](https://codecov.io/gh/vprusso/qustop)

*NOTE*: The `qustop` package is still is under development.

qustop (QUantum STate OPtimizer) is a Python toolkit for studying various
quantum state optimization scenarios including calculating optimal values for
quantum state distinguishability, quantum state exclusion, quantum state
cloning, and more.
The `qustop` (QUantum STate OPtimizer) package is a Python toolkit for studying
various quantum state optimization scenarios including calculating optimal
values for quantum state distinguishability, quantum state exclusion, quantum
state cloning, and more.

## Applications

The `qustop` package can be used to:

- Calculate and approximate optimal probabilities of distinguishing quantum
states over positive, PPT, and separable measurements.
states over positive, PPT, and separable measurements with either minimum-error
or unambiguously.

- Calculate optimal probabilities of optimally excluding quantum states.
- Calculate and approximate optimal probabilities of excluding quantum states
with either minimum-error or unambiguously.

## Installation

Expand Down
1 change: 0 additions & 1 deletion research/entanglement_cost_four_state_two_qubit.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.
import matplotlib.pyplot as plt
import numpy as np
from toqito.states import basis

Expand Down

0 comments on commit 628fc68

Please sign in to comment.