Home
last modified time | relevance | path

Searched defs:_PauliX (Results 1 – 5 of 5) sorted by relevance

/dports/science/py-cirq-core/Cirq-0.13.1/cirq-core/cirq/ops/
H A Dpauli_gates.py108 class _PauliX(Pauli, common_gates.XPowGate): class
113 def __pow__(self: '_PauliX', exponent: 'cirq.TParamVal') -> common_gates.XPowGate:
116 def _with_exponent(self: '_PauliX', exponent: 'cirq.TParamVal') -> common_gates.XPowGate:
126 def basis(self: '_PauliX') -> Dict[int, '_XEigenState']:
/dports/science/py-cirq-pasqal/Cirq-0.13.1/cirq-core/cirq/ops/
H A Dpauli_gates.py108 class _PauliX(Pauli, common_gates.XPowGate): class
113 def __pow__(self: '_PauliX', exponent: 'cirq.TParamVal') -> common_gates.XPowGate:
116 def _with_exponent(self: '_PauliX', exponent: 'cirq.TParamVal') -> common_gates.XPowGate:
126 def basis(self: '_PauliX') -> Dict[int, '_XEigenState']:
/dports/science/py-cirq-google/Cirq-0.13.0/cirq-core/cirq/ops/
H A Dpauli_gates.py108 class _PauliX(Pauli, common_gates.XPowGate): class
113 def __pow__(self: '_PauliX', exponent: 'cirq.TParamVal') -> common_gates.XPowGate:
116 def _with_exponent(self: '_PauliX', exponent: 'cirq.TParamVal') -> common_gates.XPowGate:
126 def basis(self: '_PauliX') -> Dict[int, '_XEigenState']:
/dports/science/py-cirq-ionq/Cirq-0.13.1/cirq-core/cirq/ops/
H A Dpauli_gates.py108 class _PauliX(Pauli, common_gates.XPowGate): class
113 def __pow__(self: '_PauliX', exponent: 'cirq.TParamVal') -> common_gates.XPowGate:
116 def _with_exponent(self: '_PauliX', exponent: 'cirq.TParamVal') -> common_gates.XPowGate:
126 def basis(self: '_PauliX') -> Dict[int, '_XEigenState']:
/dports/science/py-cirq-aqt/Cirq-0.12.0/cirq-core/cirq/ops/
H A Dpauli_gates.py105 class _PauliX(Pauli, common_gates.XPowGate): class
110 def __pow__(self: '_PauliX', exponent: 'cirq.TParamVal') -> common_gates.XPowGate:
113 def _with_exponent(self: '_PauliX', exponent: 'cirq.TParamVal') -> common_gates.XPowGate:
123 def basis(self: '_PauliX') -> Dict[int, '_XEigenState']: