clifford_tableau: Clifford Tableau

Description Usage Arguments Details See Also

View source: R/Pauli_Clifford.R

Description

Tableau representation of a stabilizer state

Usage

1
clifford_tableau(num_qubits, initial_state = 0)

Arguments

num_qubits

the number of qubits

initial_state

the initial state

Details

(based on Aaronson and Gottesman 2006). The tableau stores the stabilizer generators of the state using three binary arrays: xs, zs, and rs. Each row of the arrays represents a Pauli string, P, that is an eigenoperator of the wavefunction with eigenvalue one: P|psi> = |psi>.

See Also

Other Pauli and Clifford groups: clifford_single_qubit_gate(), clifford_state(), pauli_base_dense_string(), pauli_basis(), pauli_dense_string(), pauli_gate_like(), pauli_interaction_gate(), pauli_mutable_dense_string(), pauli_pow_combination(), pauli_string_gate_operation(), pauli_string(), pauli_sum_like(), pauli_sum(), pauli_transform(), pauli()


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