ScQ-Cloud / pyquafu

PyQuafu is designed for users to construct, compile, and execute quantum circuits on quantum devices on Quafu using Python.
Apache License 2.0
65 stars 23 forks source link

Fix some issues with QNN #184

Closed Zhaoyilunnn closed 1 month ago

Zhaoyilunnn commented 1 month ago
  1. When using real machine, backend is not configurable due to mistakenly override config: https://github.com/ScQ-Cloud/pyquafu/blob/2c5f0bba52209af98b4f8cc16426d1fc80ed8683/quafu/algorithms/estimator.py#L56-L57
  2. The old submit interface now should send job synchronously: https://github.com/ScQ-Cloud/pyquafu/blob/2c5f0bba52209af98b4f8cc16426d1fc80ed8683/quafu/tasks/tasks.py#L168
  3. Make send configurable based on env config files (WIP)