From 881fb3939a606bdf544a78f4f4ffeb8340af71b2 Mon Sep 17 00:00:00 2001 From: flowerthrower Date: Fri, 4 Oct 2024 10:54:30 +0200 Subject: [PATCH] fix changelog --- doc/changelog.rst | 5 ----- 1 file changed, 5 deletions(-) diff --git a/doc/changelog.rst b/doc/changelog.rst index 2e869b0..a90329f 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -10,11 +10,6 @@ This is an update to the beta release of ``qutip-qoc``. It mainly introduces the new reinforcement learning algorithm ``qutip_qoc._rl``. -- Non-public facing functions have been renamed to start with an underscore. -- As with other QuTiP functions, ``optimize_pulses`` now takes a ``tlist`` argument instead of ``_TimeInterval``. -- The structure for the control guess and bounds has changed and now takes in an optional ``__time__`` keyword. -- The ``result`` does no longer return ``optimized_objectives`` but instead ``optimized_H``. - Features --------