Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick committed May 1, 2024
1 parent bb2bf71 commit 8d69dd3
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 4 deletions.
19 changes: 16 additions & 3 deletions doc/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,29 @@ Changelog
*********


Version 0.1.0 (April xx, 2024)
Version 0.1.0 (May xx, 2024)
+++++++++++++++++++++++++++++++++

TODO: Add release notes
This is the beta release of qutip-qoc, the extended quantum control package in QuTiP.

It has undergone major refactoring and restructuring of the codebase.

- 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`.

Bug Fixes
---------

- basinhopping result does not contain minimizer message
- boundary issues with CRAB


Version 0.0.0 (December 26, 2023)
+++++++++++++++++++++++++++++++++

This is the first release of qutip-qoc, the extended quantum control package in QuTiP.
This is the alpha release of qutip-qoc, the extended quantum control package in QuTiP.

The qutip-qoc package builds up on the ``qutip-qtrl`` `package <https://github.com/qutip/qutip-qtrl>`_.
It enhances it by providing two additional algorithms to optimize analytically defined control functions.
Expand Down
3 changes: 2 additions & 1 deletion doc/guide/guide-control.rst
Original file line number Diff line number Diff line change
Expand Up @@ -272,4 +272,5 @@ Eventually, the optimization for a desired `fid_err_targ` can be started by call
},
)
Examples for Liouvillian dynamics and multi-objective optimization can be found in the examples folder.
.. TODO: add examples
Examples for Liouvillian dynamics and multi-objective optimization will follow soon.

0 comments on commit 8d69dd3

Please sign in to comment.