Skip to content

Commit 588462c

Browse files
Update Solving_advection_equation.ipynb
Reduce number of qubits in last cell to pass tests
1 parent 0934d48 commit 588462c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

community/Hackathons/QInnovision_2025/advection_equation/Solving_advection_equation.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2373,7 +2373,7 @@
23732373
"source": [
23742374
"# Initialize arrays to collect CX counts and depths for proposed and Trotter circuits\n",
23752375
"cx_counts_proposed, cx_counts_trotter, num_steps, cx_counts_proposed_custom = [], [], [], []\n",
2376-
"num_qubits = 6 # value was set to 7 originally\n",
2376+
"num_qubits = 3 # value was set to 7 originally\n",
23772377
"\n",
23782378
"# Loop through different numbers of qubits\n",
23792379
"for i in range(0, 10):\n",

0 commit comments

Comments
 (0)