pygsti.evotypes.chp.statereps

State representations for “stabilizer_slow” evolution type.

Module Contents

Classes

StateRep

The base class for all state representation classes

StateRepComputational

The base class for all state representation classes

StateRepComposed

The base class for all state representation classes

class pygsti.evotypes.chp.statereps.StateRep(chp_ops, state_space)

Bases: pygsti.evotypes.basereps.StateRep

The base class for all state representation classes

property num_qubits
copy()
actionable_staterep()
class pygsti.evotypes.chp.statereps.StateRepComputational(zvals, basis, state_space)

Bases: StateRep

The base class for all state representation classes

class pygsti.evotypes.chp.statereps.StateRepComposed(state_rep, op_rep, state_space)

Bases: StateRep

The base class for all state representation classes

reps_have_changed()
actionable_staterep()