[ase-users] NEB errors

Albert Bruix albert.bruix at ch.tum.de
Wed Jun 3 09:33:03 CEST 2020


Hi Dan,

This is a calculator-related problem. Perhaps you forgot to set a
calculator to each of the images that you created. For a neb with n images,
you can do this with:

for image in images[1:n]:
    image.set_calculator(MyCalculator(...))

which will assign the calculator to all images except the first (0) and
last (-1). Have you tried running the examples in
https://wiki.fysik.dtu.dk/ase/ase/neb.html ?

Best wishes,

Albert

----------------------------
Dr. Albert Bruix - Beatriu de Pinós Fellow
Institut de Química Teòrica i Computacional (IQTC-UB)
Departament de Química-Física. Universitat de Barcelona
*new email address abruix at ub.edu <abruix at ub.edu>*
----------------------------


Missatge de Dan Bai via ase-users <ase-users at listserv.fysik.dtu.dk> del dia
dc., 3 de juny 2020 a les 9:23:

> *Hi,*
>
>
>
> *I calculated NEB ,and when I run: *
>
>
>
> neb = NEB(images, climb=True, dynamic_relaxation=True, scale_fmax=1.)
>
>>
> qn = BFGS(neb, trajectory='neb.traj')
>
> qn.run(fmax=0.05)
>
> *or*
>
> optimizer = MDMin(neb, trajectory='neb.traj')
>
> optimizer.run(fmax=0.05)
>
>
>
> *errors accurr as:*
>
>
>
> ase.calculators.calculator.PropertyNotImplementedError: The property
> "energy" is not available.
>
>
>
> *Could you help?*
>
> *Thanks.*
>
>
>
> *Best, *
>
> *Dan*
>
>
>
>
> _______________________________________________
> ase-users mailing list
> ase-users at listserv.fysik.dtu.dk
> https://listserv.fysik.dtu.dk/mailman/listinfo/ase-users
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listserv.fysik.dtu.dk/pipermail/ase-users/attachments/20200603/744e4213/attachment-0001.html>


More information about the ase-users mailing list