Skip to content

Added a option to store the transpiled circuit in the benchmark direc… #133

Added a option to store the transpiled circuit in the benchmark direc…

Added a option to store the transpiled circuit in the benchmark direc… #133

GitHub Actions / Pylint failed Jan 12, 2024 in 0s

15 errors

Pylint found 15 errors

Annotations

Check failure on line 136 in src/modules/applications/QML/generative_modeling/transformations/PIT.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

src/modules/applications/QML/generative_modeling/transformations/PIT.py#L136

Trailing whitespace (trailing-whitespace, C0303)

Check failure on line 92 in src/modules/applications/QML/generative_modeling/mappings/LibraryQiskit.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

src/modules/applications/QML/generative_modeling/mappings/LibraryQiskit.py#L92

Line too long (136/120) (line-too-long, C0301)

Check failure on line 105 in src/modules/applications/QML/generative_modeling/mappings/LibraryQiskit.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

src/modules/applications/QML/generative_modeling/mappings/LibraryQiskit.py#L105

Line too long (228/120) (line-too-long, C0301)

Check failure on line 209 in src/modules/applications/QML/generative_modeling/mappings/LibraryQiskit.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

src/modules/applications/QML/generative_modeling/mappings/LibraryQiskit.py#L209

Trailing whitespace (trailing-whitespace, C0303)

Check failure on line 268 in src/modules/applications/QML/generative_modeling/mappings/LibraryQiskit.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

src/modules/applications/QML/generative_modeling/mappings/LibraryQiskit.py#L268

Line too long (144/120) (line-too-long, C0301)

Check failure on line 287 in src/modules/applications/QML/generative_modeling/mappings/LibraryQiskit.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

src/modules/applications/QML/generative_modeling/mappings/LibraryQiskit.py#L287

Line too long (133/120) (line-too-long, C0301)

Check failure on line 335 in src/modules/applications/QML/generative_modeling/mappings/LibraryQiskit.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

src/modules/applications/QML/generative_modeling/mappings/LibraryQiskit.py#L335

Line too long (159/120) (line-too-long, C0301)

Check failure on line 338 in src/modules/applications/QML/generative_modeling/mappings/LibraryQiskit.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

src/modules/applications/QML/generative_modeling/mappings/LibraryQiskit.py#L338

Trailing whitespace (trailing-whitespace, C0303)

Check failure on line 340 in src/modules/applications/QML/generative_modeling/mappings/LibraryQiskit.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

src/modules/applications/QML/generative_modeling/mappings/LibraryQiskit.py#L340

Line too long (188/120) (line-too-long, C0301)

Check failure on line 211 in src/modules/applications/QML/generative_modeling/mappings/LibraryQiskit.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

src/modules/applications/QML/generative_modeling/mappings/LibraryQiskit.py#L211

Import outside toplevel (qiskit.providers.fake_provider.FakeGuadalupeV2) (import-outside-toplevel, C0415)

Check failure on line 212 in src/modules/applications/QML/generative_modeling/mappings/LibraryQiskit.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

src/modules/applications/QML/generative_modeling/mappings/LibraryQiskit.py#L212

Import outside toplevel (qiskit.providers.aer.AerSimulator) (import-outside-toplevel, C0415)

Check failure on line 290 in src/modules/applications/QML/generative_modeling/mappings/LibraryQiskit.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

src/modules/applications/QML/generative_modeling/mappings/LibraryQiskit.py#L290

Import outside toplevel (mqt.predictor.rl.Predictor, mqt.predictor.rl.qcompile) (import-outside-toplevel, C0415)

Check failure on line 27 in src/modules/applications/QML/generative_modeling/mappings/LibraryQiskit.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

src/modules/applications/QML/generative_modeling/mappings/LibraryQiskit.py#L27

Standard import "from time import perf_counter" should be placed before "from qiskit import QuantumCircuit" (wrong-import-order, C0411)

Check failure on line 76 in src/modules/applications/QML/generative_modeling/mappings/Library.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

src/modules/applications/QML/generative_modeling/mappings/Library.py#L76

No exception type(s) specified (bare-except, W0702)

Check failure on line 70 in src/modules/applications/QML/generative_modeling/mappings/Library.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

src/modules/applications/QML/generative_modeling/mappings/Library.py#L70

Too many positional arguments for staticmethod call (too-many-function-args, E1121)