Giter Club home page Giter Club logo

n-loop's Introduction

n-Loop

Computation of the Dimofte-Garoufalidis n-loop invariant.

For a more complete description of this project, please visit http://people.math.gatech.edu/~esabo3, or more specifically, http://people.math.gatech.edu/~esabo3/knot-data.html.

GitHub does not support folders with a large number of files, so the data, pre-computed Neumann-Zagier datum, and SageMath object file results need to be downloaded separately under the "release" header. Human readable results may be found http://people.math.gatech.edu/~esabo3/knot-data.html, while text data file results may be found http://people.math.gatech.edu/~stavros/publications/nloop.data/index.html.

A brief usage guide is given here, while a more detailed explanation may be found in http://arxiv.org/abs/1503.02554. Note that the following code assumes SnapPy is installed inside of SageMath. The Manifold class used in the code refers to SnapPy and not SageManifolds.

  • COMPUTATION OF EXACT N-LOOP INVARIANTS FROM MANIFOLD
attach('nloop_exact.py')
all_diagrams = load('6diagrams.sobj')
M = Manifold('6_2')
nloop_from_manifold(M, 2, all_diagrams, engine="retrieve")
  • COMPUTATION OF EXACT N-LOOP INVARIANTS FROM PRECOMPUTED NZ-DATA
attach('nloop_exact.py')
all_diagrams = load('6diagrams.sobj')
nz62 = load('nzdata/nz_exact_K5_19.sobj')
nloop_from_nzdatum(nz62, 2, all_diagrams)
  • MANUAL COMPUTATION OF EXACT N-LOOP INVARIANTS FROM MANIFOLD
attach('nloop_exact.py')
all_diagrams = load('6diagrams.sobj')
M = Manifold('6_2')
D = NeumannZagierDatum(M, engine="retrieve")
D.generate_nz_data()
E = nloop(D.nz, 2, all_diagrams)
E.nloop_invariant()
E.one_loop()
  • GENERATE EXACT NZ-DATA
attach('nloop_exact.py')
M = Manifold('6_2')
D = NeumannZagierDatum(M, engine="retrieve")
D.generate_nz_data()
D.nz

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.