https://github.com/freude/NanoNet
Raw File
Tip revision: 700426ad50b6aef4c3542c5dc590af784b4d05bd authored by Jesse on 15 March 2021, 11:00:51 UTC
Changed examples to be a bit more time cheap. Note that most of the time is in the numerical integration which is very sensitive to the van hove singularity at the band edge.
Tip revision: 700426a
.coveragerc
[report]
omit =
    */python?.?/*
    */site-packages/nose/*
    *__init__*
    */examples/*
    */jupyter_notebooks/*
back to top