PauliZ#
- diffqc.dense.PauliZ(c: Array, wires: Tuple[int]) Array #
Apply Pauli Z Gate
- Parameters
c (jnp.ndarray) – qubits state
wires (tuple of ints) – wire to apply.
len(wires)
must be1
- Returns
applied qubits state
- Return type
jnp.ndarray
Apply Pauli Z Gate
c (jnp.ndarray) – qubits state
wires (tuple of ints) – wire to apply. len(wires)
must be 1
applied qubits state
jnp.ndarray