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

Added imagemagick information for display #75

Closed quantshah closed 5 years ago

quantshah commented 5 years ago

Many times users are confused why their circuits are not displayed when the run the QIP examples. This is because we do not have ImageMagick as an install requirement but still use it to render circuits. I added this message to the tutorial but maybe I should add it too in the code with a check if ImageMagick is installed. Also, the rendering in the notebook was done from static images which could be confusing if someone is following the code.