Von Neumann Entropy(VNE) $S(\rho)=S(\rho ')$ does not imply spectrum of $\rho$ equal to $\r

2022/7/24 23:26:04

本文主要是介绍Von Neumann Entropy(VNE) $S(\rho)=S(\rho ')$ does not imply spectrum of $\rho$ equal to $\r,对大家解决编程问题具有一定的参考价值,需要的程序猿们随着小编来一起学习吧!

We have mathematica code for three tuples \((p_1,p_2,p_3)\) showing that even we have VNE equal, we might have the tuples differ.
Plot3D[-Subscript[p, 1] Log[2, Subscript[p, 1]] - Subscript[p, 2] Log[2, Subscript[p, 2]] - (1 - Subscript[p, 1] - Subscript[p, 2]) Log[2, 1 - Subscript[p, 1] - Subscript[p, 2]], {Subscript[p, 1], 0, 1}, {Subscript[p, 2], 0, 1}, Mesh -> Automatic, MeshFunctions -> {#3 &}]



这篇关于Von Neumann Entropy(VNE) $S(\rho)=S(\rho ')$ does not imply spectrum of $\rho$ equal to $\r的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!


扫一扫关注最新编程教程