Hello
I am encountering an error while importing CIF file in the builder. The error log is below.
Traceback (most recent call last):
File "C:\Program Files\QuantumATK\QuantumATK-2018.06-SP1-1\Lib\site-packages\AddOns\ConfigurationLoaders\ConfigurationLoaders.py", line 309, in load
configurations = importCIFFile(filename)
File "zipdir\NL\IO\CIFFile.py", line 548, in importCIFFile
File "zipdir\NL\IO\CifHandler\CifHandler.py", line 271, in __init__
File "zipdir\NL\IO\CifHandler\CifHandler.py", line 314, in ReadCif
CifError:
Cif Format error: Syntax error in input file: last value parsed was 'loop_'
Parser status:
(@410) data_name = '_refine_special_details'
(@434) start_sc_line = '\n;\n'
(@437) sc_line_of_text = 'Structure converted from Wien2k struct file, Version 9.1\n'
(@494) sc_line_of_text = 'File Name /home/rashid/WIEN2k/test/test.struct \n'
(@585) sc_line_of_text = "Title 'BO11Sb8'\n"
(@601) end_sc_line = ';'
(@604) LBLOCK = 'loop_'
(@610) data_name = '_symmetry_equiv_pos_as_xyz'
(@637) data_value_1 = 'loop_'
(@643) data_name = '_atom_site_label'
Please help me to get rid of this problem. Thanks in advance.