Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Solves Issue #1316: Implement an option to print out instructions in the null device #1346

Open
wants to merge 31 commits into
base: main
Choose a base branch
from

fix: only pass print_instructions when using null.qubit device

a5f7c30
Select commit
Loading
Failed to load commit list.
Open

Solves Issue #1316: Implement an option to print out instructions in the null device #1346

fix: only pass print_instructions when using null.qubit device
a5f7c30
Select commit
Loading
Failed to load commit list.
codefactor.io / CodeFactor failed Dec 2, 2024 in 5s

1 issue fixed. 2 issues found.

Annotations

Check notice on line 57 in runtime/lib/backend/null_qubit/InstructionStrBuilder.hpp

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

runtime/lib/backend/null_qubit/InstructionStrBuilder.hpp#L57

Redundant blank line at the end of a code block should be deleted. (whitespace/blank_line)

Check notice on line 147 in frontend/catalyst/device/qjit_device.py

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

frontend/catalyst/device/qjit_device.py#L147

Unused argument 'capabilities' (unused-argument)