You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I appreciate for developing the polyhedral template matching algorithm, which works well at finite temperature.
Using the algorithm, the local environment of a solid structure was analyzed. Interestingly, ovito and asap implemtation gave different results, and the difference of frequency was around 3 % of total atoms. (Anyway 3 % is a small value.)
Could you please confirm which value is better?
The sturcture is bcc titanium at temperature where bcc titanium is unstable, but hcp titanium is stable. Note that at the temperature where bcc titanium is stable, the proportion of atoms marked as hcp increases, probably because temperature is high.
Do you think that these atoms marked as hcp structures are significant?
The same rmse_max of 0.2 was used. Is there another parameter that should be adjusted?
asap implementation using python
asap3.version
'3.12.8'
Type frequency (max 1): (total 128 atoms)
bcc 0.867
hcp 0.102
fcc 0.016
none 0.016
ovito implementation using ovito gui version 3.7.5 (both free and pro version):
Type frequency (max 1):
bcc 0.898
hcp 0.086
fcc 0.016
none 0.000
Hi @jjhjm17.
Thank you for raising this issue. ASAP uses an older version of PTM. The version in OVITO has had a lot of updates and bugfixes so I would use that one.
I will try to update the PTM version in ASAP at some point so that there are no discrepancies between them.
I give it a try soon(ish). I am sure you have made a lot of improvements in the meantime. There are some hacks involved in merging the code with Asap, I think I have a recipe somewhere....
/Jakob
thank you very much for the reply, that ovito version is the newer version. Because the small difference is expected and is coming from bug fixes, the difference is acceptable for the purpose of analysis, at least for me. For analysis, both values agree closely within 5 % (a small value) and both versions are basically supported by publication, so for me it is sufficient.
Dear Dr, Peter Larsen,
I appreciate for developing the polyhedral template matching algorithm, which works well at finite temperature.
Using the algorithm, the local environment of a solid structure was analyzed. Interestingly, ovito and asap implemtation gave different results, and the difference of frequency was around 3 % of total atoms. (Anyway 3 % is a small value.)
Could you please confirm which value is better?
The sturcture is bcc titanium at temperature where bcc titanium is unstable, but hcp titanium is stable. Note that at the temperature where bcc titanium is stable, the proportion of atoms marked as hcp increases, probably because temperature is high.
Do you think that these atoms marked as hcp structures are significant?
The same rmse_max of 0.2 was used. Is there another parameter that should be adjusted?
asap3.version
'3.12.8'
Type frequency (max 1): (total 128 atoms)
bcc 0.867
hcp 0.102
fcc 0.016
none 0.016
Type frequency (max 1):
bcc 0.898
hcp 0.086
fcc 0.016
none 0.000
Attached is structure file.
bcc_Ti.zip
Because I do not know how to use this repository directly, asap and ovito are used.
The code for asap follows and is attached:
get_local_structure_asap.zip
The text was updated successfully, but these errors were encountered: