Closed erich-9 closed 6 years ago
Here is a different but related problem. The code
Q := Quiver(3, [ [2, 3, "a"], [3, 2, "b"] ] );
kQ := PathAlgebra(Rationals, Q);
AssignGeneratorVariables(kQ);
A := kQ / [ b*a, a*b ];
IndecProjectiveModules(A);
leads to the error message:
Error, Record: '<rec>.vertices' must have an assigned value in
vertices := fam!.vertices; at .../pkg/qpa-1.27/lib/module.gi:53 called from
PathModuleElem( FamilyObj( Zero( indec_proj_list[i] )![1] ), list_of_min_gen[i]
) at .../pkg/qpa-1.27/lib/modulespecial.gi:122 called from
Using here the quiver Q := Quiver(3, [ [1, 2, "a"], [2, 1, "b"] ] )
one gets not the same error message but instead the one reported in the first post.
Thank you very much for reporting this bug. It is now hopefully fixed.
Best regards, the QPA-team.
For instance the following code does not work, but I think it should:
What goes wrong is that
RightModuleOverPathAlgebra
is not told what dimension the vector space at the isolated vertex3
should have. Namely, runningraises the following error: