Fix an array bound mismatch.
Compare changes
+ 0
− 1
Fix an array bound mismatch.
In the case of k-point symmetries, together with a k-point path, the copy routine was leading to an array bound mismatch, as the arrays of the original grids are allocated to the number of points in the full Brillouin zone, and not to the irreducible one.
The range of the DOS was also computed taking into account k-points in the path, which is now solved.
Fix an array bound mismatch. The range of the DOS is now independent of the k-points in the path.