added grover-search algorithm #16812
Annotations
4 errors
|
ruff
Process completed with exit code 1.
|
|
Ruff (I001):
quantum/q_fourier_transform.py#L15
quantum/q_fourier_transform.py:15:1: I001 Import block is un-sorted or un-formatted
|
|
Ruff (UP006):
quantum/grover_search_algorithm.py#L17
quantum/grover_search_algorithm.py:17:25: UP006 Use `list` instead of `List` for type annotation
|
|
Ruff (UP035):
quantum/grover_search_algorithm.py#L14
quantum/grover_search_algorithm.py:14:1: UP035 `typing.List` is deprecated, use `list` instead
|