qrisp.gphase# gphase(phi, qubits)[source]# Applies a global phase. This gate turns into a phase gate when controlled. Parameters: phifloat or sympy.SymbolThe global phase to apply. qubitsQubit or list[Qubit] or QuantumVariableThe Qubit to perform the global phase gate on.