Quiver Mutation Explorer

Grégoire Dupont (ICJ, Lyon, France)
Matthieu Pérotin (LI, Tours, France)

Please consult the new web page for updates.



General Overview

Quiver Mutation Explorer (QME) is a C++ program designed to compute efficiently the number of isoclasses in the the mutation class of a quiver. The aim of this program is to give an efficient complement to Bernhard Keller's Java applet for computing mutation classes. The program is already stable but should be improved regularly, keep an eye on this page.

Let Q be a (finite) quiver (without loops and 2-cycles), we denote by Mut(Q) the set of all isoclasses of quivers mutation-equivalent to Q in the sense of Fomin and Zelevinsky [FZ]. If Mut(Q) is a finite set, we denote by m(Q) its cardinality. The aim of this QME is to decide whether Mut(Q) is finite and if it is, to compute the number m(Q).

It already turned out that these for quivers Q of Dynkin type A the number m(Q) was related to the Brown sequence (see [T]). A list of results is avalaible in [D] and shall be presented soon on this webpage.

The main idea of this program was to use Mc Kay's algorithm for quiver isomorphisms [M]. Also, a parallel version is currently under development.

The program also allows to decide whether two (mutation-finite) quivers are mutation-equivalent and if they are, it returns one of the shortest mutation sequences from the first to the second.


Download


How to?

Installation (on Linux)

Computing mutation sizes

The easiest way is to use Bernhard Keller's Java applet in order to create your quiver:

An alternative way is to use a text file. The text file shall contain the incidence (antisymmetric) matrix of the quiver in the standard Maple format (e.g. [[a,b],[c,d]] for a 2x2 matrix).

For Dynkin quivers, you have an inner way.

For affine quivers of types \tilde D and \tilde E, you also have an inner way.

For affine quivers of type \tilde A, you also have an inner way.

Detecting mutation-equivalent quivers


References

[D] G. Dupont, Algèbres amassées affines, Ph.D. thesis in preparation.

[FZ] S. Fomin and A. Zelevinsky, Cluster Algebras : Foundations, Journal of the AMS, 15:497--529, 2002.

[K] B. Keller, Quiver mutation in java, available
here.

[M] B.D. Mc Kay, Practical Graph Isomorphism, Congressum Numerantium, 30:45--87, 1981.

[T] H.A. Torkildsen, Counting cluster-tilted algebras of type $A_n$, Arxiv preprint.

See also:

The cluster algebras portal by S. Fomin.

Quiver Mutation in Java by B. Keller