Git Product home page Git Product logo

affine's Introduction

Affine.m

Mathematica program for computations in representation theory of affine and finite-dimensional Lie algebras.

Overview

This program is based on the properties of weight system and uses Weyl symmetry. Central problems are weight multiplicity calculation, branching of representation to representation of subalgebras and tensor product decomposition. For more detail see doc/paper.pdf.

System requirements

Mathematica. Tested with versions 7 and 8 on Linux and Windows. More details in doc/paper.pdf

Installation

git clone git://github.com/naa/Affine.git

Usage

Add path to the beginning of your notebook

AppendTo[$Path,"src/"]; <<affine.m;

Demo

The demonstration notebook demo.nb is in the folder demo. Notebook paper.nb in the same folder contains the code which was used to produce examples in the paper.

All public functions of the package has online help, which can be invoked this way:

?functionName

For more details see files demo/demo.nb,demo/paper.nb and doc/paper.pdf.

Tests

Unit tests are in file tests/tests.m. To run all the tests just read the contents of this file into your notebook after adding the folder to $Path with

<<tests.m

kirillov-reshetikhin.m

This separate module implements Kirillov-Reshetikhin formula for the graded and usual tensor product decomposition of simple Lie algebra modules. This module can be used independently from the affine.m. The only needed input is the Cartan matrix of Lie algebra.

Usage

Add path to the beginning of your notebook

AppendTo[$Path,"src/"];

<<affine.m; (* Optional *)

<<kirillov-reshetikhin.m;

And use as follows:

gradedTensorProductMultiplicity[{0,3},{{0,0},{3,0}},{{2,-1},{-1,2}}]

or

a2=makeSimpleRootSystem[A,2];

Expand[Simplify[{#,gradedTensorProductMultiplicity[#,{{8,0}},cartanMatrix[a2]]}&/@dynkinLabels[a2]/@Flatten[weightSystem[a2][weight[a2][8,0]]]]]

Online demo

affine's People

Contributors

naa avatar

Watchers

 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.