Vincent Russo
Vincent Russo
This particular feature may be of use if we wish to generate a collection of quantum states (basis of vectors) that have the property of being orthonormal. The columns of...
There are quite a few items in the `.gitignore` that realistically will never be necessary. We should pair this down in a way that is similar to [this `.gitignore` file](https://github.com/unitaryfund/mitiq/blob/master/.gitignore)...
Not definitively prescribing something here, but I wonder if: ## Moving from `perms` -> `matrices`: - perms/antisymmetric_projection.py -> matrices/antisymmetric_projection.py - perms/permutation_operator.py -> matrices/permutation_operator.py - perms/swap_operator.py -> matrices/swap_operator.py - perms/symmetric_projection.py ->...
Similar to the `IsAbsPPT` function from QETLAB ([link](https://github.com/nathanieljohnston/QETLAB/blob/master/IsAbsPPT.m)). This would also require implementing the `AbsPPTConstraints` or equivalent in toqito as well.
In the NPA hierarchy ([npa_hierarchy.py](https://github.com/vprusso/toqito/blob/master/toqito/helper/npa_hierarchy.py)) the code is explicitly imposing no-signaling and normalization, but these constraints are redundant on levels 1+AB and higher. They only cause numerical instability and should...
I'm reopening https://github.com/qiskit-community/qiskit-quantinuum-provider/issues/26 as I still believe this to not be completely resolved. - There still should be some update in the README file pertaining to using Honeywell over Quantinuum....
Closes #907
Closes #908
For a given plot, is it possible to more than just a single metric line? This would be of interest and value to compare against two related metrics (i.e. T1/T2)...
It may be useful for users to visualize chart metrics by specific sub-criteria. For instance, this [T2 plot](https://metriq.info/Task/50) has a data point that is quite high in relation to the...