acqdp icon indicating copy to clipboard operation
acqdp copied to clipboard

Alibaba Cloud - Quantum Development Platform

Results 6 acqdp issues
Sort by recently updated
recently updated
newest added

I executed `examples/circuit_simulation.py` on the workstation machine (Ubuntu 20.04), with `order_finder_name` in `khp_params.json` set to `default`. The code spend more than 2 hours but halts with AttributeError. I found in...

I executed `examples/circuit_simulation.py` on my laptop (WSL: Ubuntu 18.04) and the workstation machine (Ubuntu 20.04). The code worked on my laptop, but the program prints `Invalid Object Identifier` and deadlocks....

您好,运行了您的代码之后,有以下几个问题想要请教: > 运行环境: > - Tesla V100 16G *1 > - python 3.7 > - Ubuntu 18.04 > - backend = jax ### 1. 计算一个perfect sample所需时间与论文不一致 : 计算一个perfect sample需要缩并所有slice并将结果相加,但经过我的多次实测,示例代码所需的时间要比论文上的多,比如将 acqdp/examples/circuit_simulation.py...

The "circuit_simulation" example expects an input "circuit_file", but there is no documentation about how to construct this file. Could you please add some document and/or samples for this?

The documentation site does not have much information about how to construct a circuit from acqdb: https://alibabaquantumlab.github.io/acqdp/ It will be very helpful if there could be some tutorials on creating...

Hello, in the original paper (https://www.nature.com/articles/s43588-021-00119-7) and the dataset (https://datadryad.org/stash/dataset/doi:10.5061/dryad.nk98sf7t8) that belongs to it, there are these CFI files / circuits. Would you be able to provide the code to...