pygsti.evotypes.qibo.statereps
State representations for “qibo” evolution type.
Module Contents
Classes
The base class for all state representation classes |
|
The base class for all state representation classes |
|
The base class for all state representation classes |
|
The base class for all state representation classes |
|
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)