Skip to content

Commit

Permalink
edited after orsamimi and tomer remarks
Browse files Browse the repository at this point in the history
  • Loading branch information
arielsmoler committed Jan 6, 2025
1 parent 10fa7ec commit f0be9cf
Show file tree
Hide file tree
Showing 2 changed files with 170 additions and 99 deletions.
235 changes: 153 additions & 82 deletions algorithms/aqc/solving_qlsp/solving_qlsp_with_aqc.ipynb

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -7,28 +7,28 @@
"machine_precision": 8,
"custom_hardware_settings": {
"basis_gates": [
"ry",
"r",
"t",
"x",
"z",
"u",
"x",
"ry",
"u2",
"cx",
"tdg",
"id",
"sxdg",
"sx",
"p",
"rz",
"cz",
"h",
"u1",
"sx",
"rx",
"y",
"tdg",
"sdg",
"h",
"s",
"sxdg",
"u",
"id",
"cy",
"cx"
"cz",
"y",
"sdg",
"rz",
"t",
"rx",
"r"
],
"is_symmetric_connectivity": true
},
Expand All @@ -41,6 +41,6 @@
"pretty_qasm": true,
"transpilation_option": "auto optimize",
"timeout_seconds": 300,
"random_seed": 2302908612
"random_seed": 3320139336
}
}

0 comments on commit f0be9cf

Please sign in to comment.