LCALCEPS: apply field in only one direction
Is it possible to apply an electric field along just one chosen direction when calculating epsilon (with LCALCEPS)? One of my components of epsilon is not well converged in a calculation and I simply want to rerun that particular direction with a tighter tolerance. However, setting EFIELD_PEAD = 0.0 0.0 0.001, for example, will rerun all directions, that too by setting EFIELD_PEAD = 0.01 0.01 0.001 (0.01 being the default if a component is smaller than 1.e-5). I wouldn't be too bothered rerunning the redundant directions with a semi-local functional but this unnecessary computation with a hybrid functional eats up a lot of queue time.
Is there a tag that will let me do just one calculation with EFIELD_PEAD = 0.0 0.0 0.001 or is modifying pead.F the only workaround?