database_mutation_class: Database of exceptional mutation classes of quivers¶
Description¶
Contains a database of all exceptional mutation classes of quivers.
Every file in the database is of the form
mutation_classes_n.dig6
for some n
and
contains a
cPickle.dump
of a dictionary wherethe keys are tuples representing irreducible exceptional quiver mutation types of rank
n
, andthe values are all quivers in the given mutation class stored in canonical form as
(dig6,edges)
wheredig6
is the dig6 data of the givenDiGraph
, andedges
are the non-simply-laced edges thereof.is obtained by running the function
sage.combinat.cluster_algebra_quiver.quiver_mutation_type._save_data_dig6(n, types='Exceptional', verbose=False)
SPKG Maintainers¶
Stump <christian.stump@gmail.com>
Dependencies¶
None
Type¶
optional
Version Information¶
package-version.txt:
1.0
Equivalent System Packages¶
See https://repology.org/project/database-mutation-class/versions
However, these system packages will not be used for building Sage because spkg-configure.m4 has not been written for this package; see https://trac.sagemath.org/ticket/27330