This repository functions as a tutorial collection for tequila.
Feel free to contribute your own! (see below)
It's recommended to start with BasicUsage and take a look at FAQ.
You can also get a first overview from this presentation
or the video recording of it
or checkout our overview article.
Feel free to contact us on github or via email if you have any questions/remarks/suggestions/troubles!
Easiest is to pip install from github:
pip install git+https://github.com/aspuru-guzik-group/tequila.git
Do not install over PyPi (Minecraft lovers excluded)
pip install tequila
See the main repository for information.
J.S. Kottmann, A. Anand, A. Aspuru-Guzik.
A Feasible Approach for Automatically Differentiable Unitary Coupled-Cluster on Quantum Computers.
arxiv.org/abs/2011.05938
Techniques are implemented in the chemistry modules of tequila. See the Chemistry tutorial.
J.S. Kottmann, P. Schleich, T. Tamayo-Mendoza, A. Aspuru-Guzik.
A basis-set-free approach for VQE employing pair-natural orbitals.
arxiv.org/abs/2008.02819
small tutorial using the hydrogen molecule
tutorial on the madness interface
A. Cervera-Lierta, J.S. Kottmann, A. Aspuru-Guzik.
The Meta-Variational Quantum Eigensolver.
arxiv.org/abs/2009.13545
example code
J.S. Kottmann, M. Krenn, T.H. Kyaw, S. Alperin-Lea, A. Aspuru-Guzik.
Quantum Computer-Aided design of Quantum Optics Hardware.
arxiv.org/abs/2006.03075
example code
A. Anand, M. Degroote, A. Aspuru-Guzik.
Natural Evolutionary Strategies for Variational Quantum Computation.
arxiv.org/abs/2012.00101
Let us know, if you want your research project to be included in this list!
If you want to make your own tutorial or write a small notebook highlighting some of your research with tequila
, here is how it works:
- Make a fork of this repository
- Add your own tutorial/demonstration on your branch
- Add your research article with or without link to your a possible tutorial/demonstration
- Make a pull request to this repo's main branch
Similar procedure. Please check the main reposiory.