<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Dear <span style="color: rgb(33, 33, 33); font-family: "Microsoft Yahei UI", Verdana, Simsun, "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 14.6667px; background-color: rgb(255, 255, 255); display: inline !important">Giuseppe,</span></div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<span style="color: rgb(33, 33, 33); font-family: "Microsoft Yahei UI", Verdana, Simsun, "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 14.6667px; background-color: rgb(255, 255, 255); display: inline !important"><br>
</span></div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<span style="color: rgb(33, 33, 33); font-family: "Microsoft Yahei UI", Verdana, Simsun, "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 14.6667px; background-color: rgb(255, 255, 255); display: inline !important">Thanks
 very much for your suggestion.</span></div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<span style="color: rgb(33, 33, 33); font-family: "Microsoft Yahei UI", Verdana, Simsun, "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 14.6667px; background-color: rgb(255, 255, 255); display: inline !important"><br>
</span></div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<span style="color: rgb(33, 33, 33); font-family: "Microsoft Yahei UI", Verdana, Simsun, "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 14.6667px; background-color: rgb(255, 255, 255); display: inline !important"><br>
</span></div>
<div id="appendonsend"></div>
<hr style="display:inline-block;width:98%" tabindex="-1">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" style="font-size:11pt" color="#000000"><b>发件人:</b> users <users-bounces@lists.quantum-espresso.org> 代表 Giuseppe Mattioli <giuseppe.mattioli@ism.cnr.it><br>
<b>发送时间:</b> 2019年3月21日 18:00<br>
<b>收件人:</b> users@lists.quantum-espresso.org<br>
<b>主题:</b> Re: [QE-users] scf not converge in neb.x caluculation</font>
<div> </div>
</div>
<div class="BodyFragment"><font size="2"><span style="font-size:11pt;">
<div class="PlainText"><br>
Dear Liang Xiongyi<br>
<br>
There are a lot of things you can try, but neb.x can be somewhat whimsical...<br>
<br>
1) You can change the total number of images. This will change the  <br>
starting points and might ensure a smoother convergence.<br>
<br>
2)  path_thr          = 0.05D0<br>
This does not help convergence, but it is a bit tight in my  <br>
experience. 0.1 is generally tight enough (in reasonably complex  <br>
systems) to provide meaningful results.<br>
<br>
3)   degauss = 0.005<br>
This is very tight and can hinder convergence. You should try to use  <br>
0.01~0.02 (check how much it affects total energies of images by  <br>
looking at the -TS contribution in the PW.out files)<br>
<br>
4)  mixing_beta=0.7d0<br>
You can lower this even down to 0.01 (but 0.1 is generally a good  <br>
value for not extremely stubborn convergence).<br>
<br>
5) you are using a default electron_maxstep=100 value. You can raise  <br>
this value, or you can raise (a littele bit) conv_thr. You may also  <br>
carefully use scf_must_converge=.false., specially if scf cycles dance  <br>
close to convergence and you want to force the system to step across a  <br>
problematic atomic configuration.<br>
<br>
6) K_POINTS {automatic}<br>
    5 5 1 0 0 0<br>
