Home
last modified time | relevance | path

Searched refs:PhasedXPowGate (Results 101 – 125 of 311) sorted by relevance

12345678910>>...13

/dports/science/py-cirq-aqt/Cirq-0.12.0/cirq-aqt/cirq_aqt/
H A Daqt_sampler.py88 gate: Union[cirq.EigenGate, cirq.PhasedXPowGate]
90 gate = cast(cirq.PhasedXPowGate, op.gate)
H A Daqt_sampler_test.py167 circuit.append(cirq.PhasedXPowGate(phase_exponent=0.5, exponent=-0.5).on(qubits[0]))
168 circuit.append(cirq.PhasedXPowGate(phase_exponent=0.5, exponent=0.5).on(qubits[0]))
/dports/science/py-cirq-core/Cirq-0.13.1/cirq-aqt/cirq_aqt/
H A Daqt_sampler.py90 gate: Union[cirq.EigenGate, cirq.PhasedXPowGate]
92 gate = cast(cirq.PhasedXPowGate, op.gate)
H A Daqt_sampler_test.py167 circuit.append(cirq.PhasedXPowGate(phase_exponent=0.5, exponent=-0.5).on(qubits[0]))
168 circuit.append(cirq.PhasedXPowGate(phase_exponent=0.5, exponent=0.5).on(qubits[0]))
/dports/science/py-cirq-pasqal/Cirq-0.13.1/cirq-aqt/cirq_aqt/
H A Daqt_sampler.py90 gate: Union[cirq.EigenGate, cirq.PhasedXPowGate]
92 gate = cast(cirq.PhasedXPowGate, op.gate)
H A Daqt_sampler_test.py167 circuit.append(cirq.PhasedXPowGate(phase_exponent=0.5, exponent=-0.5).on(qubits[0]))
168 circuit.append(cirq.PhasedXPowGate(phase_exponent=0.5, exponent=0.5).on(qubits[0]))
/dports/science/py-cirq-google/Cirq-0.13.0/cirq-aqt/cirq_aqt/
H A Daqt_sampler.py90 gate: Union[cirq.EigenGate, cirq.PhasedXPowGate]
92 gate = cast(cirq.PhasedXPowGate, op.gate)
H A Daqt_sampler_test.py167 circuit.append(cirq.PhasedXPowGate(phase_exponent=0.5, exponent=-0.5).on(qubits[0]))
168 circuit.append(cirq.PhasedXPowGate(phase_exponent=0.5, exponent=0.5).on(qubits[0]))
/dports/science/py-cirq-ionq/Cirq-0.13.1/cirq-aqt/cirq_aqt/
H A Daqt_sampler.py90 gate: Union[cirq.EigenGate, cirq.PhasedXPowGate]
92 gate = cast(cirq.PhasedXPowGate, op.gate)
H A Daqt_sampler_test.py167 circuit.append(cirq.PhasedXPowGate(phase_exponent=0.5, exponent=-0.5).on(qubits[0]))
168 circuit.append(cirq.PhasedXPowGate(phase_exponent=0.5, exponent=0.5).on(qubits[0]))
/dports/science/py-cirq-core/Cirq-0.13.1/cirq-core/cirq/circuits/
H A Dquil_output_test.py363 cirq.PhasedXPowGate(phase_exponent=0.111, exponent=0.25).on(q1),
364 cirq.PhasedXPowGate(phase_exponent=0.333, exponent=0.5).on(q1),
365 cirq.PhasedXPowGate(phase_exponent=0.777, exponent=-0.5).on(q1),
/dports/science/py-cirq-pasqal/Cirq-0.13.1/cirq-core/cirq/circuits/
H A Dquil_output_test.py363 cirq.PhasedXPowGate(phase_exponent=0.111, exponent=0.25).on(q1),
364 cirq.PhasedXPowGate(phase_exponent=0.333, exponent=0.5).on(q1),
365 cirq.PhasedXPowGate(phase_exponent=0.777, exponent=-0.5).on(q1),
/dports/science/py-cirq-google/Cirq-0.13.0/cirq-core/cirq/circuits/
H A Dquil_output_test.py363 cirq.PhasedXPowGate(phase_exponent=0.111, exponent=0.25).on(q1),
364 cirq.PhasedXPowGate(phase_exponent=0.333, exponent=0.5).on(q1),
365 cirq.PhasedXPowGate(phase_exponent=0.777, exponent=-0.5).on(q1),
/dports/science/py-cirq-ionq/Cirq-0.13.1/cirq-core/cirq/circuits/
H A Dquil_output_test.py363 cirq.PhasedXPowGate(phase_exponent=0.111, exponent=0.25).on(q1),
364 cirq.PhasedXPowGate(phase_exponent=0.333, exponent=0.5).on(q1),
365 cirq.PhasedXPowGate(phase_exponent=0.777, exponent=-0.5).on(q1),
/dports/science/py-cirq-aqt/Cirq-0.12.0/cirq-core/cirq/circuits/
H A Dquil_output_test.py363 cirq.PhasedXPowGate(phase_exponent=0.111, exponent=0.25).on(q1),
364 cirq.PhasedXPowGate(phase_exponent=0.333, exponent=0.5).on(q1),
365 cirq.PhasedXPowGate(phase_exponent=0.777, exponent=-0.5).on(q1),
/dports/science/py-cirq-core/Cirq-0.13.1/cirq-core/cirq/optimizers/
H A Dmerge_single_qubit_gates_test.py177 cirq.PhasedXPowGate(phase_exponent=1)(a),
180 (cirq.PhasedXPowGate(phase_exponent=-0.5)(a)) ** 0.5,
H A Ddecompositions_test.py198 assert cirq.approx_eq(actual, [cirq.PhasedXPowGate(phase_exponent=1.0)], atol=1e-9)
201 assert cirq.approx_eq(actual, [cirq.PhasedXPowGate(phase_exponent=0.5, exponent=-1)], atol=1e-9)
216 actual, [cirq.PhasedXPowGate(phase_exponent=-0.5, exponent=0.5), cirq.Z ** -1], atol=1e-9
/dports/science/py-cirq-aqt/Cirq-0.12.0/cirq-core/cirq/optimizers/
H A Dmerge_single_qubit_gates_test.py177 cirq.PhasedXPowGate(phase_exponent=1)(a),
180 (cirq.PhasedXPowGate(phase_exponent=-0.5)(a)) ** 0.5,
H A Ddecompositions_test.py198 assert cirq.approx_eq(actual, [cirq.PhasedXPowGate(phase_exponent=1.0)], atol=1e-9)
201 assert cirq.approx_eq(actual, [cirq.PhasedXPowGate(phase_exponent=0.5, exponent=-1)], atol=1e-9)
216 actual, [cirq.PhasedXPowGate(phase_exponent=-0.5, exponent=0.5), cirq.Z ** -1], atol=1e-9
/dports/science/py-cirq-pasqal/Cirq-0.13.1/cirq-core/cirq/optimizers/
H A Dmerge_single_qubit_gates_test.py177 cirq.PhasedXPowGate(phase_exponent=1)(a),
180 (cirq.PhasedXPowGate(phase_exponent=-0.5)(a)) ** 0.5,
H A Ddecompositions_test.py198 assert cirq.approx_eq(actual, [cirq.PhasedXPowGate(phase_exponent=1.0)], atol=1e-9)
201 assert cirq.approx_eq(actual, [cirq.PhasedXPowGate(phase_exponent=0.5, exponent=-1)], atol=1e-9)
216 actual, [cirq.PhasedXPowGate(phase_exponent=-0.5, exponent=0.5), cirq.Z ** -1], atol=1e-9
/dports/science/py-cirq-ionq/Cirq-0.13.1/cirq-core/cirq/optimizers/
H A Dmerge_single_qubit_gates_test.py177 cirq.PhasedXPowGate(phase_exponent=1)(a),
180 (cirq.PhasedXPowGate(phase_exponent=-0.5)(a)) ** 0.5,
H A Ddecompositions_test.py198 assert cirq.approx_eq(actual, [cirq.PhasedXPowGate(phase_exponent=1.0)], atol=1e-9)
201 assert cirq.approx_eq(actual, [cirq.PhasedXPowGate(phase_exponent=0.5, exponent=-1)], atol=1e-9)
216 actual, [cirq.PhasedXPowGate(phase_exponent=-0.5, exponent=0.5), cirq.Z ** -1], atol=1e-9
/dports/science/py-cirq-google/Cirq-0.13.0/cirq-core/cirq/optimizers/
H A Dmerge_single_qubit_gates_test.py177 cirq.PhasedXPowGate(phase_exponent=1)(a),
180 (cirq.PhasedXPowGate(phase_exponent=-0.5)(a)) ** 0.5,
H A Ddecompositions_test.py198 assert cirq.approx_eq(actual, [cirq.PhasedXPowGate(phase_exponent=1.0)], atol=1e-9)
201 assert cirq.approx_eq(actual, [cirq.PhasedXPowGate(phase_exponent=0.5, exponent=-1)], atol=1e-9)
216 actual, [cirq.PhasedXPowGate(phase_exponent=-0.5, exponent=0.5), cirq.Z ** -1], atol=1e-9

12345678910>>...13