Differences

This shows you the differences between two versions of the page.

Link to this comparison view

forum:data:2022:recreate_densitymatrixplot [2022/03/27 19:10] – Created from the form at forum:start David Tamforum:data:2022:recreate_densitymatrixplot [2022/03/27 19:11] (current) David Tam
Line 16: Line 16:
 dmF = CFDensityMatrix[3, 1,  dmF = CFDensityMatrix[3, 1, 
   With[{vv = {0.7, 0, 0.3, 0, 0, 0.3, 0, 0, 0.1, 0.5, 0.1, 0, 0.2, 0}}, vv/Sqrt@Total[vv^2]]]   With[{vv = {0.7, 0, 0.3, 0, 0, 0.3, 0, 0, 0.1, 0.5, 0.1, 0, 0.2, 0}}, vv/Sqrt@Total[vv^2]]]
 +
 DensityMatrixPlot[dmF] DensityMatrixPlot[dmF]
  
Print/export