Skip to content

Commit

Permalink
Updated contributors' list; fixed Action workflow to run all new unit…
Browse files Browse the repository at this point in the history
… tests.
  • Loading branch information
nakib committed Apr 25, 2024
1 parent a23a172 commit f6a837b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_test_fpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ jobs:
sh install_blas+lapack.sh
source fpm_config_caf.sh
fpm build; fpm install && \
fpm test test_misc; fpm test test_autodiff && \
fpm test test_* && \
fpm test bte_regression --runner="sh test/3C-SiC/fpm_run_bte_caf.sh"
3 changes: 3 additions & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@
- [PR #83](https://github.com/nakib/elphbolt/pull/83): Scissor shift of the conduction bands.
- [PR #96](https://github.com/nakib/elphbolt/pull/96): Fast trilinear interpolation to speed up BTE iteration cycles.
- [PR #104](https://github.com/nakib/elphbolt/pull/104): Exact in-scattering correction to the BTE for electron-charged impurity and phonon-point defect scattering.

- Nils Wittemeier
- [PR #138](https://github.com/nakib/elphbolt/pull/138): Periodic table of elements represented as a hashtable.
1 change: 0 additions & 1 deletion fpm.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,3 @@ main = "test_periodictable.f90"
name = "bte_regression"
source-dir="test"
main = "bte_regression.f90"

0 comments on commit f6a837b

Please sign in to comment.