qrisp.p# p(phi, qubits)[source]# Applies a phase gate. Parameters: phifloat or sympy.SymbolThe phase to apply. qubitsQubit or list[Qubit] or QuantumVariableThe Qubit on which to apply the phase gate.