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

Hi! There are typos in the first formula of two tutorials: [QuTiP Lecture: Pulse-wise two-photon interference of emission from a two-level system](https://nbviewer.ipython.org/github/qutip/qutip-notebooks/blob/master/examples/pulse-wise-two-photon-interference.ipynb#QuTiP-Lecture:-Pulse-wise-two-photon-interference-of-emission-from-a-two-level-system) [QuTiP Lecture: Pulse-wise second-order optical coherences of emission...

The examples lattice-Introduction to 1d lattice models...ipynb and lattice-SSH model.ipynb updated. Hopefully, they will work ok. @hodgestar @nathanshammah @Ericgig

The table of contents in the [`index.ipynb`](https://github.com/qutip/qutip-notebooks/blob/master/index.ipynb) does not match the table of contents on the [qutip tutorials page](https://qutip.org/tutorials). Also, some of the links in the [`index.ipynb`](https://github.com/qutip/qutip-notebooks/blob/master/index.ipynb) give a 404...

Notebook testing changes made under issue #1208. Pauli-X, Y, Z and S,T Quantum Gates using QuTiP: new functions added under issue #1208 are documented in this notebook.

Hello! I've noted misprint in "Qubit (two-level) systems" subsection of "Manipulating States and Operators" section. I think, that after words "Now at this point one may ask how this state...

OS: MacOS High sierra Python: Python 3.6.5 :: Anaconda, Inc. I installed qutip using conda When I run python and the following ``` from qutip import * about() ``` I...

An minimal implementation of the code refactored from the repository [Hyperplane Intersection Projection](https://github.com/Hannoskaj/Hyperplane_Intersection_Projection) commited by Jonas Kahn for the paper [arXiv:2107.01060](https://arxiv.org/abs/2107.01060). The original code is by @Hannoskaj (https://github.com/Hannoskaj) The paper...

review ready

Hi! I was wondering if it would be ever possible to perform qutip optimal pulse control by maximizing the expectation of states to some operator A, i.e. C = ....

The "nonmarkov-transfer-tensor-method" and "nonmarkov-coherent-feedback" example notebooks does not work for qutip 4.5. There has been some data-type erro, the code could not running.