Skip to content

Commit 0fa4a90

Browse files
committed
WIP: Add base representation of SparseObservable
This adds the very base representation of `SparseObservable`, including the lowest-level constructor from Python space and the ability to view the data buffers. It does not add any of the means to calculate with it, nor any of the high-level interfaces to construction. This WIP commit will be amended to at least add documentation and tests of the contents.
1 parent 419f40e commit 0fa4a90

File tree

6 files changed

+698
-1
lines changed

6 files changed

+698
-1
lines changed

crates/accelerate/src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ pub mod pauli_exp_val;
2626
pub mod results;
2727
pub mod sabre;
2828
pub mod sampled_exp_val;
29+
pub mod sparse_observable;
2930
pub mod sparse_pauli_op;
3031
pub mod stochastic_swap;
3132
pub mod synthesis;

0 commit comments

Comments
 (0)