spglib-users Mailing List for spglib (Page 10)
Brought to you by:
atztogo
You can subscribe to this list here.
2012 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(4) |
Sep
|
Oct
|
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2013 |
Jan
(3) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
|
2014 |
Jan
|
Feb
|
Mar
(5) |
Apr
(2) |
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
(2) |
Dec
(3) |
2015 |
Jan
|
Feb
|
Mar
(3) |
Apr
|
May
|
Jun
(1) |
Jul
(4) |
Aug
|
Sep
(2) |
Oct
|
Nov
|
Dec
|
2016 |
Jan
(3) |
Feb
|
Mar
|
Apr
(9) |
May
|
Jun
(4) |
Jul
|
Aug
|
Sep
(2) |
Oct
(15) |
Nov
(4) |
Dec
(8) |
2017 |
Jan
(2) |
Feb
|
Mar
(1) |
Apr
|
May
(3) |
Jun
|
Jul
(4) |
Aug
(13) |
Sep
(10) |
Oct
(14) |
Nov
(5) |
Dec
(10) |
2018 |
Jan
(2) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(6) |
Nov
(4) |
Dec
(1) |
2019 |
Jan
(1) |
Feb
|
Mar
(2) |
Apr
|
May
|
Jun
|
Jul
(6) |
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
2020 |
Jan
|
Feb
|
Mar
(3) |
Apr
(2) |
May
(1) |
Jun
(4) |
Jul
(8) |
Aug
(2) |
Sep
|
Oct
|
Nov
|
Dec
(11) |
2021 |
Jan
|
Feb
(3) |
Mar
(5) |
Apr
|
May
|
Jun
(5) |
Jul
(2) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2022 |
Jan
|
Feb
|
Mar
(6) |
Apr
|
May
(2) |
Jun
|
Jul
|
Aug
(2) |
Sep
|
Oct
|
Nov
|
Dec
|
2023 |
Jan
|
Feb
|
Mar
(2) |
Apr
|
May
|
Jun
(5) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2025 |
Jan
(2) |
Feb
(2) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Evgeny B. <ja...@ya...> - 2012-08-15 08:26:49
|
Dear Dr. Togo san, I have figured out the reasons of my mismatches. They were non-tuned accuracies and skipping of magnetic moments (in my Spglib wrapper test class, in particular), exactly as i thought. I noted that you have a function spg_get_symmetry_with_collinear_spin in Spglib C API, which is inaccessible from python extension. Now I removed magmoms consideration (comparing only the "pure structural space groups") and made 1e-04 accuracy for both programs. And so the new results do not contain any group numbers mismatching at all. There are still some cases where group settings do not match though. Most of them belong to orthorhombic space groups (the most frequent case in my tests was Pnma / Pbnm, the cyclic transposition of basic translation vectors a, b, c to c, a, b with Wyckoff position change c(z, x, 1/4) to d(z, x, y), an example can be found in spglib tests folder). Regards, Evgeny Blokhin |
From: Atsushi T. <atz...@gm...> - 2012-08-14 04:26:36
|
Dear Evgeny, Thank you for your testing. This is important information to improve spglib. In some case, spglib gives higher symmetry and some case lower symmetry than FINDSYM, and often they are systematic as follows. 148 167 123 221 14 62 3 13 11 4 12 10 I also do my test for spglib using FINDSYM as the reference, and usually FINDSYM is more correct than spglib. So I would appreciate if you could send the non-matching structures directly to me if you don't mind, to improve spglib. The symmetry operations can be compared with VASP etc. To tolerate relative large disturbance is important for the practical use in computational material science, e.g., for crystal structure exploring. The implementation to include symmetry tolerance is very tough (than I hoped!) and the code is not clean. So I want to do my best to improve it, too. So I appreciate to hear any problem on it. Best regards, Togo On Tue, Aug 14, 2012 at 12:25 PM, Evgeny Blokhin <ja...@ya...> wrote: > Dear Dr. Togo san and spglib users, > > here the results of a comparison of two symmetry finders are reported: > FINDSYM/ISOTROPY by Stokes and Hatch and Spglib. They were obtained on > a subset of available sample structures of mine. I hope, this would > make an interest for you. The main result is that only 6% of the > testing subset exposed some issues, and only half of these issues are > complete group non-matching, the others are less important group > settings differences. One of the reasons of non-matching is structure > magnetism, which was probably treated differently by the codes. > Additionally, the results sometimes may vary depending on accuracy > settings. The complete log as well as a testing script are attached. > For non-matching cases the first values correspond to FINDSYM, the > second to Spglib. > > Regards, > Evgeny Blokhin > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > Spglib-users mailing list > Spg...@li... > https://lists.sourceforge.net/lists/listinfo/spglib-users > -- Atsushi Togo http://atztogo.users.sourceforge.net/ atz...@gm... |
From: Evgeny B. <ja...@ya...> - 2012-08-14 03:26:01
|
Dear Dr. Togo san and spglib users, here the results of a comparison of two symmetry finders are reported: FINDSYM/ISOTROPY by Stokes and Hatch and Spglib. They were obtained on a subset of available sample structures of mine. I hope, this would make an interest for you. The main result is that only 6% of the testing subset exposed some issues, and only half of these issues are complete group non-matching, the others are less important group settings differences. One of the reasons of non-matching is structure magnetism, which was probably treated differently by the codes. Additionally, the results sometimes may vary depending on accuracy settings. The complete log as well as a testing script are attached. For non-matching cases the first values correspond to FINDSYM, the second to Spglib. Regards, Evgeny Blokhin |