Code to accompany: Information exclusion in quantum measurements and uncertainty relations
Shan Huang, Hua-Lei Yin, Zeng-Bing Chen, and Shengjun Wu
This is a repository for MATLAB code which was written for the article Information exclusion in quantum measurements and uncertainty relations. Shan Huang, Hua-Lei Yin, Zeng-Bing Chen, and Shengjun Wu. arXiv:2210.00958 [quant-ph].
- Inf_Bound_Unitary - computes the sum of information gain of different finite-dimensional quantum systems over arbitrary set of orthonormal bases (unitaries), and makes comparisons with the upper bound given in Eq. (8) of the main text. This code requires the free MATLAB toolbox QETLAB to generate random unitaries.
- mub-a function outputs MUBs of dimensions ranging from 2 to 5 and a collection of traceless orthogonal Hermitian operators (placed in a matrix) that can be used to expand all the traceless Hermitian operators of dimensions up to 5.
- Inf_Bound_MUB-Computes the sum of information gain of low-dimensional quantum systems over MUBs or other orthonormal bases (unitaries), and makes comparisons with the upper bound given in Eq. (8) of the main text. One can use this code to generate not only random unitaries and MUBs, but also approximate MUBs.
- entropybound-compares Eqs. (14,16) with the respective numerical optimal state-independent entropic lower bounds.
- SentropyIC-a function outputs the optimal Shannon entropic lower bound that can be obtained based on the sum of indexes of coincidence (IC) only.