<div dir="ltr">Hi,<br><br>what Marcella says is correct in an ideal world. In reality there are numerics,... if it happens that your cell changes or you want to be on the save side, you might want to set the cell gradient in the nonperiodic direction to a perfect 0.<br>This can be done in the cell_opt_utils.F at the end of the subroutine get_dg_dh.<br>simply set gradient(n)=0.0_dp (n=1 for x, n=3 for y, n=6 for z as np direction).<br>Recompile and your cell is fixed in that direction. <br><br>Flo<br></div>