qiboteam / boostvqe

Using DBI to boost VQE optimization
4 stars 1 forks source link

Results collection #49

Open MatteoRobbiati opened 4 months ago

MatteoRobbiati commented 4 months ago

We can use this issue to collect info about results.

The following table is the same of the old PR:

Qubits Layers Optimizer $\eta$ $N_{\rm epochs}$ Random seed Target
7 3 Adagrad 0.05 2000 [arange(1, 101, 5)] XXZ
8 [4, 5, 6] BFGS - - 42 XXZ
10 20 Adam [0.1, 0.05, 0.01, 0.005, 0.001] 2000 42 XXZ
10 10 Adagrad 0.05 2000 [arange(1, 101, 10)] XXZ
11 [5, 8, 10, 20] Adam 0.005 500 42 XXZ
11 [20, 50] Adam 0.05 500 42 XXZ
12 50 Adam 0.05 500 42 XXZ
13 20 Adam 0.05 500 42 XXZ
10 [arange(3, 18, 2)] Adam 0.01 2000 42 XXZ
10 [arange(3, 18, 2)] Adam 0.01 2000 42 XYZ
10 [arange(3, 18, 2)] Adam 0.01 2000 42 TFIM
10 [arange(3, 18, 2)] Adam 0.01 2000 42 TLFIM

Data are collected here: https://mega.nz/folder/tewlwBzI#0lW4fvTiaFD1KvSXivsn3A.

The following is a list of simulations which we still want/aim to run