Skip to content

Commit

Permalink
minor updates to simple_lie_algebra.jl and simple_lie_algebra-test.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
voggesbe committed Jul 19, 2023
1 parent ec837aa commit 8c114e3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion experimental/LieAlgebras/src/simple_lie_algebra.jl
Original file line number Diff line number Diff line change
Expand Up @@ -275,4 +275,3 @@ function adjoint_matrix(L::SimpleLieAlgebra{T}) where T <: RingElement #computes
end
return ad
end

2 changes: 1 addition & 1 deletion experimental/LieAlgebras/test/simple_lie_algebra-test.jl
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@
M([0 0 0 0 0 0 0 0; 0 0 0 0 0 0 0 0; 0 0 0 0 0 0 0 0; 0 1 0 0 0 0 0 0; -1 0 0 0 0 0 0 0; 0 0 0 0 0 0 1 1; 0 0 -1 0 0 0 0 0; 0 0 -1 0 0 0 0 0]),
M([2 0 0 0 0 0 0 0; 0 -1 0 0 0 0 0 0; 0 0 1 0 0 0 0 0; 0 0 0 -2 0 0 0 0; 0 0 0 0 1 0 0 0; 0 0 0 0 0 -1 0 0; 0 0 0 0 0 0 0 0; 0 0 0 0 0 0 0 0]),
M([-1 0 0 0 0 0 0 0; 0 2 0 0 0 0 0 0; 0 0 1 0 0 0 0 0; 0 0 0 1 0 0 0 0; 0 0 0 0 -2 0 0 0; 0 0 0 0 0 -1 0 0; 0 0 0 0 0 0 0 0; 0 0 0 0 0 0 0 0])]
end
end

0 comments on commit 8c114e3

Please sign in to comment.