You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue is created to document integrating BQSKit into MQTBench benchmark generation module. User will be able to generate BQSKit compiled benchmarks using get_benchmark method as currently supported for Qiskit and TKET. Exposing benchmarks generated using BQSKit through Benchmark Viewer (website) will be handled in a separate issue.
Describe the solution you'd like
Planned approach
Create a BQSKit helper module named bqskit_helper under bench module and update tests in test_bench.py.
Integrate BQSKit helper module into bench/benchmark_generator.py
What's the problem this feature will solve?
This issue is created to document integrating BQSKit into MQTBench benchmark generation module. User will be able to generate BQSKit compiled benchmarks using
get_benchmark
method as currently supported for Qiskit and TKET. Exposing benchmarks generated using BQSKit through Benchmark Viewer (website) will be handled in a separate issue.Describe the solution you'd like
Planned approach
bqskit_helper
under bench module and update tests intest_bench.py
.bench/benchmark_generator.py
bench/__init__.py
bench/utils.py
References:
The text was updated successfully, but these errors were encountered: