Closed sunnyquiver closed 7 years ago
The bug occurs due to the naming algorithm of the new arrows in the quiver of the trivial extension. This has been resolved by adding an extra label on the new arrows depending on how many times you take trivial extension of the trivial extension of ....
There is a bug in TrivialExtensionOfQuiverAlgebra. The bug is reported by Rene Marczinzik. The bug can be produced by calling the following sequence of commands:
A := NakayamaAlgebra([2],GF(3)); B := TrivialExtensionOfQuiverAlgebra(A); C := TrivialExtensionOfQuiverAlgebra(B); D := TrivialExtensionOfQuiverAlgebra(C);