Skip to content

Commit

Permalink
Increment version number and update change log
Browse files Browse the repository at this point in the history
  • Loading branch information
janberges committed Jun 14, 2024
1 parent 2ec9e67 commit f20706e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
See [Git commits](https://github.com/janberges/elphmod/commits) for more
detailed list of changes.

## v0.25/2024-06-14

* Superconductivity calculations on large supercells
* Improved documentation (patches, conventions, source-code links)
* New format for Wigner-Seitz data (*wigner.fmt*)
* Fan-Migdal self-energy and Green-Kubo conductivity
* Size-consistent Ewald parameter (as in development version of QE)
* Allen-Dynes formula with strong-coupling and shape corrections
* Improved handling of atomic projections (phase, spin-orbit coupling)

## v0.24/2024-04-03

* Improved MD driver and i-PI example
Expand Down
1 change: 1 addition & 0 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
The following things should/could be done sooner or later. Items with question
mark are not necessarily a good idea.

* Use size-consistent tolerance for electron number when finding Fermi level?
* Unscreen phonons of MD driver on supercell (using sparse matrices).
* Set `ph.D0` and `elph.g0` when generating models with `q2r`.
* Read Wannier-function centres from `_centres.xyz`.
Expand Down
2 changes: 1 addition & 1 deletion elphmod/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

"""Python modules for electron-phonon models."""

__version__ = '0.24'
__version__ = '0.25'

from . import MPI
from . import bravais
Expand Down

0 comments on commit f20706e

Please sign in to comment.