Skip to content

Commit

Permalink
Re-run serverless notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
frankharkins committed Nov 25, 2024
1 parent 6405a0e commit 77f0c10
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 102 deletions.
51 changes: 10 additions & 41 deletions docs/guides/serverless-first-program.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,16 @@
"\n",
"```\n",
"qiskit[all]~=1.2.4\n",
"qiskit-ibm-runtime~=0.33.2\n",
"qiskit-aer~=0.15.1\n",
"qiskit-ibm-runtime~=0.31.0\n",
"qiskit-serverless~=0.17.1\n",
"qiskit-ibm-catalog~=0.1\n",
"qiskit-serverless~=0.18.0\n",
"qiskit-ibm-catalog~=0.2\n",
"qiskit-addon-sqd~=0.8.0\n",
"qiskit-addon-utils~=0.1.0\n",
"qiskit-addon-aqc-tensor~=0.1.2\n",
"qiskit-addon-obp~=0.1.0\n",
"scipy~=1.14.1\n",
"pyscf~=2.7.0\n",
"```\n",
"</details>"
]
Expand Down Expand Up @@ -314,44 +320,7 @@
"text/plain": [
"[QiskitFunction(transpile_remote_serverless_test_7b71d607),\n",
" QiskitFunction(transpile_remote_serverless_test_6169e40a),\n",
" QiskitFunction(transpile_remote_serverless_test_3e28580a),\n",
" QiskitFunction(transpile_remote_serverless_test_7e16ef16),\n",
" QiskitFunction(transpile_remote_serverless_test_47c755bf),\n",
" QiskitFunction(transpile_remote_serverless),\n",
" QiskitFunction(transpile_remote_serverless_test_579ed35c-3f56-484c-8a64-58dc953ed845),\n",
" QiskitFunction(transpile_remote_serverless_test_47c79b69),\n",
" QiskitFunction(transpile_remote_serverless_test_53c0786c),\n",
" QiskitFunction(transpile_remote_serverless_test_094ae798-88f7-46ab-8997-5a0bf503d908),\n",
" QiskitFunction(transpile_remote_serverless_test_35fb8da4-0fa3-4596-85c4-3a13d67f8c6a),\n",
" QiskitFunction(transpile_remote_serverless_test_426d1904),\n",
" QiskitFunction(transpile_remote_serverless_test_ebd79361),\n",
" QiskitFunction(transpile_remote_serverless_test_a966c167),\n",
" QiskitFunction(transpile_remote_serverless_test_d19e6f7e-3de0-4dde-b978-bdd03fba9845),\n",
" QiskitFunction(transpile_remote_serverless_test_b4d7a503),\n",
" QiskitFunction(transpile_remote_serverless_test_ceb9a116),\n",
" QiskitFunction(transpile_remote_serverless_test_355478eb),\n",
" QiskitFunction(transpile_remote_serverless_test),\n",
" QiskitFunction(transpile_remote_serverless_test_8e84c5f0-962d-4cd0-bca8-ebe1e227552f),\n",
" QiskitFunction(transpile_remote_serverless_test_4532e330),\n",
" QiskitFunction(transpile_remote_serverless_test_7659964c),\n",
" QiskitFunction(transpile_remote_serverless_test_5d216ee7),\n",
" QiskitFunction(transpile_remote_serverless_test_d0757405),\n",
" QiskitFunction(transpile_remote_serverless_test_0f048273),\n",
" QiskitFunction(transpile_remote_serverless_test_6a68a773),\n",
" QiskitFunction(transpile_remote_serverless_test_f9b5609f),\n",
" QiskitFunction(transpile_remote_serverless_test_701468af-437d-4737-8a00-843f0431a09c),\n",
" QiskitFunction(transpile_remote_serverless_test_e81ddca0),\n",
" QiskitFunction(transpile_remote_serverless_test_c1de9270),\n",
" QiskitFunction(transpile_remote_serverless_test_3826f696),\n",
" QiskitFunction(transpile_remote_serverless_test_2da7da19),\n",
" QiskitFunction(transpile_remote_serverless_test_74c54154),\n",
" QiskitFunction(transpile_remote_serverless_test_e51063a5),\n",
" QiskitFunction(transpile_remote_serverless_test_69c1b2c6),\n",
" QiskitFunction(transpile_remote_serverless_test_abb21121),\n",
" QiskitFunction(transpile_remote_serverless_test_0990ad64),\n",
" QiskitFunction(transpile_remote_serverless_test_65db9226),\n",
" QiskitFunction(transpile_remote_serverless_test_f7057422),\n",
" QiskitFunction(transpile_remote_serverless_test_9fad0bc6)]"
" QiskitFunction(transpile_remote_serverless_test_3e28580a)]"
]
},
"execution_count": 9,
Expand Down
Loading

0 comments on commit 77f0c10

Please sign in to comment.