Skip to content

🔥 Removed TKET dependency#519

Merged
simon1hofmann merged 18 commits into
munich-quantum-toolkit:mainfrom
simon1hofmann:drop_tket_support
Apr 16, 2025
Merged

🔥 Removed TKET dependency#519
simon1hofmann merged 18 commits into
munich-quantum-toolkit:mainfrom
simon1hofmann:drop_tket_support

Conversation

@simon1hofmann
Copy link
Copy Markdown
Collaborator

@simon1hofmann simon1hofmann commented Apr 15, 2025

Removed all TKET dependencies.

Resolves #522

Comment thread pyproject.toml Outdated
Comment thread pyproject.toml Outdated
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 16, 2025

Codecov Report

Attention: Patch coverage is 76.92308% with 18 lines in your changes missing coverage. Please review.

Project coverage is 91.8%. Comparing base (e55d456) to head (9b7507d).
Report is 19 commits behind head on main.

Files with missing lines Patch % Lines
src/mqt/bench/benchmark_generation.py 75.0% 18 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##            main    #519     +/-   ##
=======================================
+ Coverage   90.6%   91.8%   +1.2%     
=======================================
  Files         36      34      -2     
  Lines       1697    1554    -143     
=======================================
- Hits        1539    1428    -111     
+ Misses       158     126     -32     
Flag Coverage Δ
python 91.8% <76.9%> (+1.2%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@simon1hofmann simon1hofmann self-assigned this Apr 16, 2025
@simon1hofmann simon1hofmann added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Apr 16, 2025
Copy link
Copy Markdown
Collaborator

@nquetschlich nquetschlich left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dear @simon1hofmann, thanks a lot for your effort. It already looks almost ready to merge, I just had a few minor comments.

Comment thread src/mqt/bench/utils.py Outdated
Comment thread src/mqt/bench/utils.py Outdated
Comment thread tests/test_bench.py
Comment thread src/mqt/bench/cli.py
Comment thread src/mqt/bench/cli.py
simon1hofmann and others added 2 commits April 16, 2025 12:56
Co-authored-by: Nils Quetschlich <nils.quetschlich@tum.de>
Signed-off-by: simon1hofmann <119581649+simon1hofmann@users.noreply.github.com>
@burgholzer burgholzer added major Part of a major release refactor Anything related to refactoring the code base labels Apr 16, 2025
@burgholzer burgholzer added this to MQT Apr 16, 2025
@github-project-automation github-project-automation Bot moved this to In Progress in MQT Apr 16, 2025
target_directory: str = "./",
target_filename: str = "",
qasm_format: str = "qasm3",
) -> bool: ...

Check notice

Code scanning / CodeQL

Statement has no effect Note

This statement has no effect.
target_directory: str = "./",
target_filename: str = "",
qasm_format: str = "qasm3",
) -> QuantumCircuit: ...

Check notice

Code scanning / CodeQL

Statement has no effect Note

This statement has no effect.
target_directory: str = "./",
target_filename: str = "",
qasm_format: str = "qasm3",
) -> bool: ...

Check notice

Code scanning / CodeQL

Statement has no effect Note

This statement has no effect.
target_directory: str = "./",
target_filename: str = "",
qasm_format: str = "qasm3",
) -> QuantumCircuit: ...

Check notice

Code scanning / CodeQL

Statement has no effect Note

This statement has no effect.
target_directory: str = "./",
target_filename: str = "",
qasm_format: str = "qasm3",
) -> bool: ...

Check notice

Code scanning / CodeQL

Statement has no effect Note

This statement has no effect.
Copy link
Copy Markdown
Collaborator

@nquetschlich nquetschlich left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the changes. I think it makes sense that @burgholzer takes a look at this PR now.

@nquetschlich nquetschlich requested a review from burgholzer April 16, 2025 11:44
Signed-off-by: burgholzer <burgholzer@me.com>
Signed-off-by: burgholzer <burgholzer@me.com>
Signed-off-by: burgholzer <burgholzer@me.com>
Signed-off-by: burgholzer <burgholzer@me.com>
Signed-off-by: burgholzer <burgholzer@me.com>
Copy link
Copy Markdown
Member

@burgholzer burgholzer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is looking great. Many thanks for all the work.
I merely pushed a couple of minor fix ups where I noticed that something was still slightly off.
Once CI is green. This is good to go in 🚀

@simon1hofmann simon1hofmann enabled auto-merge April 16, 2025 12:39
@simon1hofmann simon1hofmann changed the title 🔥 Dropped TKET dependency 🔥 Removed TKET dependency Apr 16, 2025
@simon1hofmann simon1hofmann merged commit bcc79f2 into munich-quantum-toolkit:main Apr 16, 2025
17 checks passed
@github-project-automation github-project-automation Bot moved this from In Progress to Done in MQT Applications Apr 16, 2025
@github-project-automation github-project-automation Bot moved this from In Progress to Done in MQT Apr 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file major Part of a major release python Pull requests that update Python code refactor Anything related to refactoring the code base

Projects

None yet

Development

Successfully merging this pull request may close these issues.

✨ Remove qiskit_helper.py file

4 participants