Skip to content

Commit

Permalink
don't implement == for StarAlgebras
Browse files Browse the repository at this point in the history
  • Loading branch information
kalmarek committed May 29, 2024
1 parent 7128e8a commit 76e1323
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/types.jl
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ end

basis(A::StarAlgebra) = A.basis
object(A::StarAlgebra) = A.object
function Base.:(==)(a::StarAlgebra, b::StarAlgebra)
return a.basis == b.basis
end

struct AlgebraElement{A,T,V} <: MA.AbstractMutable
coeffs::V
Expand Down

0 comments on commit 76e1323

Please sign in to comment.