Agony5757 / QPanda-lite

A python-native version for pyqpanda. Simple, easy, and transparent.
Apache License 2.0
17 stars 12 forks source link

[bug] submit task with dummy config without data cache writing #40

Closed RichardSun2019 closed 6 months ago

RichardSun2019 commented 6 months ago

https://github.com/Agony5757/QPanda-lite/blob/3b830b8afffc7d553be22f167d836acbd470b430/qpandalite/task/originq_dummy/task.py#L233C17-L242C60

When auto_mapping is true, the results will be lost. The referred code should be unindented.

Agony5757 commented 6 months ago

Solved