We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f91473 commit aa46e1eCopy full SHA for aa46e1e
docs/src/index.md
@@ -28,7 +28,7 @@ using GenericTensorNetworks, Graphs#, CUDA
28
solve(
29
GenericTensorNetwork(IndependentSet(
30
Graphs.random_regular_graph(20, 3),
31
- UnitWeight()); # default: uniform weight 1
+ UnitWeight(20)); # default: uniform weight 1
32
optimizer = TreeSA(),
33
openvertices = (), # default: no open vertices
34
fixedvertices = Dict() # default: no fixed vertices
0 commit comments