X {QuantumOps}R Documentation

X

Description

If no argument is supplied, returns the matrix of X gate. If ket given as input, applies an X gate to the input ket and returns the resulting ket

Usage

X(...)

Arguments

...

No argument, or ket (column vector) that is input to the gate

Value

Matix of the X gate or ket after an X gate is applied

Examples

 X(ket(1,0))
 X()

[Package QuantumOps version 3.0.1 Index]