How to import buckygen
I am struggling to find the way to import the Graph Theory library buckygen. Any suggestion? Thanks.
asked 2015-12-07 11:26:47 -0600
This post is a wiki. Anyone with karma >750 is welcome to improve it.
I am struggling to find the way to import the Graph Theory library buckygen. Any suggestion? Thanks.
If you want to install buckygen
within Sage, you should first do this from a terminal:
sage -i buckygen
Then, buckygen
is not a Python module, but a C program, hence you can not import it directly, you have to write some kind of interface if you want to interact directly with it. An example is given by the fullerenes
graph generator, source code which you can get by typing:
sage: graphs.fullerenes??
Or currently looking here (this precise link might not last a long time): http://git.sagemath.org/sage.git/tree...
Asked: 2015-12-07 11:26:47 -0600
Seen: 296 times
Last updated: Dec 07 '15
Fonts in graph (graph theory) pictures are Type 3???
What are distance regular graphs
Recursive Algorithm for Graph Coloring
Plotting graphs: change force functions for spring layout
Coloring edges by their labels
checking isomorphism for weighted bipartite graph
Could you elaborate a bit more? What did you try?