FelixXu35 / hamiltoniq

A bechmarking toolkit desgined for QAOA performance on real quantum hardwares.
MIT License
9 stars 4 forks source link

The instruction QAOA is not supported by the target system #5

Open FelixXu35 opened 2 months ago

FelixXu35 commented 2 months ago

Problem

The function get_result_processor lacks of a transpiler function, which is required by Qiskit 1.0

How

Add qiskit.transpiler.preset_passmanagers.generate_preset_pass_manager after the QAOAansatz.

FelixXu35 commented 2 months ago

The method of obtaining the accuracy on a QPU needs to be modified.