qpandalite 0.1.9
What's new
- Add IBM platform support (not stable)
- Add DAGGER and CONTROL support for OriginIR. Also support construct programs like
with c.dagger():
c.x(1)
- Update error info in qpandalite.task (various platforms). Especially outputting detailed information if the required xx_config.json does not satisfy the requirement.
- Add kwargs for functions qpandalite.task.originq to absorb dummy_path parameter. This allows a better migration from dummy to real-platform.
- Fix the error when no config file is input if using originq_dummy
- Fix the error when the type of dummy_path is str when using originq_dummy
(Auto generated) What's Changed
- support add control to x-gate by @YunJ1e in #8
- qiskit support init by @YunJ1e in #9
- OriginIR to OpenQASM [cont.] by @YunJ1e in #11
- update ibm task file by @didaozi in #10
- fix commit error by @automatic-code-ztr in #13
- OpenQASM to OriginIR & analyze_circuit by @YunJ1e in #15
Full Changelog: 0.1.8...0.1.9