pygsti.evotypes.stabilizer_slow.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

StateRepTensorProduct

The base class for all state representation classes

class pygsti.evotypes.stabilizer_slow.statereps.StateRep(smatrix, pvectors, amps, state_space)

Bases: pygsti.evotypes.basereps.StateRep

The base class for all state representation classes

property smatrix
property pvectors
property amps
property nqubits
state_space
sframe
actionable_staterep()
copy()
class pygsti.evotypes.stabilizer_slow.statereps.StateRepComputational(zvals, basis, state_space)

Bases: StateRep

The base class for all state representation classes

zvals
basis
class pygsti.evotypes.stabilizer_slow.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()
class pygsti.evotypes.stabilizer_slow.statereps.StateRepTensorProduct(factor_state_reps, state_space)

Bases: StateRep

The base class for all state representation classes

factor_reps
reps_have_changed()