Skip to content

Commit 7ca2d81

Browse files
committed
Added JSONS for cliquet
1 parent 8c0e943 commit 7ca2d81

2 files changed

Lines changed: 80 additions & 0 deletions

File tree

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
[
2+
{
3+
"ae_type": ["mIQAE"],
4+
"file": ["mIQAE"],
5+
6+
"schedule": [null],
7+
"delta": [null],
8+
"ns": [null],
9+
10+
"auxiliar_qbits_number": [null],
11+
"window" : [null],
12+
"kaiser_alpha" : [null],
13+
14+
"cbits_number": [null],
15+
16+
"epsilon": [1.0e-2, 1.0e-3, 1.0e-4, 1.0e-5],
17+
18+
"alpha": [0.05],
19+
20+
"gamma": [null],
21+
"q": [null],
22+
23+
"erqae_schedule" :[null],
24+
25+
"particles" : [2000],
26+
"threshold" : [0.5],
27+
"kernel" : ["LW", "Metro"],
28+
"alpha_lw" : [0.9],
29+
"c" : [2.38],
30+
"k_0": [2],
31+
"T" : [3],
32+
"R" : [3],
33+
"n_evals" : [50],
34+
"shots": [1],
35+
"warm_shots": [10],
36+
"bayes_shots": [1],
37+
"control_bayes_shots" : [1],
38+
"save_smc_prob" : [200],
39+
"print_info" : [200],
40+
"max_iterations" : [200],
41+
42+
"encoding" : [0, 2],
43+
"multiplexor": [true],
44+
45+
"mcz_qlm": [false],
46+
"shots": [100]
47+
}
48+
]
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
[
2+
{
3+
"ae_type": ["IQAE"],
4+
"file": ["IQAE"],
5+
6+
"schedule": [null],
7+
"delta": [null],
8+
"ns": [null],
9+
10+
"auxiliar_qbits_number": [null],
11+
"window" : [null],
12+
"kaiser_alpha" : [null],
13+
14+
"cbits_number": [null],
15+
16+
"epsilon": [1.0e-2],
17+
18+
"alpha": [0.05],
19+
20+
"gamma": [null],
21+
"q": [null],
22+
23+
"erqae_schedule" :[null],
24+
25+
"encoding" : [2],
26+
"multiplexor": [true],
27+
28+
"mcz_qlm": [false],
29+
"shots": [100],
30+
"number_of_tests": [10]
31+
}
32+
]

0 commit comments

Comments
 (0)