- Bug fix of RTA thermal conductivity. This bug exists from version 1.10.11.18
(git e40cd059). This bug exhibits when all the following conditions are met:
1. RTA thermal conductivity calculation.
2. Tetrahedron method for Brillouin zone integration is used.
3. Number of triplets is smaller than number of bands at each grid point.
4. Without using `--full-pp`.
(3) happens when the primitive cell is relatively large. Number of triplets
can be shown using `--stp` option. A race condition of OpenMP multithreading
is the source of the bug. Therefore, if it occurs, the same calculation comes
up with the different thermal conductivity value in every run time, for whcih
it behaves like randomly.
- RTA thermal conductivity with smearing method (`--sigma`) is made to run with
smaller memory consumption as similar as tetrahedron method (`--thm`).