Skip to content

Commit

Permalink
Change -\tau to +\tau for wigner_g
Browse files Browse the repository at this point in the history
Update EPW test-farm.
  • Loading branch information
sponce24 committed Jul 3, 2018
1 parent 81b7290 commit 66eed22
Show file tree
Hide file tree
Showing 29 changed files with 56,911 additions and 57,236 deletions.
6 changes: 3 additions & 3 deletions EPW/src/wigner.f90
Original file line number Diff line number Diff line change
Expand Up @@ -658,9 +658,9 @@ SUBROUTINE wigner_seitzg (nq1, nq2, nq3, irvec_gg, ndegen_gg, wslen_gg, nrr_g)
!
! Calculate distance squared |r-R|^2
!
ndiff(1) = n1 - i1*nq1 -tau(1,na)
ndiff(2) = n2 - i2*nq2 -tau(2,na)
ndiff(3) = n3 - i3*nq3 -tau(3,na)
ndiff(1) = n1 - i1*nq1 +tau(1,na)
ndiff(2) = n2 - i2*nq2 +tau(2,na)
ndiff(3) = n3 - i3*nq3 +tau(3,na)
DO ipol = 1, 3
DO jpol = 1, 3
dist(i) = dist(i) + dble(ndiff(ipol))*adot(ipol,jpol)*dble(ndiff(jpol))
Expand Down
3,494 changes: 1,747 additions & 1,747 deletions test-suite/epw_base/benchmark.out.SVN.inp=epw1.in.args=3

Large diffs are not rendered by default.

43,224 changes: 21,612 additions & 21,612 deletions test-suite/epw_base/benchmark.out.SVN.inp=epw3.in.args=3

Large diffs are not rendered by default.

3,242 changes: 1,621 additions & 1,621 deletions test-suite/epw_base/benchmark.out.SVN.inp=epw4.in.args=3

Large diffs are not rendered by default.

4,122 changes: 2,061 additions & 2,061 deletions test-suite/epw_base/benchmark.out.SVN.inp=epw5.in.args=3

Large diffs are not rendered by default.

6,952 changes: 3,476 additions & 3,476 deletions test-suite/epw_base/benchmark.out.SVN.inp=epw6.in.args=3

Large diffs are not rendered by default.

344 changes: 172 additions & 172 deletions test-suite/epw_base/benchmark.out.SVN.inp=epw7.in.args=3

Large diffs are not rendered by default.

342 changes: 171 additions & 171 deletions test-suite/epw_base/benchmark.out.SVN.inp=epw8.in.args=3

Large diffs are not rendered by default.

Loading

0 comments on commit 66eed22

Please sign in to comment.