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 9fef88d commit 488087eCopy full SHA for 488087e
src/multifusion.jl
@@ -65,7 +65,7 @@ end
65
66
function Fsymbol(a::I, b::I, c::I, d::I, e::I, f::I) where {I<:IsingBimodule}
67
Nsymbol(a, b, e) && Nsymbol(e, c, d) &&
68
- Nsymbol(b, c, f) && Nsymbol(a, f, d) || return 0.0
+ Nsymbol(b, c, f) && Nsymbol(a, f, d) || return 0.0
69
return Fsymbol(convert(IsingAnyon, a), convert(IsingAnyon, b), convert(IsingAnyon, c),
70
convert(IsingAnyon, d), convert(IsingAnyon, e), convert(IsingAnyon, f))
71
end
0 commit comments