Skip to content

Commit

Permalink
fixed qmod native probability issue
Browse files Browse the repository at this point in the history
  • Loading branch information
arielsmoler committed Jan 21, 2025
1 parent 4c04d73 commit 9b889a3
Show file tree
Hide file tree
Showing 3 changed files with 1,174 additions and 1,174 deletions.
8 changes: 4 additions & 4 deletions algorithms/aqc/solving_qlsp/solving_qlsp_with_aqc.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -689,13 +689,13 @@
"name": "stdout",
"output_type": "stream",
"text": [
"Opening: https://platform.classiq.io/circuit/2rgCnjlPtdxMT2kt8QKmXg5zzZu?version=0.65.4\n"
"Opening: https://platform.classiq.io/circuit/2rwe34neCtLDeNlc1hOH6HYVXdn?version=0.66.0\n"
]
}
],
"source": [
"qprog = synthesize(qmod)\n",
"write_qmod(qmod, \"solving_qlsp_with_aqc\")\n",
"write_qmod(qmod, \"solving_qlsp_with_aqc\", decimal_precision=5)\n",
"show(qprog)\n",
"\n",
"result_state_vector = execute(qprog).result_value().state_vector"
Expand Down Expand Up @@ -929,7 +929,7 @@
"name": "stdout",
"output_type": "stream",
"text": [
"Opening: https://platform.classiq.io/circuit/2rgD1Vo2e7kdIKRiMBL5bebXkW8?version=0.65.4\n"
"Opening: https://platform.classiq.io/circuit/2rweHDjGqIVTawYYsk3Uwic8S9J?version=0.66.0\n"
]
}
],
Expand Down Expand Up @@ -1055,7 +1055,7 @@
"name": "stdout",
"output_type": "stream",
"text": [
"Opening: https://platform.classiq.io/circuit/2rgDNT9ZVVOaHuRAhIRhnZ9agA8?version=0.65.4\n"
"Opening: https://platform.classiq.io/circuit/2rwei3h5uCQJMppqbZQUFzX2v9y?version=0.66.0\n"
]
}
],
Expand Down
Loading

0 comments on commit 9b889a3

Please sign in to comment.