From: PIQuIL/QuCumber#72 (comment)
Regarding the proposal:
- POVM types: you can implement your own POVM types by inheriting
SICPOVMBase, Pauli4 can be your example
- MPS types: I have implemented this, but serialization methods are not implemented yet, if you want I can let you work on this
- noise is not implemented yet
- tensor contraction for local operators is done, contraction with a tensor network should be similar, you can implement the
contract method inside class DensityMatrix if you want to work on this
cc: @akshat998
From: PIQuIL/QuCumber#72 (comment)
Regarding the proposal:
SICPOVMBase,Pauli4can be your examplecontractmethod insideclass DensityMatrixif you want to work on thiscc: @akshat998