qrisp.QuantumCircuit.gphase#
- QuantumCircuit.gphase(phi: FloatLike, qubits: QubitLike)[source]#
Instruct a global phase. Global phases do not directly influence the QuantumCircuits outcome however they can become physical if used as a base gate for a controlled operation.
- Parameters:
- phiFloatLike
The angle parameter.
- qubitsQubitLike
The Qubit to apply the gate on.