mirror of
https://igit.ific.uv.es/alramos/latticegpu.jl.git
synced 2025-05-15 03:33:42 +02:00
Cleaned up groups modules
This commit is contained in:
parent
a27ac98554
commit
3f71a5222f
10 changed files with 149 additions and 32 deletions
|
@ -129,3 +129,8 @@ b = g2*a
|
|||
println("b is one: ", b)
|
||||
|
||||
|
||||
println("## Aqui test M3x3")
|
||||
ba = rand(SU3alg{T})
|
||||
ga = exp(ba)
|
||||
println("Matrix: ", alg2mat(ba))
|
||||
println("Exp: ", ga)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue