qutip-lectures
qutip-lectures copied to clipboard
Lectures on QuTiP: slides and ipython notebooks
Includes some minor edits. Including adding .gitignore file @jrjohansson @hodgestar
Some minor changes to enable the Lecture 1 - JC Model to work with the current version of QuTiP.
With Python 3.8.8, the notebook throws the following: DeprecationWarning: scipy.rand is deprecated and will be removed in SciPy 2.0.0, use numpy.random.rand instead DeprecationWarning: scipy.real is deprecated and will be removed...
Hi. I'm very new to Qutip and still in the process of refreshing my quantum physics knowledge so please forgive me if this is a silly question. In the notebook...
When trying to evolve the code: `mesolve(h_t, psi0, taulist, [], process_rho, args)` I get the following error. It looks like it is expecting parameters to be passed in, but I'm...