We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c806a3d commit 66efa2cCopy full SHA for 66efa2c
perf/vqe/Project.toml
@@ -0,0 +1,13 @@
1
+[deps]
2
+EinExprs = "b1794770-133b-4de1-afb4-526377e9f4c5"
3
+Enzyme = "7da242da-08ed-463a-9acd-ee780be4f1d9"
4
+Reactant = "3c362404-f566-11ee-1572-e11a4b42c853"
5
+Tenet = "85d41934-b9cd-44e1-8730-56d86f15f3ec"
6
+YaoBlocks = "418bc28f-b43b-5e0b-a6e7-61bbc1a2c1df"
7
+
8
+[compat]
9
+EinExprs = "0.6.10"
10
+Enzyme = "0.13.51"
11
+Reactant = "0.2.138"
12
+Tenet = "0.9.1"
13
+YaoBlocks = "0.13.15"
perf/vqe/README.md
@@ -0,0 +1,9 @@
+# Variational Quantum Eigensolver (VQE)
+## Setup
+Tenet.jl is not registered in the General registry of packages.
+````julia
+]registry add https://github.com/bsc-quantic/Registry.git
+```
0 commit comments