Skip to content

Commit 138e3d8

Browse files
Merge pull request #24 from qutip:prepare_release
prepare update
2 parents d3ce1de + c115a98 commit 138e3d8

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

doc/changelog.rst

+24
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,30 @@ Changelog
33
*********
44

55

6+
Version 0.0.2 (Oct 04, 2024)
7+
+++++++++++++++++++++++++++++++++
8+
9+
This is an update to the beta release of ``qutip-qoc``.
10+
11+
It mainly introduces the new reinforcement learning algorithm ``qutip_qoc._rl``.
12+
13+
- Non-public facing functions have been renamed to start with an underscore.
14+
- As with other QuTiP functions, ``optimize_pulses`` now takes a ``tlist`` argument instead of ``_TimeInterval``.
15+
- The structure for the control guess and bounds has changed and now takes in an optional ``__time__`` keyword.
16+
- The ``result`` does no longer return ``optimized_objectives`` but instead ``optimized_H``.
17+
18+
Features
19+
--------
20+
21+
- New reinforcement learning algorithm, developed during GSOC24 (#19, #18, by LegionAtol)
22+
- Automatic transfromation of initial and target operator to superoperator (#23, by flowerthrower)
23+
24+
Bug Fixes
25+
---------
26+
27+
- Prevent loss of `__time__` keyword in optimize_pulses (#22, by flowerthrower)
28+
29+
630
Version 0.0.1 (May xx, 2024)
731
+++++++++++++++++++++++++++++++++
832

0 commit comments

Comments
 (0)