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
chp_ops
state_space
qubit_labels
qubit_label_to_index
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

state_rep
op_rep
reps_have_changed()
actionable_staterep()