alexjbest / cluster-pictures

This package implements the machinery of cluster pictures of Maistret, Morgan, Dokchitser and Dokchitser in Sage.
https://alexjbest.github.io/cluster-pictures/
GNU General Public License v2.0
3 stars 4 forks source link

'EisensteinExtensionFieldCappedRelative_with_category' object has no attribute 'relative_discriminant' #37

Closed rbommel closed 4 years ago

rbommel commented 4 years ago

This error you get when trying to compute the conductor for the genus 2 curve 360.a.6480.1 at the prime 5.

alexjbest commented 4 years ago

Ah yes I forgot that 5 is not bigger than 2*2 + 1. Like you said before probably the best long term strategy is to wait for sage, butttt, hacking around it is fun so: I added a couple of hacks that make this example work:

btw if you know references for these facts let me know!

alexjbest commented 4 years ago

closed by d1ccb3105fcaa75fc5c03a5df3c5a288f2f95687 as this example now works, but please open more issues if we hit NotImplementedError for the discriminant functions especially as it looks like I can add more workarounds

rbommel commented 4 years ago

Yeah, so I guess in the tame case, a ramified extension of degree e can be modelled as K < K(u^(1/e)) for a uniformiser e. So then it probably suffices to compute that discriminant. I suspect it is the wild case that will make your life hard.

alexjbest commented 4 years ago

Yes that makes sense, I'll try and work out the actual formula then xD