diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 4fe6453..3662572 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -3,12 +3,6 @@ name: Python application -runs: - using: 'node20' - #pre: 'setup.js' - #main: 'index.js' - #post: 'cleanup.js' - on: push: branches: [ "master" ] diff --git a/TB2J/abacus/MAE.py b/TB2J/abacus/MAE.py index 1e6713c..b096ae2 100644 --- a/TB2J/abacus/MAE.py +++ b/TB2J/abacus/MAE.py @@ -14,7 +14,7 @@ # TODO List: # - [x] Add the class AbacusSplitSOCWrapper # - [x] Add the function to rotate the XC part -# - [x] Compute the band energy at arbitrary +# - [x] Compute the band energy at arbitrary angle def get_occupation(evals, kweights, nel, width=0.1):