Description Usage Arguments Value See Also
View source: R/Pauli_Clifford.R
Initializes a new PauliString.
1 |
... |
parameters to pass: - '*contents' A value or values to convert into a pauli string. This can be a number, a pauli operation, a dictionary from qubit to pauli/identity gates, or collections thereof. If a list of values is given, they are each individually converted and then multiplied from left to right in order. - qubit_pauli_map Initial dictionary mapping qubits to pauli operations. Defaults to the empty dictionary. Note that, unlike dictionaries passed to contents, this dictionary must not contain any identity gate values. Further note that this argument specifies values that are logically before factors specified in contents; contents are right multiplied onto the values in this dictionary. - coefficient Initial scalar coefficient. Defaults to 1. |
a pauli string object.
Other Pauli and Clifford groups:
clifford_single_qubit_gate()
,
clifford_state()
,
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_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.