Giter VIP home page Giter VIP logo

tt-fort's Introduction

tt-fort

Fortran computing core of the TT-Toolbox Right now, it is not easy to use as a standalone project.

It also includes two slightly customized libraries:

  1. PRIMME code http://www.cs.wm.edu/~andreas/software/
  2. Expokit code http://www.maths.uq.edu.au/expokit/

for doing fast local solvers in eigenvalue and dynamical problems.

===== Compilation

  1. Create file Makefile.cpu in the currect directory with the following line

CPU = your_preset

where your_preset is one from Makefile.in (e.g. CPU = i4-intel). You may start from the example file Makefile.cpu.default provided. !!! For x64 systems! Note that the standalone programs (e.g. test_eigb below) require four-bytes integers without fPIC (i4-gnu-nopic or i4-intel-nopic), while the MATLAB MEX libraries require 8-bytes integers with fPIC, i8-gnu or i8-intel. !!!

  1. Run make It will compile the static libraries mytt.a and primme/primme.a

  2. Use the libs in your code =). To quick start, you may check the standalone test program for the block eigenvalue solver "test_eigb" (see Makefile). It computes 5 lowest eigenpairs of the Heisenberg chain with 20 spin-1/2 particles.

tt-fort's People

Contributors

oseledets avatar saluev avatar dolgov 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.