Manuel S. Rudolph
Results
2
comments of
Manuel S. Rudolph
@mstechly, what do you mean with tools for logging? This would only print the scan progress in ASCII characters.
`mypy` doesn't notice, because `parameters: np.ndarray` doesn't have a specified dimensionality. Try this: ``` from zquantum.core.circuits import Circuit, RX, apply_gate_to_qubits apply_gate_to_qubits(Circuit(), (0, 1), RX, np.array([1, 2])) ```