Git Product home page Git Product logo

stb's Introduction

When cloning the project you need to use

git clone --recursive

so that the submodules are cloned aswell.

stb's People

Contributors

jonathankipp avatar mredies avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

stb's Issues

Introduce a shit for Berry integration

Shift Brillouinzone, such that high-symmetry points do not lie on integration border any more. Afterwards you can shift back for plotting purposeses.

Set units for output

As of now all units are in atomic units. This should be replaced by the input units

K Path doesn't work

After the first section there is a jump in the k-path.
0.00000E+00 0.00000E+00 0.00000E+00 5.23599E-01 9.06900E-01 0.00000E+00 1.39626E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00 <--- here 6.98132E-01 1.20920E+00 0.00000E+00 3.49066E-01 6.04600E-01 0.00000E+00 0.00000E+00 0.00000E+00 0.00000E+00

Implement efficient DOS calculation

Right now the Eigenenergies and Eigenvectors for the whole k-space are calculated for every E-point in the DOS calculation. This is very slow and can be improved, if the nesting is switched:

for k-points:
     calc Ham(K)
     for E points:
             do stuff

rather than


for E-points:
     for k-points:
          calc Ham(k)
          do stuff

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.