Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Oriented Exchange Graph #16209

Closed
sagetrac-garver15 mannequin opened this issue Apr 22, 2014 · 27 comments
Closed

Oriented Exchange Graph #16209

sagetrac-garver15 mannequin opened this issue Apr 22, 2014 · 27 comments

Comments

@sagetrac-garver15
Copy link
Mannequin

sagetrac-garver15 mannequin commented Apr 22, 2014

This function takes a seed for a cluster algebra of finite type with principal coefficients and returns an orientation of its exchange graph that has the structure of a poset. It returns this orientation of the exchange graph as a poset object and as a quiver object.

CC: @sagetrac-gmoose05 @egunawan

Component: combinatorics

Keywords: cluster, exchange graph, SageDays64.5

Author: Alexander Garver

Branch/Commit: 1e97e1d

Reviewer: Jean-Philippe Labbé

Issue created by migration from https://trac.sagemath.org/ticket/16209

@sagetrac-garver15 sagetrac-garver15 mannequin added this to the sage-6.2 milestone Apr 22, 2014
@sagetrac-garver15
Copy link
Mannequin Author

sagetrac-garver15 mannequin commented Apr 22, 2014

Attachment: OrEG.sage.gz

@sagetrac-vbraun-spam sagetrac-vbraun-spam mannequin modified the milestones: sage-6.2, sage-6.3 May 6, 2014
@fchapoton
Copy link
Contributor

Changed keywords from exchange graph to cluster, exchange graph

@fchapoton
Copy link
Contributor

Branch: u/chapoton/16209

@fchapoton
Copy link
Contributor

Commit: fa0d601

@fchapoton
Copy link
Contributor

comment:3

I have made a working and documented branch from the given file. I am not convinced at all that this is the proper way to do it. Computing first the mutation class and then doing it again looks bad enough.


New commits:

fa0d601trac #16209 first sketch of a working version (rough)

@sagetrac-git
Copy link
Mannequin

sagetrac-git mannequin commented Jun 3, 2014

Changed commit from fa0d601 to 3f66020

@sagetrac-git
Copy link
Mannequin

sagetrac-git mannequin commented Jun 3, 2014

Branch pushed to git repo; I updated commit sha1. New commits:

3f66020trac #16209 a little bit smoother

@sagetrac-gmoose05
Copy link
Mannequin

sagetrac-gmoose05 mannequin commented Jun 3, 2014

comment:6

Thanks Frederic.

Alexander's goal was to have a working version first. Then we would streamline it together. Your suggestion to make sure we don't compute the mutation class twice is an apt one. We will be updating this in the next few weeks (busy with other projects at the moment).

Gregg

@sagetrac-vbraun-spam sagetrac-vbraun-spam mannequin modified the milestones: sage-6.3, sage-6.4 Aug 10, 2014
@sagetrac-git
Copy link
Mannequin

sagetrac-git mannequin commented Mar 7, 2015

Branch pushed to git repo; I updated commit sha1. New commits:

33032f9Merge branch 'u/chapoton/16209' into 6.6.b3
67bdd8ctrac #16209 another algo, without precomputing the mutation class

@sagetrac-git
Copy link
Mannequin

sagetrac-git mannequin commented Mar 7, 2015

Changed commit from 3f66020 to 67bdd8c

@fchapoton
Copy link
Contributor

comment:9

Here is a better (?) version, that does not pre-compute the mutation class.

@fchapoton
Copy link
Contributor

Changed keywords from cluster, exchange graph to cluster, exchange graph, SageDays64.5

@fchapoton fchapoton modified the milestones: sage-6.7, sage-6.8 Jun 5, 2015
@fchapoton fchapoton removed this from the sage-6.8 milestone Oct 7, 2015
@fchapoton fchapoton added this to the sage-6.10 milestone Oct 7, 2015
@fchapoton
Copy link
Contributor

comment:14

ping ?

@jplab
Copy link

jplab commented Oct 12, 2015

comment:15

Some tests seem to fail in sage-6.9. An exception is raised with the very first example:

TypeError: <class 'sage.combinat.cluster_algebra_quiver.cluster_seed.ClusterSeed'> is not hashable

@jplab
Copy link

jplab commented Oct 12, 2015

Reviewer: Jean-Philippe Labbé

@sagetrac-git
Copy link
Mannequin

sagetrac-git mannequin commented Oct 12, 2015

Changed commit from 67bdd8c to 6a17c58

@sagetrac-git
Copy link
Mannequin

sagetrac-git mannequin commented Oct 12, 2015

Branch pushed to git repo; I updated commit sha1. New commits:

4e44669Merge branch 'u/chapoton/16209' into 6.9
6a17c58trac #16209 fixing now that seeds are not hashable

@fchapoton
Copy link
Contributor

comment:17

ok, I think I have fixed the problem.

@sagetrac-git
Copy link
Mannequin

sagetrac-git mannequin commented Oct 12, 2015

Changed commit from 6a17c58 to 2f76a4e

@sagetrac-git
Copy link
Mannequin

sagetrac-git mannequin commented Oct 12, 2015

Branch pushed to git repo; I updated commit sha1. New commits:

2f76a4etrac #16209 details

@jplab
Copy link

jplab commented Oct 12, 2015

Changed branch from u/chapoton/16209 to u/jipilab/16209

@jplab
Copy link

jplab commented Oct 12, 2015

Changed branch from u/jipilab/16209 to u/chapoton/16209

@jplab
Copy link

jplab commented Oct 12, 2015

comment:20

All test passed now on sage-6.9.

Looks ok to me. I removed many blank spaces.

@jplab
Copy link

jplab commented Oct 12, 2015

New commits:

d9dcd4eMerge branch 'u/chapoton/16209' of trac.sagemath.org:sage into ticket16209
2656a22Merge branch 'u/chapoton/16209' of trac.sagemath.org:sage into ticket16209
1e97e1dRemoved many blank spaces

@jplab
Copy link

jplab commented Oct 12, 2015

Changed commit from 2f76a4e to 1e97e1d

@jplab
Copy link

jplab commented Oct 12, 2015

Changed branch from u/chapoton/16209 to u/jipilab/16209

@vbraun
Copy link
Member

vbraun commented Oct 14, 2015

Changed branch from u/jipilab/16209 to 1e97e1d

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants