Description Usage Arguments Details See Also
View source: R/Pauli_Clifford.R
Tableau representation of a stabilizer state
1 | clifford_tableau(num_qubits, initial_state = 0)
|
num_qubits |
the number of qubits |
initial_state |
the initial state |
(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>.
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()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.