CZ: CZ

Description Usage Arguments Value Examples

View source: R/CZ.R

Description

If no argument is supplied, returns the matrix of Controlled-Z gate. If ket given as input, applies a Controlled-Z gate to the input ket and returns the resulting ket

Usage

1

Arguments

...

No argument, or 4 dimensional (2 qubit) ket (column vector) that is input to the gate

Value

Matix of the Controlled-Z gate or ket after a Controlled-Z gate is applied

Examples

1
2
 CZ(ket(1,1,1,1))
 CZ()

QuantumOps documentation built on Feb. 3, 2020, 5:07 p.m.

Related to CZ in QuantumOps...