Skip to content

Commit 66efa2c

Browse files
committed
Setup the environment for the VQE ablation tests
1 parent c806a3d commit 66efa2c

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

perf/vqe/Project.toml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Variational Quantum Eigensolver (VQE)
2+
3+
## Setup
4+
5+
Tenet.jl is not registered in the General registry of packages.
6+
7+
````julia
8+
]registry add https://github.com/bsc-quantic/Registry.git
9+
```

0 commit comments

Comments
 (0)