Skip to content

Commit 91ea41b

Browse files
Make changelog
1 parent 51ad110 commit 91ea41b

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
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
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])
1212
- Use LinearSolve's internal methods for preconditioners in `SteadyStateLinearSolver`. ([#588])
13+
- Use `FillArrays.jl` for handling superoperators. This makes the code cleaner and potentially more efficient. ([#589])
1314

1415
## [v0.38.1]
1516
Release date: 2025-10-27
@@ -364,3 +365,4 @@ Release date: 2024-11-13
364365
[#580]: https://github.com/qutip/QuantumToolbox.jl/issues/580
365366
[#581]: https://github.com/qutip/QuantumToolbox.jl/issues/581
366367
[#588]: https://github.com/qutip/QuantumToolbox.jl/issues/588
368+
[#589]: https://github.com/qutip/QuantumToolbox.jl/issues/589

0 commit comments

Comments
 (0)