Giter Site home page Giter Site logo

chromatic_symmetric_homology's Introduction

This is the sagemath code used for computations when preparing "On the strength of chromatic symmetric homology for graphs".

Here is a sample session:

sage: %attach chromatic_symmetric_homology.py
sage: g = graphs.CompleteGraph(5)
sage: CC = ChromaticSymmetricChainComplex(g, verbose=True, name = "Complete graph on 5 vertices")
2019-11-26 11:11:35.151003: Complete graph on 5 vertices: Setting up computations
sage: CC.homology(j=0)
2019-11-26 11:11:44.415276: Complete graph on 5 vertices: Computing differential (0, 0)
2019-11-26 11:11:44.534713: Complete graph on 5 vertices: Computing differential (1, 0)
2019-11-26 11:11:44.916352: Complete graph on 5 vertices: Computing differential (2, 0)
2019-11-26 11:11:46.391448: Complete graph on 5 vertices: Computing differential (3, 0)
2019-11-26 11:11:51.476128: Complete graph on 5 vertices: Computing differential (4, 0)
2019-11-26 11:12:04.606883: Complete graph on 5 vertices: Reducing differentials using AMT
2019-11-26 11:12:05.885761: Complete graph on 5 vertices: Computing homology
2019-11-26 11:12:05.933610: Complete graph on 5 vertices: Done
{(0, 0): Z, (1, 0): Z^24 x C2^5, (2, 0): Z^91, (3, 0): Z^24}

chromatic_symmetric_homology's People

Contributors

etn40ff avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.