Search found 2 matches

by jaemolihm
Tue Jul 06, 2021 4:07 am
Forum: General discussion
Topic: Input documentation in the website
Replies: 1
Views: 2740

Input documentation in the website

Dear developers, I would like to report two things input variable documentation (https://docs.epw-code.org/doc/Inputs.html) that I found confusing. 1. The use_ws keyword is not in the list. 2. Lines "nqs {cartesian}" and "xq(1) xq(2) xq(3) wq" (that come after the namelist) are still there, while th...
by jaemolihm
Mon Jul 29, 2019 3:33 am
Forum: Running the code
Topic: A minor error in pw2wan90epw.f90
Replies: 2
Views: 2709

A minor error in pw2wan90epw.f90

Dear developers, I would like to report a minor bug in pw2wan90epw.f90, related to the USPP case. Line 1222 of pw2wan90epw.f90 in the current develop branch in GitLab says ALLOCATE ( qb(nkb, nkb, ntyp, nbt) ) However, it should be ALLOCATE ( qb(nhm, nhm, ntyp, nbt) ) This bug causes a problem in the...