-
Notifications
You must be signed in to change notification settings - Fork 40
Description
Here is the Bi2Te3 unit cell as given in tdep documentation:
Bi2Te3
10.314046162
0.243360208934 0.000000000000 0.969935981757
-0.121680104467 0.210756123207 0.969935981757
-0.121680104467 -0.210756123207 0.969935981757
Bi Te
2 3
direct coordinates
0.599898812406 0.599898812406 0.599898812406 site: 1
0.400101187594 0.400101187594 0.400101187594 site: 2
0.791308614612 0.791308614612 0.791308614612 site: 3
0.208691385388 0.208691385388 0.208691385388 site: 4
0.000000000000 0.000000000000 0.000000000000 site: 5
When I use refine_structure, I get
Refining internal positions
ERROR
exit code 4: symmetry error
failed generating point operations
occurs in file: refine.f90
occurs on line: 332
ERROR STOP 4
Error termination. Backtrace:
#0 0x7f171b621b42 in ???
#1 0x7f171b6225f5 in ???
#2 0x7f171b62398e in ???
#3 0x42d3d9 in __gottochblandat_MOD_lo_stop_gracefully
at /home/vaskarpo/bin/tdep/src/libolle/gottochblandat.f90:1563
#4 0x42d452 in __gottochblandat_MOD_lo_stop_gracefully
at /home/vaskarpo/bin/tdep/src/libolle/gottochblandat.f90:1515
#5 0x413ca4 in __refine_MOD_refine_one_cell
at /home/vaskarpo/bin/tdep/src/refine_structure/refine.f90:332
#6 0x405ca3 in refine_structure
at /home/vaskarpo/bin/tdep/src/refine_structure/main.f90:40
#7 0x404aee in main
at /home/vaskarpo/bin/tdep/src/refine_structure/main.f90:3
I tried reducing both the tolerance on lattice and internal degrees of freedom but the error remained the same.
I would appreciate if anyone could try refining the above structure. I am not sure if it is a bug or an installation issue. I followed the installation instructions in the documentation.
Thanks,
Vahid