Change from qiskit import Aer to from qiskit_aer import AerSimulator #16833
Annotations
3 errors
|
ruff
Process completed with exit code 1.
|
|
Ruff (W292):
quantum/grover_search_algorithm.py#L100
quantum/grover_search_algorithm.py:100:83: W292 No newline at end of file
|
|
Ruff (F401):
quantum/grover_search_algorithm.py#L18
quantum/grover_search_algorithm.py:18:12: F401 `qiskit` imported but unused; consider using `importlib.util.find_spec` to test for availability
|