Vincent Russo
Vincent Russo
## Description There appears to be a mismatch between what is obtained numerically vs. the literature for a given extended nonlocal game. The premise of this example (and additional details...
We should have a stand-alone example gallery to showcase the NPA hierarchy, as this is an optimization technique that is useful for calculating values of things like Bell inequalities, nonlocal...
Extracting parts of [this talk](https://github.com/vprusso/talk_comp_adist) combined with the existing content in [the tutorial](https://toqito.readthedocs.io/en/latest/tutorials.state_exclusion.html) would likely be good places to extract specific items of interest to showcase here.
Currently, the state distinguishability scenario can be considered when optimizing over global (i.e. positive) measurement (`state_distinguishability.py`) as well as PPT (`ppt_distinguishability.py`). This task would consolidate the above into the `state_distinguishability.py`...
Generally, we shouldn't be hard-pinning to dependencies in the `pyproject.toml` file unless we absolutely need to for a specific dependency. Ideally, we want all of these packages to be up-to-date...
We have the same functionality in the `states/basis.py` file and the `matrices/standard_basis.py`. We should restrict to having just one, preferably the latter of `standard_basis.py`. This would involve removing `basis.py` as...