While doing "from pymatgen.core.io.cif import CifParser" in PYMATGEN i got this error

320 Views Asked by At

error details

I was trying to convert cif file into Pwscf file for Quantum Espresso.

1

There are 1 best solutions below

0
Peter Schindler On BEST ANSWER

Change that line to from pymatgen.io.cif import CifParser and it should work fine.