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
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
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
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

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

Bases: StateRep

The base class for all state representation classes

property basis
reps_have_changed()
actionable_staterep()