-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #136 from feffgroup/develop
Develop
- Loading branch information
Showing
4 changed files
with
35 additions
and
7 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
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 |
---|---|---|
@@ -0,0 +1,18 @@ | ||
## v. 1.1.4 | ||
|
||
#### Bug Fix | ||
The array ordering of calls to FFTW was switched (C/Fort). Only compilations using | ||
FFTW (-D__FFTW3 in Makefile.arch) would have been affected. | ||
|
||
## v. 1.1.3 | ||
|
||
#### Minor feature updates: | ||
1. Option to disable spin-orbit splitting from the input file | ||
2. Code can generate its own cnbse.spect_range | ||
3. Code detects when number of xpoints is too small compared to bands | ||
|
||
|
||
#### Under the hood: | ||
1. Some checks for NaN cropping up in BSE | ||
2. Some support for FFTW instead of legacy FFT in OBF pathway | ||
3. Some support for RIXS workflows |
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 +1 @@ | ||
1.1.3 | ||
1.1.4 |
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