Commit d5d9305 1 parent 3cff272 commit d5d9305 Copy full SHA for d5d9305
File tree 1 file changed +1
-2
lines changed
pytket/extensions/quantinuum/backends
1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -670,7 +670,6 @@ def default_compilation_pass(
670
670
671
671
:return: Compilation pass for compiling circuits to Quantinuum devices
672
672
"""
673
- print ("Timeout: " , timeout )
674
673
assert optimisation_level in range (4 )
675
674
passlist = [
676
675
DecomposeBoxes (),
@@ -822,7 +821,7 @@ def get_compiled_circuit(
822
821
return_circuit = circuit .copy ()
823
822
if optimisation_level == 3 and circuit .n_gates_of_type (OpType .Barrier ) > 0 :
824
823
warnings .warn (
825
- f "Barrier operations in this circuit will be removed when using "
824
+ "Barrier operations in this circuit will be removed when using "
826
825
"optimisation level 3."
827
826
)
828
827
self .default_compilation_pass (optimisation_level , timeout ).apply (return_circuit )
You can’t perform that action at this time.
0 commit comments