cda-tum / mqt-predictor

MQT Predictor - A MQT Tool for Automatic Device Selection with Device-Specific Circuit Compilation for Quantum Computing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Refactoring the implementation pipeline

nquetschlich opened this issue · comments

To avoid duplicated code, all compiling steps should be implemented by mqt.bench instead of this package.

  • adjust the current code such that mqt.bench is used for all compilation steps
  • add documentation how this can be used and extended