.coveragerc
.flake8
.gitignore
.pylintrc
.readthedocs.yml
.travis.yml
LICENSE
Pipfile
README.md
VERSION.txt
_config.yml
pyproject.toml
setup.cfg
setup.py
.github/CONTRIBUTING.md
.github/FUNDING.yml
.github/PULL_REQUEST_TEMPLATE.md
docs/Makefile
docs/api.rst
docs/conf.py
docs/getting_started.rst
docs/index.rst
docs/intro_tutorial.rst
docs/make.bat
docs/tutorials.open_problems.rst
docs/tutorials.positive.rst
docs/tutorials.ppt.rst
docs/tutorials.separable.rst
docs/tutorials.state_cloning.rst
docs/tutorials.state_distinguishability.rst
docs/tutorials.state_exclusion.rst
docs/_autosummary/qustop.Ensemble.rst
docs/_autosummary/qustop.OptClone.rst
docs/_autosummary/qustop.OptDist.rst
docs/_autosummary/qustop.OptExclude.rst
docs/_autosummary/qustop.PPT.rst
docs/_autosummary/qustop.Positive.rst
docs/_autosummary/qustop.Separable.rst
docs/_autosummary/qustop.State.rst
docs/figures/alice_and_bob.svg
docs/figures/alice_and_bob.tex
docs/figures/favicon.ico
docs/figures/logo.svg
docs/figures/logo.tex
docs/figures/logo_2.svg
docs/figures/logo_2.tex
docs/figures/make_images.sh
docs/figures/measurement_inclusions.svg
docs/figures/measurement_inclusions.tex
docs/figures/quantum_state_distinguish.svg
docs/figures/quantum_state_distinguish.tex
examples/opt_dist/positive/min_error/bell_states.py
examples/opt_dist/positive/min_error/indistinguishable_mes.py
examples/opt_dist/positive/min_error/three_nonorthogonal_states.py
examples/opt_dist/positive/min_error/two_mixed_states.py
examples/opt_dist/positive/min_error/two_pure_states.py
examples/opt_dist/positive/unambiguous/bell_states.py
examples/opt_dist/positive/unambiguous/three_nonorthogonal_states.py
examples/opt_dist/ppt/min_error/entanglement_cost_four_bell_states.py
examples/opt_dist/ppt/min_error/four_bell_states.py
examples/opt_dist/ppt/min_error/indstinguishable_mes.py
examples/opt_dist/ppt/min_error/werner_hiding_pair.py
examples/opt_dist/ppt/unambiguous/indstinguishable_mes.py
examples/opt_dist/sep/min_error/entanglement_cost_three_bell_states.py
examples/opt_dist/sep/min_error/feng_upb.py
examples/opt_dist/sep/min_error/indistinguishable_mes.py
examples/opt_dist/sep/min_error/tile_upb.py
examples/opt_dist/sep/min_error/tile_upb_plus_pure.py
qustop/__init__.py
qustop/_about.py
qustop/_version.py
qustop.egg-info/PKG-INFO
qustop.egg-info/SOURCES.txt
qustop.egg-info/dependency_links.txt
qustop.egg-info/requires.txt
qustop.egg-info/top_level.txt
qustop/core/__init__.py
qustop/core/ensemble.py
qustop/core/state.py
qustop/core/tests/test_ensemble.py
qustop/core/tests/test_state.py
qustop/opt_clone/__init__.py
qustop/opt_clone/opt_clone.py
qustop/opt_dist/__init__.py
qustop/opt_dist/opt_dist.py
qustop/opt_dist/positive.py
qustop/opt_dist/ppt.py
qustop/opt_dist/separable.py
qustop/opt_dist/tests/test_opt_dist.py
qustop/opt_dist/tests/test_positive.py
qustop/opt_dist/tests/test_ppt.py
qustop/opt_dist/tests/test_separable.py
qustop/opt_exclude/__init__.py
qustop/opt_exclude/opt_exclude.py
qustop/opt_exclude/tests/test_opt_exclude.py
research/__init__.py
research/antidistinguishable.py
research/entanglement_cost_four_state_two_qubit.py
research/entanglement_cost_three_state_two_qubit.py
research/two_copy_problem.py