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

More coefficients in GL2 Maass form #2576

Closed
jvoight opened this issue Aug 18, 2018 · 9 comments
Closed

More coefficients in GL2 Maass form #2576

jvoight opened this issue Aug 18, 2018 · 9 comments
Labels
Maass Maass waveforms
Milestone

Comments

@jvoight
Copy link
Member

jvoight commented Aug 18, 2018

In the "first" Maass cusp form with level 1 and R = 9.5...,
http://beta.lmfdb.org/ModularForm/GL2/Q/Maass/4cb8503a58bca91458000032
I can only get 9 coefficients; but many more available in the L-function. Where are they hiding? Surely we should display more?

@jvoight jvoight added the Maass Maass waveforms label Aug 18, 2018
@edgarcosta
Copy link
Member

edgarcosta commented Aug 18, 2018

Yes, they are stored in the DB (somewhere), as the L-functions for GL2 Maass forms are generated on the fly, and the current threshold to generate an L-funnction for Maass modular forms is at least 100 Dirichlet coefficients.

@JohnCremona

This comment has been minimized.

@edgarcosta

This comment has been minimized.

@AndrewVSutherland AndrewVSutherland added this to the v1.1.1 milestone May 28, 2019
@AndrewVSutherland
Copy link
Member

The issue is that some forms have coefficients in mwf_forms, some have coefficients in mwf_coeffs, and some have both (this data was uploaded from different sources that used different conventions which likely also explains the 0/1 indexing shift noted in #2647).

So we know where the coefficients are hiding, we just need to figure out what combination of code/data changes will get them to be displayed on the screen.

@rbommel
Copy link
Contributor

rbommel commented Nov 15, 2019

Okay, I tried to do some research in the database to see what happened to the coefficients of http://www.lmfdb.xyz/ModularForm/GL2/Q/Maass/4cb8503a58bca91458000032. In the table where it gets its data from, mwf_forms, there are only 9 coefficients listed. So that is not the issue.

However, there seems to be a table mwf_coeffs which contains raw data for coefficients as they were migrated from the old system. The problem is that its entries are listed by some label, which seems to be very hard to find for this particular Maass form.

I just went through the whole database to see where the coefficients are occurring and I found 6 candidate labels for this form:
c-1-0.0-1-1-9.5336952613
c-3-0-1-1-9.5336952613
c-5-0-0-1-9.5336952613
c-5-0-1-1-9.5336952613
c-9-0-0-1-9.5336952613
c-9-0-1-1-9.5336952613

Does anyone know which of these should be the right one? If we know this (in general of course, not just for this particular Maass form), then it should be possible to get more coefficients.

@davidfarmer
Copy link
Member

davidfarmer commented Nov 15, 2019 via email

@edgarcosta
Copy link
Member

In case you want to compare with the old version
http://prod.lmfdb.xyz/ is back up
and the server m0.lmfdb.xyz if you want to connect to the DB directly

@AndrewVSutherland
Copy link
Member

@edgarcosta Thanks!

@AndrewVSutherland
Copy link
Member

Fixed via #3521

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Maass Maass waveforms
Projects
None yet
Development

No branches or pull requests

6 participants