-
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.
- Loading branch information
1 parent
270ca0f
commit ae5deb2
Showing
1 changed file
with
32 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,32 @@ | ||
RELEASE NOTES for berry v.0.2 | ||
|
||
New in 0.2 version: | ||
|
||
- Improved velocity up to 10x in generate.py and other programs | ||
|
||
- More reliable preprocessing.py and resilient to QE changes | ||
|
||
- Calculates the Berry curvature | ||
|
||
- Uses less disk space | ||
|
||
- All programs are now written in python | ||
|
||
- Output from programs more readable, and more information | ||
|
||
- Conformity to PEP8 was achieved | ||
|
||
Fixed in 0.2 version: | ||
|
||
- Some small bugs were fixed | ||
|
||
|
||
Incompatible changes in 0.2 version: | ||
|
||
- Since most of the files are now saved in a different format, the new version cannot read the old data files in general | ||
|
||
- The numbering of the bands is now from 0 to n-1 while in the previous version it was from 1 to n. | ||
|
||
- The some extensions of the output files are different | ||
|
||
|