RelEntropy
Compute relative entropy of entanglement of input bipartite density matrices. Matlab code.
Install / Use
/learn @markwgirard/RelEntropyREADME
relEntropy
This is a MATLAB routine for computing the relative entropy of entanglement of input bipartite density matrices.
Standard usage:
[Xopt,relEnt] = relEntropy(m,n,rho);
where
m,nare dimensions of subspacesrhois inputmn x mndensity matrixXoptis closest PPT state torhorelEntis numerical approximation to the relative entropy of entanglement ofrho
Requirements
- MATLAB
- CVX by CVX Research, Inc. (http://cvxr.com/cvx/)
- PartialTranspose routine from QETLAB (http://www.qetlab.com) (see: (https://github.com/nathanieljohnston/QETLAB/blob/master/PartialTranspose.m))
References
M.W. Girard, Y. Zinchenko, S. Friedland, and G. Gour. Erratum: Numerical estimation of the relative entropy of entanglement. [Phys. Rev. A 91, 029901] (https://journals.aps.org/pra/abstract/10.1103/PhysRevA.91.029901) (2015).
Y. Zinchenko, S. Friedland, and G. Gour. Numerical estimation of the relative entropy of entanglement. Phys. Rev. A 82, 052336 (2010).
