Skip to content

Commit

Permalink
debug github action yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mailhexu committed Jun 4, 2024
1 parent 933f8bb commit 158425b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,6 @@

name: Python application

runs:
using: 'node20'
#pre: 'setup.js'
#main: 'index.js'
#post: 'cleanup.js'

on:
push:
branches: [ "master" ]
Expand Down
2 changes: 1 addition & 1 deletion TB2J/abacus/MAE.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 158425b

Please sign in to comment.