From c9034a5c57869c42980a82867281b21f2aaba259 Mon Sep 17 00:00:00 2001 From: Adria Labay Date: Sun, 22 Dec 2024 19:52:51 +0100 Subject: [PATCH] update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e3a8c0d..946173ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Change the structure of block diagonalization functions, using `BlockDiagonalForm` struct and changing the function name from `bdf` to `block_diagonal_form`. ([#349]) - Add **GPUArrays** compatibility for `ptrace` function, by using **KernelAbstractions.jl**. ([#350]) +- Implement `mean_occupation`, `remove_coherence` and extend `get_coherence` to support composite states. ## [v0.24.0] Release date: 2024-12-13