edgarcosta / hilbertmodularforms

Mockup implementation of Hilbert Modular Forms
BSD 3-Clause "New" or "Revised" License
8 stars 15 forks source link

fix GaloisOrbitDescent #374

Closed abhijit-mudigonda closed 11 months ago

abhijit-mudigonda commented 11 months ago

Apparently RelativeField(K, K) is not the trivial relative extension over K, but instead just returns K. This deals with that issue.