Skip to content

Commit b2ec634

Browse files
Make changelog
1 parent 2cada32 commit b2ec634

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
- Change default solver detection in `eigensolve` when using `sigma` keyword argument (shift-inverse algorithm). If the operator is a `SparseMatrixCSC`, the default solver is `UMFPACKFactorization`, otherwise it is automatically chosen by LinearSolve.jl, depending on the type of the operator. ([#580])
1111
- Add keyword argument `assume_hermitian` to `liouvillian`. This allows users to disable the assumption that the Hamiltonian is Hermitian. ([#581])
12+
- Use `FillArrays.jl` for handling superoperators. This makes the code cleaner and potentially more efficient. ([#589])
1213

1314
## [v0.38.1]
1415
Release date: 2025-10-27
@@ -362,3 +363,4 @@ Release date: 2024-11-13
362363
[#579]: https://github.com/qutip/QuantumToolbox.jl/issues/579
363364
[#580]: https://github.com/qutip/QuantumToolbox.jl/issues/580
364365
[#581]: https://github.com/qutip/QuantumToolbox.jl/issues/581
366+
[#589]: https://github.com/qutip/QuantumToolbox.jl/issues/589

0 commit comments

Comments
 (0)