pygsti.evotypes.statevec_slow.statereps

State representation classes for the statevec_slow evolution type.

Module Contents

Classes

StateRep

The base class for all state representation classes

StateRepDensePure

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.statevec_slow.statereps.StateRep(data, state_space, basis)

Bases: pygsti.evotypes.basereps.StateRep

The base class for all state representation classes

property dim
data
state_space
basis
copy_from(other)
actionable_staterep()
to_dense(on_space)
class pygsti.evotypes.statevec_slow.statereps.StateRepDensePure(purevec, state_space, basis)

Bases: StateRep

The base class for all state representation classes

property base
base_has_changed()
class pygsti.evotypes.statevec_slow.statereps.StateRepComputational(zvals, basis, state_space)

Bases: StateRep

The base class for all state representation classes

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

Bases: StateRep

The base class for all state representation classes

factor_reps
reps_have_changed()