From efcd8278a377aa37fb1f9820418af3771cb2234c Mon Sep 17 00:00:00 2001 From: Eran Assaf Date: Sun, 9 Feb 2025 14:08:39 +1100 Subject: [PATCH 1/2] updated submodules --- ModFrmGL2/GrpGL2Hat | 2 +- ModFrmGL2/ModSymA | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ModFrmGL2/GrpGL2Hat b/ModFrmGL2/GrpGL2Hat index a83d776..c2445c4 160000 --- a/ModFrmGL2/GrpGL2Hat +++ b/ModFrmGL2/GrpGL2Hat @@ -1 +1 @@ -Subproject commit a83d7769f53d02c6aa7e403eb0b0b09ea29c8974 +Subproject commit c2445c4c682b655dbce53bf20f4c126699905a0c diff --git a/ModFrmGL2/ModSymA b/ModFrmGL2/ModSymA index eaded47..16338c9 160000 --- a/ModFrmGL2/ModSymA +++ b/ModFrmGL2/ModSymA @@ -1 +1 @@ -Subproject commit eaded473b5a71e3bd79c97ed13fe3c90f8373d5f +Subproject commit 16338c9f9e0f7ba3df9e9cea2f4a53b86182cedf From 583fdf5da04a7ffe1144e3c212f5a6f737d8a189 Mon Sep 17 00:00:00 2001 From: Eran Assaf Date: Sun, 9 Feb 2025 14:20:08 +1100 Subject: [PATCH 2/2] reverting to not use characters --- ModFrmGL2/Tests/Shimura.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ModFrmGL2/Tests/Shimura.m b/ModFrmGL2/Tests/Shimura.m index fc0ad18..713c9c6 100644 --- a/ModFrmGL2/Tests/Shimura.m +++ b/ModFrmGL2/Tests/Shimura.m @@ -9,8 +9,8 @@ function Test_Shimura(N) // cat [[1,0,0,d] : d in all_gens]; // gamma := PSL2Subgroup(sub); gamma := GammaShimura(U, phi, H`subgroup, t); -// M := ModularSymbols(gamma, 2, Rationals(), 0); - M := ModularSymbols(gamma); + M := ModularSymbols(gamma, 2, Rationals(), 0); + // M := ModularSymbols(gamma); S := CuspidalSubspace(M); // D := NewformDecomposition(S); D := Decomposition(S, HeckeBound(S));