BOUNCE
Easy optimal relaxations for your hard optimziation problems.
Documentation | Tutorials | Cite us
We have originally developed this library for the paper Certificates of quantum many-body properties assisted by machine learning. Here, you will find the source code used to obtain the paper results in the tutorials.
Installation
In order to use the library, you will have to clone this repository with git clone https://github.com/BorjaRequena/bounce.git
and install it via pip install bounce
. In order to edit the source code and adapt it to your particular problems, you may want to install it in editable form with pip install -e bounce
.
Cite us
When using this library, please cite us!
It is very important for us to cite our original work:
@article{Requena2023PRR,
title = {Certificates of quantum many-body properties assisted by machine learning},
author = {Requena, Borja and Mu\~noz-Gil, Gorka and Lewenstein, Maciej and Dunjko, Vedran and Tura, Jordi},
journal = {Phys. Rev. Res.},
volume = {5},
issue = {1},
pages = {013097},
numpages = {26},
year = {2023},
month = {Feb},
publisher = {American Physical Society},
doi = {10.1103/PhysRevResearch.5.013097},
url = {https://link.aps.org/doi/10.1103/PhysRevResearch.5.013097}
}
along this repository:
@Software{Requena2021Zenodo,
author = {Requena, Borja and Muñoz-Gil, Gorka and Tura, Jordi},
doi = {10.5281/zenodo.4585623},
month = mar,
publisher = {Zenodo},
title = {BorjaRequena/BOUNCE},
url = {https://doi.org/10.5281/zenodo.4585623},
year = {2021},
}