From 1aaec7ad1a059a0abee4e143d4d163e1b782e1df Mon Sep 17 00:00:00 2001 From: Brandon Flores Date: Thu, 2 Nov 2023 16:22:12 -0500 Subject: [PATCH] Noted fixes for `read_abinit_wfk` and new constructors --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c1cdd108..87c30bb7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +### Added + - New `RealBasis`/`ReciprocalBasis` constructors for `Electrum.ABINITHeader`. + - New constructor for an empty `PlanewaveWavefunction` with known `KPointMesh`. + +### Fixed + - `read_abinit_WFK` now correctly stores the `KPointMesh` from the wavefunction file header. + ## [0.1.13]: 2023-10-31 The developers would like to wish you a happy Halloween!