Skip to content

Commit

Permalink
line too long
Browse files Browse the repository at this point in the history
  • Loading branch information
dberthault committed Feb 26, 2024
1 parent 401e697 commit 844580c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@ def transpile_with_qiskit(
"ignore_backend_supplied_default_methods"
)
or False,
# num_processes=transpiler_args.get("num_processes"), in the documentation but not in the code.
# num_processes=transpiler_args.get("num_processes")
# in the documentation but not in the code.
)

def qiskit_to_qoqo_circuit(qiskit_circuit: QuantumCircuit) -> Circuit:
Expand Down

0 comments on commit 844580c

Please sign in to comment.