Hello
I was restarting my NEB calculation. I won't find device_configuration.update() instead I found neb_configuration.update() so I changed it to neb_configuration.update(force_restart=true) and before that I added a checkpoint file. So the part of script looks like below
neb_configuration.setCalculator(calculator)
device_configuration = nlread("/tmp/checkpoint07605367.nc")[0]
neb_configuration.update(force_restart=True)
nlsave('/home/NEB/analysis.nc', neb_configuration)
After I run the script I got the following error
Traceback (most recent call last):
File "W.py", line 13577, in <module>
neb_configuration.update(force_restart=True)
TypeError: update() got an unexpected keyword argument 'force_restart'
I am using VNL-ATK 13.8.0