Skip to content

Commit

Permalink
Fix Ising object aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
lkdvos committed Nov 1, 2023
1 parent a44328e commit b8f33f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aliases.jl
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ const H2 = UFC{6,1,2,8,2}
const H3 = UFC{6,1,2,8,3}

@objectnames Fib = PMFC{2,1,0,2,0,0} I τ
@objectnames Ising = PMFC{3,1,0,1,1,3} I σ ψ
@objectnames Ising = PMFC{3,1,0,1,1,3} I ψ σ
@objectnames H1 = UFC{4,2,0,1,0} I μ η ν

0 comments on commit b8f33f3

Please sign in to comment.