Home Forums crystallography cif files Import error

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #7379
    Luka De Bolle
    Participant

    When translating the cif file to QE format, the following error shows up:
    Traceback (most recent call last):
    File “/home/max/.local/bin/cif2cell”, line 36, in <module>
    from cif2cell.elementdata import ElementData
    ImportError: cannot import name ‘ElementData’ from ‘cif2cell.elementdata’ (/home/max/.local/lib/python3.7/site-packages/cif2cell/elementdata.py)

    The line I used as input was the following: cif2cell 9005948.cif -p quantum-espresso -o neptunite.in

    #7408
    Luka De Bolle
    Participant

    I checked it again, and removing the letters after the elements still gives the same error. For clarification, the error about ‘… is not a chemical element.’ never showed up.

    #7409

    When I open that cif file, I see lines like this:

    Si1 0.14650 0.40820 0.05990
    Si1a -0.14390 -0.40580 -0.05990

    This means: non-numerical labels, albeit with a number+character, not just a character. Can you see what happens if you replace ‘1a’ by ‘5’, ectc?

    There is in this cif file a large block with anisotropy information first, and only then the coordinates. To be on the safe side, make the same (and consistent) changes in both blocks.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.
Scroll to Top