cda-tum / mqt-bench

MQT Bench - A MQT Tool for Benchmarking Quantum Software Tools

Home Page:https://www.cda.cit.tum.de/mqtbench/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Extend MQT Bench with the additional options

nquetschlich opened this issue · comments

To extend MQT Bench, the following things should be added:

  • TKET Compiler should be added incl. different compiler settings
  • IonQ Native Gate-Set should be added
  • Oxford Quantum Computing Native Gate-Set should be added
  • Return values of method within the (qiskit and tket) helper files need to be adjusted
  • tests for tket compilation methods need to be added
  • criteria when to abort the benchmark generation need to be adjusted
  • get_one_benchmark method and its tests need to be adapted to new structure without so much code duplication as it is at the moment

The current work-in-progress can be found at the branch "predictor_paths_integration"

solved in #93