pygsti.evotypes.qibo.statereps

State representations for “qibo” evolution type.

Module Contents

Classes

StateRep

The base class for all state representation classes

StateRepDensePure

The base class for all state representation classes

StateRepDense

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.qibo.statereps.StateRep(qibo_circuit, qibo_state, state_space)

Bases: pygsti.evotypes.basereps.StateRep

The base class for all state representation classes

property num_qubits
qibo_circuit
qibo_state
state_space
copy()
actionable_staterep()
class pygsti.evotypes.qibo.statereps.StateRepDensePure(purevec, state_space, basis)

Bases: StateRep

The base class for all state representation classes

property base
basis
base_has_changed()
to_dense(on_space)
class pygsti.evotypes.qibo.statereps.StateRepDense(data, state_space, basis)

Bases: StateRep

The base class for all state representation classes

property base
basis
std_basis
data
udim
base_has_changed()
to_dense(on_space)
class pygsti.evotypes.qibo.statereps.StateRepComputational(zvals, basis, state_space)

Bases: StateRep

The base class for all state representation classes

zvals
basis
class pygsti.evotypes.qibo.statereps.StateRepComposed(state_rep, op_rep, state_space)

Bases: StateRep

The base class for all state representation classes

property basis
state_rep
op_rep
reps_have_changed()
actionable_staterep()