Commit 0fa4a90
committed
WIP: Add base representation of
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.SparseObservable
1 parent 419f40e commit 0fa4a90
6 files changed
Lines changed: 698 additions & 1 deletion
File tree
- crates
- accelerate/src
- circuit/src
- pyext/src
- qiskit
- quantum_info
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| |||
0 commit comments