Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Experimental: Complex reflection groups #3342

Draft
wants to merge 57 commits into
base: master
Choose a base branch
from

Commits on Jul 12, 2024

  1. Configuration menu
    Copy the full SHA
    16a4c72 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d1e17cc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    473ae9b View commit details
    Browse the repository at this point in the history
  4. Update

    ulthiel committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    fa58842 View commit details
    Browse the repository at this point in the history
  5. Add unitary_matrices. Fix in old code because it seems number field n…

    …ames have been changed
    ulthiel committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    ab0335a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    de90b23 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    28e692b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2bc05f6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bdb9627 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    67134d5 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0826135 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    bc1279a View commit details
    Browse the repository at this point in the history
  13. Merged orderedpkgs

    ulthiel committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    8052b12 View commit details
    Browse the repository at this point in the history
  14. * Improvements to is_unitary

    * Implementation of type ComplexReflection
    * Function is_complex_reflection_with_data
    ulthiel committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    d367ae6 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    ffcb9c9 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    0aae913 View commit details
    Browse the repository at this point in the history
  17. * Fixed the LT models for the exceptionals by transosing the generators

    * Some cleaup in the model code
    ulthiel committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    4bb1041 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    9674672 View commit details
    Browse the repository at this point in the history
  19. * Using complex_conjugation2 now to also get the (trivial) complex co…

    …njugation for totally real fields.
    
    * Implemented LT model of H3 = G23
    * Added function complex_reflections that lists all the reflections
    ulthiel committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    70d84b4 View commit details
    Browse the repository at this point in the history
  20. The Cartan matrix is not correct yet and I think this comes from the

    fact that the coroot business is not correct yet. In order to get
    the correct definition, I will now start with the documentation and
    then fix the code afterwards
    ulthiel committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    a9e0da0 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    4abd38c View commit details
    Browse the repository at this point in the history
  22. Continued with the documentation. One minor fix in complex_reflection…

    …_group: there was no return value for a product of types
    ulthiel committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    f6ae1f3 View commit details
    Browse the repository at this point in the history
  23. Many changes:

    * Extended the ComplexReflection structure
    * Fixed the coroot stuff
    * Moved aux functions to separate files
    * Documentation
    ulthiel committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    d1a32ed View commit details
    Browse the repository at this point in the history
  24. Updates to current OSCAR and removed my complex_conjugation2 since th…

    …is was implemented in Hecke v0.30.2
    ulthiel committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    a9b2bb6 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    37aaab1 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    729b756 View commit details
    Browse the repository at this point in the history
  27. Added import of coroot from Oscar.LieAlgebras as suggested by J. Schm…

    …itt to fix failing test
    ulthiel committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    65ce497 View commit details
    Browse the repository at this point in the history
  28. Commented out is_shephard_group and field_of_definition for the momen…

    …t because these functions are not finished yet
    ulthiel committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    aefcf76 View commit details
    Browse the repository at this point in the history
  29. Also commented out the export of is_exceptional for the moment becaus…

    …e not yet implemented
    ulthiel committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    10d64f9 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    2e15f43 View commit details
    Browse the repository at this point in the history
  31. Construction of complex conjugate of matrix in is_unitary now via map…

    … function as suggested
    ulthiel committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    2d1af5e View commit details
    Browse the repository at this point in the history
  32. * Small fix (forgot the base field) in is_unitary

    * Moved all imports/exports to the main project file and sorted alphabetically as suggested
    ulthiel committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    646de0b View commit details
    Browse the repository at this point in the history
  33. Fixed isa(t, Int) == 1 thing

    ulthiel committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    6b0949c View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    581121e View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    cf81f39 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    c0fbd00 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    7f62847 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    5f12634 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    d06b058 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    0caf7e0 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    c4ecaac View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    f245d54 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    cc48d5a View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    b041675 View commit details
    Browse the repository at this point in the history
  45. Two typos in doc

    ulthiel committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    f0d5051 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    78117bb View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    ba76295 View commit details
    Browse the repository at this point in the history
  48. Raising a not implemented error in is_symplectic_reflection_group ins…

    …tead of returning false
    ulthiel committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    9ec0bdb View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    e15a3fb View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    adbfd24 View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    8fbc4ce View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    8c00fae View commit details
    Browse the repository at this point in the history
  53. Added a debug option in is_complex_reflection_with_data that prints t…

    …he property that failts if input is not a complex reflection
    ulthiel committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    7b8e0e4 View commit details
    Browse the repository at this point in the history
  54. Merging orderedpkgs

    ulthiel committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    d8a1e95 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2024

  1. Configuration menu
    Copy the full SHA
    909acf7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e26b261 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. Configuration menu
    Copy the full SHA
    084f0b0 View commit details
    Browse the repository at this point in the history