<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Helvetica,sans-serif;" dir="ltr">
Hi, I'm using fhi-gap for the gw calculation. When using gap_gwnvf for the k-mesh interpolation, I got this error in case.outgw_nvf:
<div style="color: rgb(26, 26, 26);">
<div>
<div id="divtagdefaultwrapper" dir="ltr" style="font-size:12pt; color:#000000; font-family:Calibri,Helvetica,sans-serif">
<p><span>ERROR in task_nvf -- Fail to read vector file - 1</span><br>
</p>
<p><br>
</p>
<p>Examining the subroutine task_nvf, seems like case.vector doesn't have the right format. Since it is a binary file, it's hard to narrow down the error. Does anyone also experience this?</p>
<p><br>
</p>
<p></p>
<div>          read(fin_v,iostat=info) kvec(1:3),kname,nwf,nbk,weight<br>
          if (info.ne.0) then<br>
            write(6,99) "Fail to read vector file - 1 "<br>
            stop<br>
          endif</div>
<br>
<p></p>
</div>
</div>
</div>
</div>
</body>
</html>