Skip to content

Commit 9b889a3

Browse files
committed
fixed qmod native probability issue
1 parent 4c04d73 commit 9b889a3

File tree

3 files changed

+1174
-1174
lines changed

3 files changed

+1174
-1174
lines changed

algorithms/aqc/solving_qlsp/solving_qlsp_with_aqc.ipynb

+4-4
Original file line numberDiff line numberDiff line change
@@ -689,13 +689,13 @@
689689
"name": "stdout",
690690
"output_type": "stream",
691691
"text": [
692-
"Opening: https://platform.classiq.io/circuit/2rgCnjlPtdxMT2kt8QKmXg5zzZu?version=0.65.4\n"
692+
"Opening: https://platform.classiq.io/circuit/2rwe34neCtLDeNlc1hOH6HYVXdn?version=0.66.0\n"
693693
]
694694
}
695695
],
696696
"source": [
697697
"qprog = synthesize(qmod)\n",
698-
"write_qmod(qmod, \"solving_qlsp_with_aqc\")\n",
698+
"write_qmod(qmod, \"solving_qlsp_with_aqc\", decimal_precision=5)\n",
699699
"show(qprog)\n",
700700
"\n",
701701
"result_state_vector = execute(qprog).result_value().state_vector"
@@ -929,7 +929,7 @@
929929
"name": "stdout",
930930
"output_type": "stream",
931931
"text": [
932-
"Opening: https://platform.classiq.io/circuit/2rgD1Vo2e7kdIKRiMBL5bebXkW8?version=0.65.4\n"
932+
"Opening: https://platform.classiq.io/circuit/2rweHDjGqIVTawYYsk3Uwic8S9J?version=0.66.0\n"
933933
]
934934
}
935935
],
@@ -1055,7 +1055,7 @@
10551055
"name": "stdout",
10561056
"output_type": "stream",
10571057
"text": [
1058-
"Opening: https://platform.classiq.io/circuit/2rgDNT9ZVVOaHuRAhIRhnZ9agA8?version=0.65.4\n"
1058+
"Opening: https://platform.classiq.io/circuit/2rwei3h5uCQJMppqbZQUFzX2v9y?version=0.66.0\n"
10591059
]
10601060
}
10611061
],

0 commit comments

Comments
 (0)