Id {qsimulatR} | R Documentation |
The identity gate
Description
The identity gate
Usage
Id(bit)
Arguments
bit |
integer. The bit to which to apply the gate |
Value
An S4 class 'sqgate' object is returned
Examples
x <- qstate(nbits=2)
z <- Id(1) * x
z
[Package qsimulatR version 1.1.1 Index]