POVMMetadata

class POVMMetadata(povm_implementation: POVMImplementation, composed_circuit: QuantumCircuit)[source]

Bases: object

The bare metadata container for POVM sampling results.

Attributes

povm_implementation: POVMImplementation

The POVM implementation which produced the results to which this metadata belongs.

composed_circuit: QuantumCircuit

The quantum circuit which produced the results to which this metadata belongs.

This circuit is the composition of the quantum circuit specified by a PUB and the measurement circuit generated by the POVM implementation used. This is the quantum circuit that is eventually sent to the internal BaseSamplerV2.