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 b59ebb2 commit da4ddb1Copy full SHA for da4ddb1
src/multifusion.jl
@@ -82,7 +82,7 @@ function Base.one(a::IsingBimodule)
82
return IsingBimodule(a.row, a.col, 0)
83
end
84
85
-# Base.isone(a::IsingBimodule) = leftone(a) == a == rightone(a)
+Base.isone(a::IsingBimodule) = leftone(a) == a == rightone(a)
86
87
function Base.one(::Type{IsingBimodule})
88
throw(ArgumentError("one of Type IsingBimodule doesn't exist"))
0 commit comments