File tree Expand file tree Collapse file tree 2 files changed +2
-9
lines changed Expand file tree Collapse file tree 2 files changed +2
-9
lines changed Original file line number Diff line number Diff line change 10
10
from atomate .vasp .database import VaspCalcDb
11
11
from atomate .vasp .firetasks import pass_vasp_result
12
12
from atomate .vasp .fireworks .core import OptimizeFW , StaticFW
13
-
14
- try :
15
- from pymatgen .analysis .defects import ChargeInsertionAnalyzer
16
- except ImportError :
17
- print (
18
- "Failed to import ChargeInsertionAnalyzer. This is likely due to converting the pymatgen defects module "
19
- "to a namespace package. See https://github.com/materialsproject/pymatgen/pull/2582#issuecomment-1198318101 "
20
- "for updates."
21
- )
13
+ from pymatgen .analysis .defects .utils import ChargeInsertionAnalyzer
22
14
23
15
__author__ = "Jimmy Shen"
24
16
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ pandas==1.4.4
8
8
paramiko == 2.11.0
9
9
pydash == 5.1.0
10
10
pymatgen-analysis-diffusion == 2022.7.21
11
+ pymatgen-analysis-defects == 2022.9.14
11
12
pymatgen == 2022.9.8
12
13
pymongo == 4.2.0
13
14
ruamel.yaml == 0.17.21
You can’t perform that action at this time.
0 commit comments