pygsti.evotypes.densitymx_slow.statereps

State representation classes for the densitymx_slow evolution type.

Module Contents

Classes

StateRep

The base class for all state representation classes

StateRepDense

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

Bases: pygsti.evotypes.basereps.StateRep

The base class for all state representation classes

property dim
copy_from(other)
actionable_staterep()
to_dense(on_space)
class pygsti.evotypes.densitymx_slow.statereps.StateRepDense(data, state_space, basis)

Bases: StateRep

The base class for all state representation classes

property base
base_has_changed()
class pygsti.evotypes.densitymx_slow.statereps.StateRepDensePure(purevec, basis, state_space)

Bases: StateRep

The base class for all state representation classes

base_has_changed()
class pygsti.evotypes.densitymx_slow.statereps.StateRepComputational(zvals, basis, state_space)

Bases: StateRep

The base class for all state representation classes

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

Bases: StateRep

The base class for all state representation classes

reps_have_changed()
class pygsti.evotypes.densitymx_slow.statereps.StateRepTensorProduct(factor_state_reps, state_space)

Bases: StateRep

The base class for all state representation classes

reps_have_changed()