Skip to content

Commit f28b7ff

Browse files
Calling LitinskiTransformation with use_ppr=True
1 parent 7ceda63 commit f28b7ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/benchmarks/passes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,5 +253,5 @@ def setup(self, circuit_name, n_qubits):
253253
self.dag = circuit_to_dag(transpiled)
254254

255255
def time_litinski_transformation(self, _, __):
256-
_pass = LitinskiTransformation()
256+
_pass = LitinskiTransformation(use_ppr=True)
257257
_pass.run(self.dag)

0 commit comments

Comments
 (0)