Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/pip/pytket-gte-1.9-and-lt-1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
nquetschlich authored Dec 20, 2022
2 parents 4bb505e + a548b37 commit c706d7d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion mqt/bench/utils/tket_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ def get_indep_level(
print("TKET Exception Indep: ", e)
return False

FullPeepholeOptimise(target_2qb_gate=OpType.TK2).apply(qc_tket)
if return_qc:
return qc_tket
else:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ requires-python = ">=3.8"
dynamic = ["version"]

dependencies = [
"qiskit[all]~=0.39.2",
"qiskit[all]>=0.39.2,<0.40.0",
"pytket>=1.9,<1.11",
"pytket-qiskit",
"pandas>=1.0.0",
Expand Down

0 comments on commit c706d7d

Please sign in to comment.