Skip to content

Commit 52608a1

Browse files
authored
Update approx_neb_tasks.py
1 parent 193ccca commit 52608a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

atomate/vasp/firetasks/approx_neb_tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from fireworks import FiretaskBase, FWAction, explicit_serialize
55
from monty.json import MontyEncoder
66
from pydash import get
7-
from pymatgen.analysis.path_finder import ChgcarPotential, NEBPathfinder
7+
from pymatgen.analysis.diffusion.neb.pathfinder import ChgcarPotential, NEBPathfinder
88
from pymatgen.core import Element, Structure
99
from pymatgen.io.vasp.sets import MPRelaxSet
1010

0 commit comments

Comments
 (0)