You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm trying to use ASE's dimer method to find saddle points as part of a larger workflow. The dimer method should work on a closely spaced pair of images of the same system. Due to their close proximity, the optimization procedure should behave like a the optimization of a single image, i.e. a series of small displacements. No parallel image is treatment needed. It appears that somewhere in the ASE code, it's setting chemical symbols a second time which rightly causes VaspInteractive to throw an error. Is there a way I can have VaspInteractive ignore this chemical symbol update? The dimer method doesn't change the order atoms in the system, anyway.
I am using the master branch of ASE and v0.1.0rc0 of VaspInteractive
Hi, I'm trying to use ASE's dimer method to find saddle points as part of a larger workflow. The dimer method should work on a closely spaced pair of images of the same system. Due to their close proximity, the optimization procedure should behave like a the optimization of a single image, i.e. a series of small displacements. No parallel image is treatment needed. It appears that somewhere in the ASE code, it's setting chemical symbols a second time which rightly causes VaspInteractive to throw an error. Is there a way I can have VaspInteractive ignore this chemical symbol update? The dimer method doesn't change the order atoms in the system, anyway.
I am using the master branch of ASE and v0.1.0rc0 of VaspInteractive
Here's the traceback:
Thanks,
-Mike
The text was updated successfully, but these errors were encountered: