Skip to content

cortner/SKTB.jl

Repository files navigation

SKTB.jl

Build Status

Coverage Status

codecov.io

This is an implementation of Slater-Koster type tight-binding models. The intention is to have a flexible but fairly performant tight-binding code to experiment with new models, and non-standard multi-scale schemes.

Installation

SKTB.jl is not registered, install by cloning:

Pkg.clone("https://github.com/cortner/SKTB.jl.git")

The master branch requires Julia v0.6. To use SKTB.jl with Julia v0.5 checkout the v0.5 branch: from the Julia REPL this can be achieved via

cd(Pkg.dir("SKTB"))
run(`git checkout v0.5`)

Please run

Pkg.test("SKTB")

and file an issue if there are any failed tests.

Authors

This module was written by Huajie Chen and Christoph Ortner, the FermiContour submodule was merged from FermiContour.jl by ettersi.