You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+35-1Lines changed: 35 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,44 @@
1
1
# CHANGELOG of Wannier90
2
2
3
+
## v3.1.0 (5th March 2020)
4
+
5
+
### New features
6
+
7
+
- Calculation of spin Hall conductivity according to the formalism given in Junfeng Qiao, Jiaqi Zhou, Zhe Yuan and Weisheng Zhao, PRB 98, 214402 (2018) + examples 29 and 30 and tests [[#264]](https://github.com/wannier-developers/wannier90/pull/264)
8
+
9
+
- Implementation of the SCDM method in Wannier90 for spinor wavefunctions and added example31 for the tutorial [[#277]](https://github.com/wannier-developers/wannier90/pull/277)
10
+
11
+
- Utility `w90spn2spn.x` for conversion between formatted and unformatted `.spn` files [[#274]](https://github.com/wannier-developers/wannier90/pull/274)
12
+
13
+
### Various improvements and bugfixes
14
+
15
+
- Add `install` target for `make`, now `make install` works [[#307]](https://github.com/wannier-developers/wannier90/pull/307)
16
+
17
+
- Added new documentation and fixed typos [[#308]](https://github.com/wannier-developers/wannier90/pull/308)[[#256]](https://github.com/wannier-developers/wannier90/pull/256)[[#306]](https://github.com/wannier-developers/wannier90/pull/306)[[#300]](https://github.com/wannier-developers/wannier90/pull/300)
18
+
19
+
- small restructuring of the routines for the AHC calculation with multiple Fermi energies and adaptive refinement [[#289]](https://github.com/wannier-developers/wannier90/pull/289)
20
+
21
+
- Fix in restart mode (now gathering matrices before dumping `.chk` file) [[#283]](https://github.com/wannier-developers/wannier90/pull/283)
22
+
23
+
- Fix `pw90common_fourier_R_to_k` subroutines bugs when `use_ws_distance = .true.`[[#273]](https://github.com/wannier-developers/wannier90/pull/273)[[#271]](https://github.com/wannier-developers/wannier90/issues/271)
24
+
25
+
- Fixes and speed improvements in `pw2wannier90.f90`[[#295]](https://github.com/wannier-developers/wannier90/pull/295)[[#255]](https://github.com/wannier-developers/wannier90/pull/255)
26
+
27
+
- Bug fixes of `gw2wannier90.py` and `k_mapper.py`[[#294]](https://github.com/wannier-developers/wannier90/pull/294)
28
+
29
+
- Various bugfixes in input reading and output generation [[#309]](https://github.com/wannier-developers/wannier90/pull/309)[[#290]](https://github.com/wannier-developers/wannier90/pull/290)[[#270]](https://github.com/wannier-developers/wannier90/pull/270)[[#266]](https://github.com/wannier-developers/wannier90/pull/266)[[#258]](https://github.com/wannier-developers/wannier90/pull/258)
30
+
31
+
- Adding tests for BoltzWann (at least for the electrical conductivity) [[#282]](https://github.com/wannier-developers/wannier90/pull/282)
32
+
33
+
- Bug fixed in the disentanglement step with SAWFs, especially when running in parallel [[#315]](https://github.com/wannier-developers/wannier90/pull/315)
34
+
3
35
## v3.0.0 (27th February 2019)
4
36
5
37
### New Wannier90 features
6
38
7
39
- Selective localization and constrained centres from Marianetti et al. [PRB 90, 165125 (2014)][[#187]](https://github.com/wannier-developers/wannier90/pull/187)[[#207]](https://github.com/wannier-developers/wannier90/pull/207)[[#206]](https://github.com/wannier-developers/wannier90/pull/206)[[#205]](https://github.com/wannier-developers/wannier90/pull/205)
8
40
9
-
- Implementation of the SCDM method in Wannier90 [[#167]](https://github.com/wannier-developers/wannier90/pull/167)[[#202]](https://github.com/wannier-developers/wannier90/pull/202) and added an example for the tutorial [[#194]](https://github.com/wannier-developers/wannier90/pull/194). Note that during development we have adapted the interface of the SCDM input flags; Quantum ESPRESSO v6.4 has the current implementation. [[#238]](https://github.com/wannier-developers/wannier90/pull/239)
41
+
- Implementation of the SCDM method in Wannier90 [[#167]](https://github.com/wannier-developers/wannier90/pull/167)[[#202]](https://github.com/wannier-developers/wannier90/pull/202) and added an example for the tutorial [[#194]](https://github.com/wannier-developers/wannier90/pull/194). Note that during development we have adapted the interface of the SCDM input flags; Quantum ESPRESSO v6.4 has the current implementation. [[#238]](https://github.com/wannier-developers/wannier90/pull/238)
10
42
11
43
12
44
- Parallelisation of the core Wannier90 routines [[#193]](https://github.com/wannier-developers/wannier90/pull/193)[[#185]](https://github.com/wannier-developers/wannier90/pull/185)[[#173]](https://github.com/wannier-developers/wannier90/pull/173)[[#151]](https://github.com/wannier-developers/wannier90/pull/151)[[#149]](https://github.com/wannier-developers/wannier90/pull/149)[[#125]](https://github.com/wannier-developers/wannier90/pull/125)[[#120]](https://github.com/wannier-developers/wannier90/pull/120)[[#76]](https://github.com/wannier-developers/wannier90/pull/76)
@@ -71,7 +103,9 @@ Moreover, it generates a new file `seedname_band.labelinfo.dat` with information
71
103
72
104
- Improvements to the Wigner-Seitz detection routines [[#117]](https://github.com/wannier-developers/wannier90/pull/117)[[#109]](https://github.com/wannier-developers/wannier90/pull/109)
73
105
106
+
- Fix berry_task check for morb, and add check for kpoint_path block in parameters [[#258]](https://github.com/wannier-developers/wannier90/pull/258)
74
107
108
+
- Use 64 bit integer in io_wallclocktime [[#266]](https://github.com/wannier-developers/wannier90/pull/266)
0 commit comments