Revision 3688c493fa4a2c0930810f93dff4b0346baaa450 authored by Nick Papior Andersen on 01 July 2015, 12:08:58 UTC, committed by Nick Papior Andersen on 01 July 2015, 12:08:58 UTC
1 parent f926dce
Raw File
README.md
# sids #

[![Build Status](https://travis-ci.org/zerothi/sids.svg?branch=master)](https://travis-ci.org/zerothi/sids)

The system incentive for dense simulation toolbox provides a simple
toolbox for manipulating, constructing and creating tight-binding matrices 
in a standard and uniform way.

It provides easy interfaces for creating and calculating band-structures of
simple tight-binding models as well as interfacing to more advanced DFT
programs.

## Usage ##

## Downloading and installation ##

Installing sids requires the following packages:

   __numpy__
   __scipy__


## Contributions, issues and bugs ##

I would advice any users to contribute as much feedback and/or PRs to further
maintain and expand this library.

Please do not hesitate to contribute!

If you find any bugs please form a [bug report/issue][issue].

If you have a fix please consider adding a [pull request][pr].


## License ##

The sids license is [LGPL][lgpl], please see the LICENSE file.


<!---
Links to external and internal sites.
-->
[sids@git]: https://github.com/zerothi/sids
[sids-doc]: http://github.com/zerothi/sids
[issue]: https://github.com/zerothi/sids/issues
[pr]: https://github.com/zerothi/sids/pulls
[lgpl]: http://www.gnu.org/licenses/lgpl.html

back to top