Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
smu160 committed Dec 26, 2023
1 parent 0353960 commit c032afe
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# CHANGELOG

## 0.5.0

### New features

- Add the controlled Hadamard gate.
- Add the controlled Rz gate.
- Add functions to compute expectation value:
- `xyz_expectation_value` can take any of the operators, `X, Y, Z`, and
return the expectation value.
- `qubit_expectation_value` is a special case that offers better performance when
computing the expectation value of `Z` in the state.

## 0.4.0

- The default number of threads is now determined using
Expand Down

0 comments on commit c032afe

Please sign in to comment.