Skip to content

Commit 6ea6b52

Browse files
committed
QLSP notebook edits and adding contributiosn
Co-authored-by: Contributor Pof. Lin Lin linlin@math.berkeley.edu Co-authored-by: Contributor Dr. Dong An dongan@pku.edu.cn
1 parent f045d67 commit 6ea6b52

File tree

2 files changed

+20
-28
lines changed

2 files changed

+20
-28
lines changed

algorithms/aqc/solving_qlsp/solving_qlsp_with_aqc.ipynb

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -688,7 +688,7 @@
688688
"name": "stdout",
689689
"output_type": "stream",
690690
"text": [
691-
"Opening: https://platform.classiq.io/circuit/2rg47VYyxACMDnj5L5X22uji0eX?version=0.65.4\n"
691+
"Opening: https://platform.classiq.io/circuit/2rgCnjlPtdxMT2kt8QKmXg5zzZu?version=0.65.4\n"
692692
]
693693
}
694694
],
@@ -928,7 +928,7 @@
928928
"name": "stdout",
929929
"output_type": "stream",
930930
"text": [
931-
"Opening: https://platform.classiq.io/circuit/2rg4Lh3beXxsqfRZEKwH3FaTkdo?version=0.65.4\n"
931+
"Opening: https://platform.classiq.io/circuit/2rgD1Vo2e7kdIKRiMBL5bebXkW8?version=0.65.4\n"
932932
]
933933
}
934934
],
@@ -1054,7 +1054,7 @@
10541054
"name": "stdout",
10551055
"output_type": "stream",
10561056
"text": [
1057-
"Opening: https://platform.classiq.io/circuit/2rg4i398HDN2PcXRXtqItdAy2W1?version=0.65.4\n"
1057+
"Opening: https://platform.classiq.io/circuit/2rgDNT9ZVVOaHuRAhIRhnZ9agA8?version=0.65.4\n"
10581058
]
10591059
}
10601060
],
@@ -1262,14 +1262,6 @@
12621262
"<a id='DISCRETE'>[4]</a>: [The discrete adiabatic quantum linear system solver has lower constant factors than the randomized adiabatic solver\n",
12631263
"Pedro C.S. Costa, Dong An, Ryan Babbush, Dominic Berry](https://arxiv.org/abs/2312.07690)"
12641264
]
1265-
},
1266-
{
1267-
"cell_type": "code",
1268-
"execution_count": null,
1269-
"id": "42a64963-342f-41c1-9d2b-fbb3da175198",
1270-
"metadata": {},
1271-
"outputs": [],
1272-
"source": []
12731265
}
12741266
],
12751267
"metadata": {

algorithms/aqc/solving_qlsp/solving_qlsp_with_aqc.synthesis_options.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -7,28 +7,28 @@
77
"machine_precision": 8,
88
"custom_hardware_settings": {
99
"basis_gates": [
10-
"p",
11-
"u",
12-
"t",
10+
"sdg",
11+
"rx",
1312
"z",
14-
"rz",
15-
"cx",
16-
"cy",
17-
"u1",
18-
"r",
1913
"cz",
14+
"cy",
2015
"y",
21-
"x",
16+
"h",
17+
"id",
18+
"r",
19+
"u",
20+
"p",
21+
"u1",
22+
"tdg",
23+
"t",
2224
"u2",
25+
"cx",
26+
"sx",
27+
"x",
2328
"ry",
24-
"sxdg",
25-
"id",
26-
"h",
27-
"sdg",
2829
"s",
29-
"tdg",
30-
"rx",
31-
"sx"
30+
"rz",
31+
"sxdg"
3232
],
3333
"is_symmetric_connectivity": true
3434
},
@@ -39,6 +39,6 @@
3939
"pretty_qasm": true,
4040
"transpilation_option": "auto optimize",
4141
"timeout_seconds": 300,
42-
"random_seed": 2327016223
42+
"random_seed": 521064679
4343
}
4444
}

0 commit comments

Comments
 (0)