pauli_tracker
Wrapper around the essential functionality of the pauli_tracker crate.
When exporting Rust code through the FFI, we loose the ability to be generic. Because of
that we can only support specific types in this wrapper. The submodule structure kinda
emulates these types. For example, the Live
in live.map
corresponds to Rust’s Live<Map<_>> type.
Functions
|
Convert a bitvector to a boolvector. |
Modules
The Frames Pauli tracker. |
|
Pauli encoding. |