[ase-users] NEB code

Alaithan, Zainab z.alaithan17 at imperial.ac.uk
Fri Aug 30 12:12:19 CEST 2019


Thank you for the explanation. I am also facing convergence problem with my reaction as you can see in the log file. I am not sure what could be the cause for the optimizer to behave in this way. The fmax was going down initially as can be seen in neb_1.log until it reached 0.4 in neb_2.log and then started to go up again. On the other hand, the energy is going down consistently but slowly where the forces start to increase.


It seems to me that the energy surface at this region is rugged but the curvature is flatter. I am not sure if there is a remedy for this, or whether there are alternative convergence criteria or tests that I can use to locate the transition state geometry with more accuracy.


Regards,

________________________________
From: ase-users-bounces at listserv.fysik.dtu.dk <ase-users-bounces at listserv.fysik.dtu.dk> on behalf of Peterson, Andrew via ase-users <ase-users at listserv.fysik.dtu.dk>
Sent: 23 August 2019 20:42:53
To: ase-users at listserv.fysik.dtu.dk <ase-users at listserv.fysik.dtu.dk>
Subject: Re: [ase-users] NEB code


You probably saw the line<https://gitlab.com/ase/ase/blob/master/ase/neb.py#L315> f = forces[i - 1], and then f is modified. That first line returns a “view” of the original array, so when f is modified so is the original forces array. It's just a numpy way of dealing with slices.


On Tue, Aug 20, 2019 at 11:37 AM Alaithan, Zainab via ase-users <ase-users at listserv.fysik.dtu.dk<mailto:ase-users at listserv.fysik.dtu.dk>> wrote:

I am examining NEB code because I am facing some convergence problems when I increase the number of images from 3. I noticed that NEB get.forces method returns the real forces instead of the modified forces.


The modified forces are calculated as 'f'
but the method returns 'forces' rather than 'f'


am I missing something?


Thank you,


Regards,

_______________________________________________
ase-users mailing list
ase-users at listserv.fysik.dtu.dk<mailto:ase-users at listserv.fysik.dtu.dk>
https://listserv.fysik.dtu.dk/mailman/listinfo/ase-users


--
Andrew Peterson
Associate Professor
Brown University School of Engineering
Barus & Holley 247
184 Hope Street
Providence, RI 02912
(401) 863-2153
http://brown.edu/go/catalyst
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listserv.fysik.dtu.dk/pipermail/ase-users/attachments/20190830/42fef5f2/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: neb_2.log
Type: text/x-log
Size: 1629 bytes
Desc: neb_2.log
URL: <http://listserv.fysik.dtu.dk/pipermail/ase-users/attachments/20190830/42fef5f2/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: neb_1.log
Type: text/x-log
Size: 1629 bytes
Desc: neb_1.log
URL: <http://listserv.fysik.dtu.dk/pipermail/ase-users/attachments/20190830/42fef5f2/attachment-0001.bin>


More information about the ase-users mailing list