ACEsuit / ACE.jl

Parameterisation of Equivariant Properties of Particle Systems
66 stars 15 forks source link

Spherical Tensors Fail in v0.12.33 #129

Open cortner opened 2 years ago

cortner commented 2 years ago
julia> basis = ACE.SymmetricBasis(ACE.SphericalMatrix(2,1), B1p, Bsel)
ERROR: MethodError: Cannot `convert` an object of type StaticArrays.SMatrix{5, 3, ComplexF64, 15} to an object of type ACE.SphericalMatrix{2, 1, 5, 3, Float64, 15}
Closest candidates are:
zhanglw0521 commented 2 years ago

Thanks for pointing this out. I will take a detailed look at it this afternoon.