You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/tutorials/qsimcirq.ipynb
+27Lines changed: 27 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -375,6 +375,33 @@
375
375
"print(f'qsim runtime: {qsim_elapsed} seconds.')"
376
376
]
377
377
},
378
+
{
379
+
"cell_type": "markdown",
380
+
"metadata": {
381
+
"id": "HVkTbqfH4zls"
382
+
},
383
+
"source": [
384
+
"Another option is to adjust the maximum number of qubits over which to fuse gates. Increasing this value (as demonstrated below) increases arithmetic intensity, which may improve performance with the right environment settings."
385
+
]
386
+
},
387
+
{
388
+
"cell_type": "code",
389
+
"metadata": {
390
+
"id": "kkQ5ARpI5phJ"
391
+
},
392
+
"source": [
393
+
"# Increase maximum fused gate size to three qubits.\n",
0 commit comments