Skip to content

Commit

Permalink
Merge pull request #362 from tequilahub/kottmanj-patch-4
Browse files Browse the repository at this point in the history
* Update requirements.txt (no scipy version restriction)
  • Loading branch information
kottmanj authored Sep 19, 2024
2 parents d1e5b95 + d21b7f5 commit 788dc0b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,14 @@ Tequila is an abstraction framework for (variational) quantum algorithms.
It operates on abstract data structures allowing the formulation, combination, automatic differentiation and optimization of generalized objectives.
Tequila can execute the underlying quantum expectation values on state of the art simulators as well as on real quantum devices.

# Getting Started

Get started with our collection of
- *[Tutorials](https://thuytr18.github.io/tequila-tutorials-beta/tutorials.html)*

Further sources:
- [overview article](https://arxiv.org/abs/2011.03057)
- [tequila in a nutshell](https://kottmanj.github.io/tequila-in-a-nutshell/#/)
- [getting started](https://jakobkottmann.com/posts/tq-get-started/)
- [circuits in tequila](https://jakobkottmann.com/posts/tq-circuits/)
- [notebook collection](https://github.com/tequilahub/tequila-tutorials)
- [talks and slides](https://kottmanj.github.io/talks_and_material/)

# Installation
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# necessary
numpy
scipy < 1.11 # for now, until issues with scipy/pyscf are fixed # can in principle be smaller, we recommend >= 1.5 for consistency with our tutorials (numerical gradients mostly)
scipy
sympy
#jax
#jaxlib
Expand Down

0 comments on commit 788dc0b

Please sign in to comment.