qrisp.Instruction.merge# Instruction.merge(other)[source]# Merges two instructions into one. Parameters: otherInstructionThe second instruction. Returns: resInstructionThe merged instruction (self is executed first).