Jiaqi Leng*, Yuxiang Peng*, Yi-Ling Qiao*, Ming C. Lin, Xiaodi Wu
We have tested our code on Ubuntu and Mac (some code needs to be modified for Mac) with Python 3.8. Below is an example of how to build this library
git clone [email protected]:YilingQiao/diffquantum.git
cd diffquantum
pip install -r requirements.txt
git submodule init
git submodule update
python setup.py install
- Run QAOA to solve the maxcut problems.
python demo_maxcut.py
TODO. We are still clearning the code for
-
Run VQE to solve for H2 Ground State and Energy.
-
Demos for quantum control problems.
-
Commparisons and draw
TODO. We are preparing for more detailed documentation.
@inproceedings{leng2022diffaqc,
title={Differentiable Analog Quantum Computing for Optimization and Control},
author={Leng, Jiaqi and Peng, Yuxiang and Qiao, Yi-Ling and Lin, Ming and Wu, Xiaodi},
booktitle={Conference on Neural Information Processing Systems (NeurIPS)},
year={2022}
}