qutip-notebooks icon indicating copy to clipboard operation
qutip-notebooks copied to clipboard

A collection of IPython notebooks using QuTiP: examples, tutorials, development test, etc.

Results 26 qutip-notebooks issues
Sort by recently updated
recently updated
newest added

1. Removed unnecessary variables in some functions. 2. Removed wf_gnd_prob in cells 6 to 11 because equivalent to f_gnd_prob. 3. Added comments on the Floquet spectrum folding. 4. Added integration...

A few semantic changes have occurred over the years for both the libraries however, the brief tutorials on the website are outdated. One such example is: ```python from numpy import...

It would be nice to have a simple and short notebook to show how to export and import between OpenQasm and `qutip.qip.circuit.QubitCircuit`, once [#1291](https://github.com/qutip/qutip/pull/1291) is merged. The same could apply...

👋 Hi This is a simple fix. I had an error when visiting `https://nbviewer.jupyter.org/github/qutip/qutip-notebooks/blob/master/python/Matplotlib_Plotting.ipynb`. As, the code examples were hidden. The reason stated in the console was: `Mixed Content: The...

Hello, I am trying to reproduce the results in the example notebook qutip-notebooks/examples/temporal-photon-scattering.ipynb at this location https://github.com/qutip/qutip-notebooks/blob/master/examples/temporal-photon-scattering.ipynb I could reproduce all results with no problem, except when I got into...

The recently introduced `jupyter-book` feature allows to collate jupyter notebooks and customize the html layout to form a hypertext that can be used as a book. The current notebooks, and...

ENH

What is the reason behind using qpt_plot_combined() instead of matrix_histogram_complex() in the following [cnot](https://github.com/qutip/qutip-notebooks/blob/master/examples/control-grape-cnot.ipynb), [toffoli](https://github.com/qutip/qutip-notebooks/blob/master/examples/control-grape-toffoli.ipynb), [iswap](https://github.com/qutip/qutip-notebooks/blob/master/examples/control-grape-iswap.ipynb), [rotation](https://github.com/qutip/qutip-notebooks/blob/master/examples/control-grape-single-qubit-rotation.ipynb) ? Isn't matrix_histogram_complex() up for the task too? Pardon me for my silly...

In this [notebook](https://github.com/qutip/qutip-notebooks/blob/master/examples/control-grape-cnot.ipynb) is the analytical solution as in this image right? Because on trying (g = pi/ 4* T = 1/8) as in this figure I am unable to...

…nsformation and plot_Wigner_sphere in wigner.py and visualization.py respectively in my fork of qutip, for which I have just created a pull request.

In the following [notebook](https://github.com/qutip/qutip-notebooks/blob/master/examples/control-grape-cnot.ipynb) the result of this line > _overlap(result.U_f, U_f_numerical).real, abs(_overlap(result.U_f, U_f_numerical))**2 (which is in the "Test numerical integration of GRAPE pulse") the result obtained seems very low....