Skip to content

Commit

Permalink
Files fixed for various examples. (#69)
Browse files Browse the repository at this point in the history
* add back `eigenvalues.npy` files in example/silicon/data

* update notebook for example silicon

* update `eigenvalues.npy` for example/hBN

* update files for tests/test_sktb

* update `pyproject.toml`
  • Loading branch information
SharpLonde authored Mar 10, 2024
1 parent 140d4d7 commit 559525b
Show file tree
Hide file tree
Showing 12 changed files with 3 additions and 2 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added examples/hBN/data/kpath.0/eigenvalues.npy
Binary file not shown.
Binary file added examples/silicon/data/kpath.0/eigenvalues.npy
Binary file not shown.
Binary file not shown.
File renamed without changes.
2 changes: 1 addition & 1 deletion examples/silicon/silicon.ipynb

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ future = "*"
dargs = "0.3.3"
xitorch = "0.3.0"
fmm3dpy = "1.0.0"
e3nn = ">=0.5.1"


[tool.poetry.group.3Dfermi]
Expand All @@ -67,7 +68,7 @@ build-backend = "poetry_dynamic_versioning.backend"


[tool.poetry-dynamic-versioning]
enable = true
enable = false
vcs = "git"
strict = true
format-jinja = """
Expand Down

0 comments on commit 559525b

Please sign in to comment.