pygsti.evotypes.stabilizer_slow.effectreps

POVM effect representation classes for the stabilizer_slow evolution type.

Module Contents

Classes

EffectRep

The base class for all POVM effect representation classes

EffectRepComputational

The base class for all POVM effect representation classes

EffectRepComposed

The base class for all POVM effect representation classes

class pygsti.evotypes.stabilizer_slow.effectreps.EffectRep(state_space)

Bases: pygsti.evotypes.basereps.EffectRep

The base class for all POVM effect representation classes

property nqubits
state_space
probability(state)
amplitude(state)
to_dense(on_space)
class pygsti.evotypes.stabilizer_slow.effectreps.EffectRepComputational(zvals, basis, state_space)

Bases: EffectRep

The base class for all POVM effect representation classes

zvals
basis
to_dense(on_space, outvec=None)
class pygsti.evotypes.stabilizer_slow.effectreps.EffectRepComposed(op_rep, effect_rep, op_id, state_space)

Bases: EffectRep

The base class for all POVM effect representation classes

op_rep
effect_rep
op_id
probability(state)
amplitude(state)