Skip to content

Commit

Permalink
Fix silly bug in subspace
Browse files Browse the repository at this point in the history
  • Loading branch information
david-pl committed Aug 2, 2018
1 parent b803bd0 commit 3f45ae9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/subspace.jl
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ mutable struct SubspaceBasis <: Basis
throw(ArgumentError("The basis of the basisstates has to be the superbasis."))
end
end
println(basisstates)
basisstates_hash = hash(hash.([hash.(x.data) for x=basisstates]))
new(Int[length(basisstates)], superbasis, basisstates, basisstates_hash)
end
Expand Down

0 comments on commit 3f45ae9

Please sign in to comment.