F:=QuadraticField(11*305);
prec:=100;
M:=GradedRingOfHMFs(F, prec);
ZF:=Integers(F);
N:= 1*ZF;
H := HeckeCharacterGroup(N, [1,2]);
chi := H.3;
M1chi := HMFSpace(M, N, [1,1], chi);
DihedralSpace := DihedralForms(M1chi);
and ran into some issue with coercion of a_nn's into the coefficient ring:
DihedralForms(
Mk: Space of Hilbert modular forms over Quadratic Field with def...
)
ThetaSeries(
Mk: Space of Hilbert modular forms over Quadratic Field with def...,
psi: $.3^2
)
CuspFormFromEigenvalues(
Mk: Space of Hilbert modular forms over Quadratic Field with def...,
coeffs_by_nn: Associative Array with index universe Set of ideals of Maxim...
)
In file "/Users/alexh/Documents/Computations/HMS/hilbertmodularforms/ModFrmHilD/Creation/CuspFormFromEigs.m", line 98, column 58:
>> coeffs_by_nu[bb][nu] := IdlCoeffToEltCoeff(coeff_ring!a_nn, nu, Weight(
^
Runtime error in '!': Illegal coercion
I tried to run:
and ran into some issue with coercion of a_nn's into the coefficient ring: