Skip to content

Commit 301e58c

Browse files
authored
fixing typo (#3618)
Signed-off-by: Sachin Pisal <[email protected]>
1 parent 0d1ac36 commit 301e58c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/sphinx/applications/python/digitized_counterdiabatic_qaoa.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
"#non_edges=[[u,v] for u in nodes for v in nodes if u<v and [u,v] not in edges]\n",
103103
"#print('Edges: ', edges)\n",
104104
"#print('Non-edges: ', non_edges)\n",
105-
"#weights=[0.6686,0.6686,0.6886,0.1091,0.0770,0.0770,0.0770,0.0770]\n",
105+
"#weights=[0.6686,0.6686,0.6686,0.1091,0.0770,0.0770,0.0770,0.0770]\n",
106106
"#penalty=8.0\n",
107107
"#num_layers=8"
108108
]

0 commit comments

Comments
 (0)