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 66845a9 commit 09004cfCopy full SHA for 09004cf
examples/hard-core-lattice-gas/main.jl
@@ -15,7 +15,7 @@
15
16
a, b = (1, 0), (0.5, 0.5*sqrt(3))
17
Na, Nb = 10, 10
18
-sites = vec([50 .* (a .* i .+ b .* j) for i=1:Na, j=1:Nb])
+sites = vec([50 .* (a .* i .+ b .* j) for i=1:Na, j=1:Nb]);
19
20
# There exists blockade interactions between hard-core particles.
21
# We connect two lattice sites within blockade radius by an edge.
0 commit comments