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.
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
.
Note
In order to perform the installation, you can either provide the full path to the repository or be in the immediately higher level. For instance, if the repository is in the directory
~/what/ever/bounce
, go to~/what/ever/
directory to run thepip install -e bounce
command, otherwise you can runpip install -e ~/what/ever/bounce
. If this ever gets momentum, we’ll put it on pypi :)
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},
}