stabilizer_state_ch_form: StabilizerStateChForm

Description Usage Arguments Details Value

View source: R/Pauli_Clifford.R

Description

A representation of stabilizer states using the CH form.

Usage

1
stabilizer_state_ch_form(num_qubits, initial_state = 0, ...)

Arguments

num_qubits

The number of qubits in the system

initial_state

If an int, the state is set to the computational

...

other arguments to pass.

Details

$|\psi> = \omega U_C U_H |s>$ This representation keeps track of overall phase. Reference: https://arxiv.org/abs/1808.00128

Value

initialized stabilizer states using the CH form.


henry090/Cirq documentation built on June 13, 2020, 1:28 a.m.