diff --git a/doc/changelog.rst b/doc/changelog.rst index 224c1161de..72f55eb722 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -30,7 +30,7 @@ Improvements - Support ``Path`` objects in ``qutip.fileio``. (`#1813 `_ by Adrià Labay) - Improved the weighting in steadystate solver, so that the default weight matches the documented behaviour and the dense solver applies the weights in the same manner as the sparse solver. (`#1275 `_ and `#1802 `_ by NS2 Group at LPS and Simon Cross) - Added a ``color_style`` option to the ``hinton`` plotting function. (`#1595 `_ by Cassandra Granade) -- Improved the scaling of ``floquet_master_equation_rates`` and ``floquet_master_equation_tensor`` and fixed transposition and basis change errors in ``floquet_master_equation_tensor`` and ``floquet_markov_mesolve``. (`#1284 `_ by Camille Le Calonnec, Jake Lishman and Eric Giguère) +- Improved the scaling of ``floquet_master_equation_rates`` and ``floquet_master_equation_tensor`` and fixed transposition and basis change errors in ``floquet_master_equation_tensor`` and ``floquet_markov_mesolve``. (`#1248 `_ by Camille Le Calonnec, Jake Lishman and Eric Giguère) - Removed ``linspace_with`` and ``view_methods`` from ``qutip.utilities``. For the former it is far better to use ``numpy.linspace`` and for the later Python's in-built ``help`` function or other tools. (`#1680 `_ by Eric Giguère) - Added support for passing callable functions as ``e_ops`` to ``mesolve`` and ``sesolve``. (`#1655 `_ by Marek Narożniak) - Added the function ``steadystate_floquet``, which returns the "effective" steadystate of a periodic driven system. (`#1660 `_ by Alberto Mercurio)