Skip to content

Commit 2a2c26e

Browse files
rm write_qmod
1 parent 5a2992c commit 2a2c26e

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
lines changed

algorithms/foundational/bernstein_vazirani/bernstein_vazirani.ipynb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,6 @@
188188
" bv_function(SECRET_INT, x)\n",
189189
"\n",
190190
"\n",
191-
"write_qmod(main, \"bernstein_vazirani\")\n",
192191
"qprog = synthesize(main)"
193192
]
194193
},
@@ -331,7 +330,7 @@
331330
"name": "python",
332331
"nbconvert_exporter": "python",
333332
"pygments_lexer": "ipython3",
334-
"version": "3.11.7"
333+
"version": "3.11.9"
335334
}
336335
},
337336
"nbformat": 4,

algorithms/hamiltonian_simulation/hamiltonian_simulation_guide/hamiltonian_simulation_guide.ipynb

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,6 @@
203203
" )\n",
204204
"\n",
205205
"\n",
206-
"write_qmod(main, \"hamiltonian_simulation_guide_trotter\")\n",
207206
"qprog_trotter = synthesize(main)\n",
208207
"show(qprog_trotter)"
209208
]
@@ -342,7 +341,6 @@
342341
" )\n",
343342
"\n",
344343
"\n",
345-
"write_qmod(main, \"hamiltonian_simulation_guide_qdrift\")\n",
346344
"qprog_qdrift = synthesize(main)\n",
347345
"show(qprog_qdrift)"
348346
]
@@ -684,7 +682,7 @@
684682
"name": "python",
685683
"nbconvert_exporter": "python",
686684
"pygments_lexer": "ipython3",
687-
"version": "3.11.4"
685+
"version": "3.11.9"
688686
}
689687
},
690688
"nbformat": 4,

algorithms/qml/quantum_autoencoder/quantum_autoencoder.ipynb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -838,8 +838,6 @@
838838
" drop(coded)\n",
839839
"\n",
840840
"\n",
841-
"write_qmod(main, \"quantum_autoencoder\")\n",
842-
"\n",
843841
"qprog_ae_alt = synthesize(main)\n",
844842
"show(qprog_ae_alt)"
845843
]

0 commit comments

Comments
 (0)