Skip to content

Commit 22f7962

Browse files
committed
Redo release note for new version
1 parent 7fdd48d commit 22f7962

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

releasenotes/notes/1.0/fast-sparse-pauli-operator-b41cacf11e8c4e0e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ features_quantum_info:
55
"tensorized Pauli decomposition algorithm" presented in
66
`Hatznko, Binkowski and Gupta (2023) <https://arxiv.org/abs/2310.13421>`__. The method is now
77
several orders of magnitude faster; for example, it is possible to decompose a random
8-
10-qubit operator in around 40ms on a consumer Macbook Pro (Intel i7, 2020).
8+
10-qubit operator in around 250ms on a consumer Macbook Pro (Intel i7, 2020).
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
features_quantum_info:
3+
- |
4+
The performance of :meth:`.SparsePauliOp.from_operator` has been optimized on top of the
5+
algorithm improvements methods introduced in Qiskit 1.0. It is now approximately five times
6+
faster than before for fully dense matrices, taking approximately 40ms to decompose a 10q
7+
operator involving all Pauli terms.

0 commit comments

Comments
 (0)