pygsti.evotypes.stabilizer_slow.opreps
Operation representation classes for the stabilizer_slow evolution type.
Module Contents
Classes
The base class for all operation representation classes |
|
The base class for all operation representation classes |
|
The base class for all operation representation classes |
|
The base class for all operation representation classes |
|
The base class for all operation representation classes |
|
The base class for all operation representation classes |
|
The base class for all operation representation classes |
|
The base class for all operation representation classes |
|
The base class for all operation representation classes |
- class pygsti.evotypes.stabilizer_slow.opreps.OpRep(state_space)
Bases:
pygsti.evotypes.basereps.OpRep
The base class for all operation representation classes
- property nqubits
- state_space
- abstract acton(state)
- abstract adjoint_acton(state)
- class pygsti.evotypes.stabilizer_slow.opreps.OpRepClifford(unitarymx, symplecticrep, basis, state_space)
Bases:
OpRep
The base class for all operation representation classes
- property unitary_dagger
- unitary
- basis
- acton(state)
Act this gate map on an input state
- adjoint_acton(state)
Act the adjoint of this operation matrix on an input state
- class pygsti.evotypes.stabilizer_slow.opreps.OpRepStandard(name, basis, state_space)
Bases:
OpRepClifford
The base class for all operation representation classes
- name
- class pygsti.evotypes.stabilizer_slow.opreps.OpRepComposed(factor_op_reps, state_space)
Bases:
OpRep
The base class for all operation representation classes
- factor_reps
- reinit_factor_op_reps(factor_op_reps)
- acton(state)
Act this gate map on an input state
- adjoint_acton(state)
Act the adjoint of this operation matrix on an input state
- class pygsti.evotypes.stabilizer_slow.opreps.OpRepSum(factor_reps, state_space)
Bases:
OpRep
The base class for all operation representation classes
- factor_reps
- reinit_factor_reps(factor_reps)
- abstract acton(state)
Act this gate map on an input state
- abstract adjoint_acton(state)
Act the adjoint of this operation matrix on an input state
- class pygsti.evotypes.stabilizer_slow.opreps.OpRepEmbedded(state_space, target_labels, embedded_rep)
Bases:
OpRep
The base class for all operation representation classes
- embedded_rep
- qubits
- acton(state)
- adjoint_acton(state)
- class pygsti.evotypes.stabilizer_slow.opreps.OpRepExpErrorgen(errorgen_rep)
Bases:
OpRep
The base class for all operation representation classes
- errorgen_rep
- errgenrep_has_changed(onenorm_upperbound)
- acton(state)
- adjoint_acton(state)
- class pygsti.evotypes.stabilizer_slow.opreps.OpRepRepeated(rep_to_repeat, num_repetitions, state_space)
Bases:
OpRep
The base class for all operation representation classes
- repeated_rep
- num_repetitions
- acton(state)
Act this gate map on an input state
- adjoint_acton(state)
Act the adjoint of this operation matrix on an input state