<p>
        Dear all,
</p>
<p>
         I try to use wannier90 to get maximum localized wannier function (MLWF) for a 1D system. For each k, there are two nearest neighbors. However such B vectors do not satisfy the B1 condition. So I use skip_B1_tests=.true.,and it does not work.
</p>
<p>
        The followin is part of my win file. wannier90 will search 10 nearese neighbors. Only two NN vectors are useful for my 1D problem (I do not want to prepare more useless data in mmn and amn files). How do I fix this problem? Thank you for the helps!
</p>
<p>
        <br>
</p>
<p>
        Sincerely,
</p>
<p>
        Huaiming Guo
</p>
<p>
        *---------------------------------- K-MESH ----------------------------------*<br>
 +----------------------------------------------------------------------------+<br>
 |                    Distance to Nearest-Neighbour Shells                    |<br>
 |                    ------------------------------------                    |<br>
 |          Shell             Distance (Ang^-1)          Multiplicity         |<br>
 |          -----             -----------------          ------------         |<br>
 |             1                   0.078540                      2            |<br>
 |             2                   0.157080                      2            |<br>
 |             3                   0.235619                      2            |<br>
 |             4                   0.314159                      2            |<br>
 |             5                   0.392699                      2            |<br>
 |             6                   0.471239                      2            |<br>
 |             7                   0.549779                      2            |<br>
 |             8                   0.628319                      6            |<br>
 |             9                   0.633208                      8            |<br>
 |            10                   0.647656                      8            |<br>
 |            11                   0.671044                      8            |<br>
 |            12                   0.702481                      8            |<br>
 +----------------------------------------------------------------------------+<br>
 | The b-vectors are chosen automatically                                     |<br>
 | The following shells are used:   1,  9                                     |<br>
 +----------------------------------------------------------------------------+<br>
 |                        Shell   # Nearest-Neighbours                        |<br>
 |                        -----   --------------------                        |<br>
 |                          1               2                                 |<br>
 |                          9               8                                 |<br>
 +----------------------------------------------------------------------------+<br>
 | Completeness relation is fully satisfied [Eq. (B1), PRB 56, 12847 (1997)]  |<br>
 +----------------------------------------------------------------------------+<br>
 |                  b_k Vectors (Ang^-1) and Weights (Ang^2)                  |<br>
 |                  ----------------------------------------                  |<br>
 |            No.         b_k(x)      b_k(y)      b_k(z)        w_b           |<br>
 |            ---        --------------------------------     --------        |<br>
 |             1         0.078540    0.000000    0.000000    78.523917        |<br>
 |             2        -0.078540    0.000000    0.000000    78.523917        |<br>
 |             3         0.078540    0.628319    0.000000     0.633257        |<br>
 |             4         0.078540    0.000000    0.628319     0.633257        |<br>
 |             5         0.078540    0.000000   -0.628319     0.633257        |<br>
 |             6         0.078540   -0.628319    0.000000     0.633257        |<br>
 |             7        -0.078540    0.628319    0.000000     0.633257        |<br>
 |             8        -0.078540    0.000000    0.628319     0.633257        |<br>
 |             9        -0.078540    0.000000   -0.628319     0.633257        |<br>
 |            10        -0.078540   -0.628319    0.000000     0.633257        |<br>
</p>
<p>
        !---------part of win file----------------------------------`
</p>
<p>
        begin unit_cell_cart<br>
     8.0    0.0     0.0<br>
     0.0    10.0    0.0<br>
     0.0    0.0     10.0<br>
end unit_cell_cart<br>
<br>
begin atoms_cart<br>
C        0.0     5.0     5.0<br>
C        2.0     5.0     5.0<br>
C        4.0     5.0     5.0<br>
C        6.0     5.0     5.0<br>
end atoms_cart<br>
<br>
mp_grid =    10    1     1<br>
<br>
begin kpoints<br>
      0.000000000000      0.000000000000      0.000000000000<br>
      0.100000000000      0.000000000000      0.000000000000<br>
      0.200000000000      0.000000000000      0.000000000000<br>
      0.300000000000      0.000000000000      0.000000000000<br>
      0.400000000000      0.000000000000      0.000000000000<br>
      0.500000000000      0.000000000000      0.000000000000<br>
      0.600000000000      0.000000000000      0.000000000000<br>
      0.700000000000      0.000000000000      0.000000000000<br>
      0.800000000000      0.000000000000      0.000000000000<br>
      0.900000000000      0.000000000000      0.000000000000<br>
end kpoints<br>
</p>
<p>
         
</p>