Description Usage Arguments Details The state is stored using two complementary representations See Also
View source: R/Pauli_Clifford.R
A state of the Clifford simulation.
1 | clifford_state(qubit_map, initial_state = 0)
|
qubit_map |
mapped qubits |
initial_state |
the initial state |
The state is stored using two complementary representations: Anderson's tableaux form and Bravyi's CH-form. The tableaux keeps track of the stabilizer operations, while the CH-form allows access to the full wavefunction (including phase). Gates and measurements are applied to each representation in O(n^2) time.
Anderson's tableaux form and Bravyi's CH-form. The tableaux keeps track of the stabilizer operations, while the CH-form allows access to the full wavefunction (including phase).
Other Pauli and Clifford groups:
clifford_single_qubit_gate()
,
clifford_tableau()
,
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.