-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bugfix: NaN in the wfc_centers and spreads when compiling with gfortr…
…an 2017 (#182) * Bugfix: the reference point for the calculation of the orbitals centers was not defined Compilation with gfortran 2017 lead to NaN Fixed setting the reference point to 0.0. Might be improved * Use the center of mass of the system as a reference to compute the dipoles * Remove unused variable * Incremented version number Co-authored-by: Edward Linscott <[email protected]>
- Loading branch information
Showing
2 changed files
with
3 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
'Python module for running KI and KIPZ calculations with Quantum Espresso' | ||
from pathlib import Path | ||
|
||
__version__ = '1.0.0-beta.1' | ||
__version__ = '1.0.0-beta.2' | ||
base_directory = Path(__path__[0]).parent |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters