Skip to content

Commit aa46e1e

Browse files
committed
fix main page example
1 parent 1f91473 commit aa46e1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ using GenericTensorNetworks, Graphs#, CUDA
2828
solve(
2929
GenericTensorNetwork(IndependentSet(
3030
Graphs.random_regular_graph(20, 3),
31-
UnitWeight()); # default: uniform weight 1
31+
UnitWeight(20)); # default: uniform weight 1
3232
optimizer = TreeSA(),
3333
openvertices = (), # default: no open vertices
3434
fixedvertices = Dict() # default: no fixed vertices

0 commit comments

Comments
 (0)