<div dir="ltr"><div dir="ltr">Dear developers of QE,<div><br></div><div>The subroutine "write_cubefile_new" (PP/src/cube.f90), which writes B-splined cubefile, may have a bug.</div><div>The lines 116-123 are to be the following:</div><div><br></div><div><div>  call bbox(x0, bbmin, bbmax)</div><div>  call bbox(x0+m1*e1, bbmin, bbmax)</div><div>  call bbox(x0+m2*e2, bbmin, bbmax)</div><div>  call bbox(x0+m3*e3, bbmin, bbmax)</div><div>  call bbox(x0+m1*e1+m2*e2, bbmin, bbmax)</div><div>  call bbox(x0+m2*e2+m3*e3, bbmin, bbmax)</div><div>  call bbox(x0+m3*e3+m1*e1, bbmin, bbmax)</div><div>  call bbox(x0+m1*e1+m2*e2+m3*e3, bbmin, bbmax)</div></div><div><br></div><div>Best,</div><div>Satomichi<br><div><br></div></div></div></div>