<br>
This might be too much for calculation of barriers in a quite large  <br>
supercell having no symmetry. For example, I would check if the total  <br>
energy difference between the converged final and initial images was  <br>
(almost) constant by using K_POINTS {gamma}. If this was true, then I  <br>
would calculate the whole path by using gamma_only tricks, which  <br>
should also provide better convergence for the system.<br>
<br>
HTH<br>
Giuseppe<br>
<br>
LEUNG Clarence <liangxy123@hotmail.com> ha scritto:<br>
<br>
> Dear QE users,<br>
><br>
> I want to calculate the mobility of  metal atom on surface bu neb.x.  <br>
> However, the image 9 is very difficult to converge. Could you please  <br>
> give me some advice.  The input file as follows:<br>
><br>
> Thanks.<br>
> LIANG XIongyi<br>
> City University of Hong Kong<br>
><br>
> BEGIN<br>
> BEGIN_PATH_INPUT<br>
> &PATH<br>
>   restart_mode      = 'from_scratch'<br>
>   string_method     = 'neb',<br>
>   nstep_path        = 30,<br>
>   ds                = 1.D0,<br>
>   opt_scheme        = "broyden",<br>
>   num_of_images     = 10,<br>
>   k_max             = 0.3D0,<br>
>   k_min             = 0.2D0,<br>
>   path_thr          = 0.05D0,<br>
><br>
> /<br>
> END_PATH_INPUT<br>
><br>
> BEGIN_ENGINE_INPUT<br>
> &CONTROL<br>
>   prefix='av-y',<br>
>   outdir='/home/qeuser/Clarence/phosphorene/v/d3/av/neb',<br>
>   pseudo_dir='/home/qeuser/SSSP_acc_PBE' ,<br>
>   verbosity='low',<br>
>   etot_conv_thr = 1.0D-5 ,<br>
>   forc_conv_thr = 6.0D-4 ,<br>
>   nstep = 200 ,<br>
>   wf_collect = .true. ,<br>
>   verbosity='low',<br>
> /<br>
> &SYSTEM<br>
>   ibrav=8,<br>
>   celldm(1)=25.0298004651d0, celldm(2)=1.3810663486d0,  <br>
> celldm(3)=1.8874762178d0,<br>
>   nat=65,<br>
>   ntyp=2,<br>
>   ecutwfc=50,<br>
>   ecutrho=500,<br>
>   input_dft='PBE',<br>
>   occupations='smearing',<br>
>   smearing = 'gaussian' ,<br>
>   degauss = 0.005 ,<br>
>   nspin = 2 ,<br>
>   starting_magnetization(1) = 0.5 ,<br>
>   vdw_corr = 'DFT-D3' ,<br>
> /<br>
><br>
> &ELECTRONS<br>
>   conv_thr=1d-06,<br>
>   mixing_beta=0.7d0,<br>
>   mixing_mode ='local-TF',<br>
>   electron_maxstep = 1000 ,<br>
> /<br>
> &IONS<br>
> /<br>
><br>
> ATOMIC_SPECIES<br>
>   P 30.973800d0 P.pbe-n-rrkjus_psl.1.0.0.UPF<br>
>   V 50.941500d0 V_pbe_v1.uspp.F.UPF<br>
><br>
> K_POINTS {automatic}<br>
>   5 5 1 0 0 0<br>
><br>
> BEGIN_POSITIONS<br>
> FIRST_IMAGE<br>
> ATOMIC_POSITIONS {crystal}<br>
> P        0.062364056   0.146835680   0.461004179<br>
> P        0.187979850   0.227571721   0.458486567<br>
> P        0.187359072   0.023967396   0.547448145<br>
> P        0.062390271   0.105486489   0.546314111<br>
> P        0.062391562   0.397230966   0.452233415<br>
> P        0.187453676   0.479039381   0.452606421<br>
> P        0.189364962   0.278117380   0.541172586<br>
> P        0.062407749   0.357692419   0.537875656<br>
> P        0.062401956   0.644403307   0.461059945<br>
> P        0.188082333   0.725080248   0.462700469<br>
> P        0.188395810   0.514757114   0.539192335<br>
> P        0.062460702   0.595965919   0.543895751<br>
> P        0.062381001   0.895525242   0.463867650<br>
> P        0.186790459   0.977279845   0.463560403<br>
> P        0.187798718   0.768448197   0.547468271<br>
> P        0.062423049   0.849704828   0.548098847<br>
> P        0.312659868   0.146168383   0.460453461<br>
> P        0.437781276   0.227744221   0.458426404<br>
> P        0.437455901   0.023776880   0.547310817<br>
> P        0.312549613   0.105320407   0.545904997<br>
> P        0.312139598   0.397030501   0.450854221<br>
> P        0.438074098   0.477737365   0.445066729<br>
> P        0.439912044   0.279485733   0.540862256<br>
> P        0.314542445   0.359645859   0.537231792<br>
> P        0.314544837   0.644905805   0.460878636<br>
> P        0.434594009   0.730077067   0.459781958<br>
> P        0.448827043   0.514927416   0.532500900<br>
> P        0.317525398   0.592780735   0.543968174<br>
> P        0.311728367   0.896097058   0.463720553<br>
> P        0.436893865   0.977260819   0.463347579<br>
> P        0.437860024   0.769032959   0.545891816<br>
> P        0.312518709   0.850247622   0.547849195<br>
> P        0.562393332   0.146370379   0.460376779<br>
> P        0.686969347   0.227774704   0.458451805<br>
> P        0.687291897   0.023755188   0.547362489<br>
> P        0.562382204   0.105350763   0.545849427<br>
> P        0.562473269   0.396448431   0.443507308<br>
> P        0.686748477   0.477847993   0.445052781<br>
> P        0.684946773   0.279498604   0.540893439<br>
> P        0.562452036   0.365431435   0.533574680<br>
> P        0.562388294   0.651473527   0.453514755<br>
> P        0.690184909   0.730079028   0.459780328<br>
> P        0.676015132   0.514980165   0.532495771<br>
> P        0.562386005   0.604919173   0.537701074<br>
> P        0.562374845   0.896356486   0.463525401<br>
> P        0.687848329   0.977264329   0.463389247<br>
> P        0.686894465   0.769048044   0.545881597<br>
> P        0.562366018   0.850830890   0.547709669<br>
> P        0.812039406   0.146172639   0.460500457<br>
> P        0.936731753   0.227556339   0.458506445<br>
> P        0.937413894   0.023975028   0.547450256<br>
> P        0.812195810   0.105311249   0.545951465<br>
> P        0.812689390   0.397151038   0.450847120<br>
> P        0.937418545   0.479112680   0.452648391<br>
> P        0.935397084   0.278168840   0.541173905<br>
> P        0.810251826   0.359711909   0.537223718<br>
> P        0.810287195   0.644943491   0.460914925<br>
> P        0.936753166   0.725104783   0.462754832<br>
> P        0.936455552   0.514807673   0.539237217<br>
> P        0.807300389   0.592829495   0.544001475<br>
> P        0.813022989   0.896104987   0.463696223<br>
> P        0.937973444   0.977284048   0.463557949<br>
> P        0.937000660   0.768483060   0.547514207<br>
> P        0.812240625   0.850260753   0.547823269<br>
> V        0.562457425   0.460038104   0.589861636<br>
> LAST_IMAGE<br>
> ATOMIC_POSITIONS {crystal}<br>
> P        0.062445615   0.146456673   0.451477017<br>
> P        0.187505780   0.228300342   0.450996126<br>
> P        0.189411819   0.029049537   0.541552681<br>
> P        0.062449177   0.108536309   0.537537957<br>
> P        0.062447760   0.395196377   0.458733376<br>
> P        0.188131570   0.475920562   0.460828460<br>
> P        0.188374349   0.265401889   0.537271427<br>
> P        0.062442541   0.346561452   0.541532408<br>
> P        0.062445852   0.646720019   0.463330906<br>
> P        0.186881361   0.728456886   0.463846544<br>
> P        0.187786345   0.518231310   0.545890007<br>
> P        0.062453053   0.599463807   0.547113520<br>
> P        0.062449884   0.896772437   0.462088203<br>
> P        0.188068030   0.977403357   0.459227449<br>
> P        0.187407760   0.773919686   0.548121428<br>
> P        0.062451045   0.855509144   0.547403030<br>
> P        0.312157931   0.146197729   0.450100263<br>
> P        0.437962144   0.226895792   0.443334809<br>
> P        0.439781032   0.030364618   0.541401226<br>
> P        0.314537903   0.110579019   0.536930990<br>
> P        0.314516246   0.395673292   0.458770827<br>
> P        0.434514870   0.480945643   0.457958047<br>
> P        0.448849945   0.265612968   0.530384087<br>
> P        0.317545829   0.343415876   0.541814557<br>
> P        0.311882120   0.647337595   0.463336957<br>
> P        0.437025970   0.728486497   0.463886605<br>
> P        0.437893522   0.518734801   0.544383856<br>
> P        0.312565523   0.599936087   0.546984686<br>
> P        0.312792214   0.896123190   0.461534507<br>
> P        0.437703418   0.977802230   0.459342638<br>
> P        0.437537090   0.773854879   0.548208275<br>
> P        0.312529860   0.855396994   0.547005515<br>
> P        0.562445549   0.145582412   0.442645546<br>
> P        0.686938850   0.226884972   0.443352934<br>
> P        0.685108766   0.030376879   0.541401741<br>
> P        0.562439931   0.116211878   0.533161816<br>
> P        0.562454842   0.402446010   0.451051275<br>
> P        0.690383198   0.480958602   0.457954855<br>
> P        0.676029527   0.265601905   0.530394460<br>
> P        0.562442494   0.355543724   0.535081296<br>
> P        0.562448326   0.647583315   0.463280787<br>
> P        0.687873726   0.728484011   0.463890075<br>
> P        0.687007439   0.518737405   0.544382783<br>
> P        0.562448794   0.600455024   0.546972980<br>
> P        0.562448881   0.896623478   0.461579252<br>
> P        0.687191466   0.977803753   0.459347311<br>
> P        0.687350603   0.773851566   0.548211631<br>
> P        0.562445632   0.855549232   0.547048125<br>
> P        0.812742443   0.146187679   0.450102692<br>
> P        0.937382360   0.228298381   0.450991288<br>
> P        0.935497478   0.029039399   0.541554721<br>
> P        0.810375354   0.110570352   0.536929886<br>
> P        0.810378355   0.395682293   0.458771630<br>
> P        0.936769992   0.475925052   0.460830172<br>
> P        0.936505251   0.265408800   0.537265660<br>
> P        0.807335019   0.343422437   0.541813266<br>
> P        0.813017687   0.647336128   0.463349568<br>
> P        0.938011871   0.728458147   0.463853218<br>
> P        0.937122704   0.518229776   0.545892176<br>
> P        0.812342101   0.599934329   0.546995984<br>
> P        0.812096929   0.896122158   0.461548112<br>
> P        0.936825737   0.977397364   0.459230552<br>
> P        0.937491966   0.773921441   0.548127880<br>
> P        0.812360758   0.855393535   0.547018412<br>
> V        0.562433776   0.211933054   0.588349784<br>
> END_POSITIONS<br>
> END_ENGINE_INPUT<br>
> END<br>
<br>
<br>
<br>
GIUSEPPE MATTIOLI<br>
CNR - ISTITUTO DI STRUTTURA DELLA MATERIA<br>
Via Salaria Km 29,300 - C.P. 10<br>
I-00015 - Monterotondo Scalo (RM)<br>
Mob (*preferred*) +39 373 7305625<br>
Tel + 39 06 90672342 - Fax +39 06 90672316<br>
E-mail: <giuseppe.mattioli@ism.cnr.it><br>
<br>
_______________________________________________<br>
users mailing list<br>
users@lists.quantum-espresso.org<br>
<a href="https://lists.quantum-espresso.org/mailman/listinfo/users">https://lists.quantum-espresso.org/mailman/listinfo/users</a><br>
</div>
</span></font></div>
</body>
</html>