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
Currently, the Models are hard-coded to a 4x4 Square Lattice. Make a constructor that takes system_size parameters as arguments and builds the appropriately sized Model.
The text was updated successfully, but these errors were encountered:
I am running into significant problems in this Issue. In summary, changing the Square Lattice constructor to take arguments for the x- and y-sizes of the system causes a logic error in the creation of the Model. I have opened a separate issue for this problem, Issue #26.
Currently, the Models are hard-coded to a 4x4 Square Lattice. Make a constructor that takes system_size parameters as arguments and builds the appropriately sized Model.
The text was updated successfully, but these errors were encountered: