qutip / qutip-notebooks

A collection of IPython notebooks using QuTiP: examples, tutorials, development test, etc.
BSD 3-Clause "New" or "Revised" License
238 stars 236 forks source link

reason behind using qpt_plot_combined() #83

Open TejasAvinashShetty opened 5 years ago

TejasAvinashShetty commented 5 years ago

What is the reason behind using qpt_plot_combined() instead of matrix_histogram_complex() in the following cnot, toffoli, iswap, rotation ? Isn't matrix_histogram_complex() up for the task too? Pardon me for my silly question. But I could not help if the choice was taken to improve the clarity of visualizing the elements of the matrix (So that the matrix elements are far apart.) . Or is there a deeper reason? Maybe @jrjohansson or @nonhermitian could shed some light?