You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to check if two lattices L_1, L_2 over a number filed are isomorphic with the restriction that the isomorphism is an automorphism group of the third lattice L_3. This can be achieved by using Magma's IsIsomorphic by providing additional quadratic forms that the isomorphism must preserve. Is there a similar functionality available within Hecke's internals?
It seems to me that an almost identical functionality is required for computing isomorphisms of lattices over number fields.
Another similar use case I have is computing intersection of the automorphism groups of two lattices over a number field.
I did try looking through the sources myself but found it hard to figure out my question.
Thank you for your help.