Skip to content

Compute relative entropy of entanglement of input bipartite density matrices. Matlab code.

Notifications You must be signed in to change notification settings

markwgirard/relEntropy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

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,n are dimensions of subspaces
  • rho is input mn x mn density matrix
  • Xopt is closest PPT state to rho
  • relEnt is numerical approximation to the relative entropy of entanglement of rho

Requirements

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).

About

Compute relative entropy of entanglement of input bipartite density matrices. Matlab code.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages