4 releases
0.3.0 | Mar 27, 2022 |
---|---|
0.2.2 | Jun 2, 2021 |
0.2.1 | Mar 3, 2021 |
0.2.0 | Feb 20, 2021 |
#701 in Science
27 downloads per month
Used in ldpc
19KB
275 lines
pauli
A toolbox for quantum Pauli operator.
It is still a (really) small project, but I was tired of always rewriting that bunch of codes.
For now, only single qubit Pauli operator are implemented.
lib.rs
:
A library for quantum Pauli operators.
This contains a definition of the single-qubit
Pauli operators I
, X
, Y
and Z
and
of general multi-qubit Pauli operators such as XYZ
.
This library is built with error correction in mind thus the phases are ignored.
Dependencies
~3.5MB
~74K SLoC