Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 0 additions & 1 deletion algorithms/adapt_vqe/adapt_vqe.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1071,7 +1071,6 @@
"\n",
"\n",
"qprog_vqe = synthesize(main)\n",
"write_qmod(main, name=\"vqe\", decimal_precision=15, symbolic_only=False)\n",
"\n",
"\n",
"with ExecutionSession(qprog_vqe) as es:\n",
Expand Down
150 changes: 0 additions & 150 deletions algorithms/adapt_vqe/vqe.qmod

This file was deleted.

44 changes: 0 additions & 44 deletions algorithms/adapt_vqe/vqe.synthesis_options.json

This file was deleted.

1 change: 0 additions & 1 deletion algorithms/algebraic/discrete_log/discrete_log.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,6 @@
" constraints=Constraints(max_width=13),\n",
" preferences=Preferences(optimization_level=1),\n",
" execution_preferences=ExecutionPreferences(num_shots=4000),\n",
" out_file=\"discrete_log\",\n",
")\n",
"\n",
"qprog_Z5 = synthesize(qmod_Z5)\n",
Expand Down
32 changes: 0 additions & 32 deletions algorithms/algebraic/discrete_log/discrete_log.qmod

This file was deleted.

This file was deleted.

8 changes: 2 additions & 6 deletions algorithms/algebraic/hidden_shift/hidden_shift.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -285,9 +285,7 @@
" )\n",
"\n",
"\n",
"qmod_complex = create_model(\n",
" main, constraints=constraints, out_file=\"hidden_shift_complex\"\n",
") # same constraints\n",
"qmod_complex = create_model(main, constraints=constraints) # same constraints\n",
"qprog_complex = synthesize(qmod_complex)\n",
"show(qprog_complex)"
]
Expand Down Expand Up @@ -396,9 +394,7 @@
" hidden_shift_no_dual(f_qfunc, g_qfunc, target, ind)\n",
"\n",
"\n",
"qmod_no_dual = create_model(\n",
" main, constraints=constraints, out_file=\"hidden_shift_no_dual\"\n",
") # same constraints\n",
"qmod_no_dual = create_model(main, constraints=constraints) # same constraints\n",
"qprog_no_dual = synthesize(qmod_no_dual)\n",
"show(qprog_no_dual)"
]
Expand Down
24 changes: 0 additions & 24 deletions algorithms/algebraic/hidden_shift/hidden_shift_complex.qmod

This file was deleted.

This file was deleted.

Loading
Loading