Skip to content

Commit

Permalink
Preparing for v1.1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
nakib committed Oct 13, 2023
1 parent a510824 commit 41482b8
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 75 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.org
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
* v1.1
** New features added/improvements made
+ 4-phonon interactions. [[https://github.com/nakib/elphbolt/issues/71][#71]]
+ Phonon-thin-film scattering. [[https://github.com/nakib/elphbolt/issues/81][#81]]
+ Exact in-scattering correction due to phonon-isotope and electron-impurity scattering. [[https://github.com/nakib/elphbolt/pull/104][#104]]
+ Scissor operator to conduction band. [[https://github.com/nakib/elphbolt/issues/83][#83]]
+ Distributed coarray of real-space, Wannier-rep electron-phonon matrix elements. [[https://github.com/nakib/elphbolt/issues/62][#62]]
+ Improved method for electron-charged impurity scattering following Ganose et al. Nat. Comm. 12:2222 (2021) and Leveillee et al. PRB 107, 125207 (2023)
+ Portable precision using ~iso_fortran_env~. [[https://github.com/nakib/elphbolt/issues/79][#79]]
+ Building with ~CMake~ and ~fpm~ (fortran package manager).[[https://github.com/nakib/elphbolt/issues/70][#70]]
+ Delta function evaulator is chosen outside of the internal summation loops over states. [[https://github.com/nakib/elphbolt/issues/105][#105]]
+ Superconductivity app, ~superconda~. [[https://github.com/nakib/elphbolt/issues/87][#87]]
+ Set up unit testing with ~testify~.
+ Github actions.
+ Updated to ~epw~ v5.3.1. [[https://github.com/nakib/elphbolt/issues/93][#93]]
+ (Experimental) Offloading to accelerators using OpenACC. [[https://github.com/nakib/elphbolt/issues/63][#63]]
+ (Experimental) Interface between ~exciting~ and ~elphbolt~ + ~superconda~. [[https://github.com/nakib/elphbolt/issues/85][#85]]
** Removed/no longer supported
+ Building with ~make~.
+ Old method for electron-charged impurity scattering.
** Fixed
+ Bug in the units of the spectral alpha/T in the post-processing step. [[https://github.com/nakib/elphbolt/issues/109][#109]]

* v1.0.1
** Added
+ New abstract data type (ADT) called "particle". The "phonon" and "electron" ADTs are now inherited from "particle".
Expand Down
32 changes: 0 additions & 32 deletions Makefiles/Makefile

This file was deleted.

9 changes: 0 additions & 9 deletions Makefiles/lp_gfortran.make

This file was deleted.

7 changes: 0 additions & 7 deletions Makefiles/mn_gfortran.make

This file was deleted.

7 changes: 0 additions & 7 deletions Makefiles/mn_intel.make

This file was deleted.

9 changes: 0 additions & 9 deletions Makefiles/msi_intel.make

This file was deleted.

5 changes: 0 additions & 5 deletions Makefiles/thinkpad_gcc.make

This file was deleted.

6 changes: 0 additions & 6 deletions Makefiles/thinkpad_intel.make

This file was deleted.

0 comments on commit 41482b8

Please sign in to comment.