You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following this tutorial: Density matrix reconstruction. After the fit method and the plots with the metrics (KL-divergence and Fidelity) how can I extract the reconstructed density matrix so I can compare with the real density matrix?
I like to achieve something like this:
where the image on the left is the true density matrix, under true_matrix variable (matrix_path_real = "N2_W_state_target_real.txt" and matrix_path_imag = "N2_W_state_target_imag.txt") and the image to the right is the reconstructed matrix. How can I extract the information on the reconstructed matrix? Where is it stored?
The text was updated successfully, but these errors were encountered:
Following this tutorial: Density matrix reconstruction. After the fit method and the plots with the metrics (KL-divergence and Fidelity) how can I extract the reconstructed density matrix so I can compare with the real density matrix?
I like to achieve something like this:
where the image on the left is the true density matrix, under
true_matrix
variable (matrix_path_real = "N2_W_state_target_real.txt"
andmatrix_path_imag = "N2_W_state_target_imag.txt"
) and the image to the right is the reconstructed matrix. How can I extract the information on the reconstructed matrix? Where is it stored?The text was updated successfully, but these errors were encountered: