Skip to content

Comparisons to pymatgen StructureMatcher and comments on speed #25

Answered by ftherrien
sgbaird asked this question in Q&A
Discussion options

You must be logged in to vote

Hey @sgbaird , thanks for your question! I think the straightforward answers are:

  1. Yes, you are correct p2ptrans can be used as a replacement for StructureMatcher
  2. No you likely won't be able to run 6e7 match calculations in a reasonable amount of time.

p2ptrans is meant to find the shortest distance between two infinite lattice regardless of their representations (see why that can be problematic on Figure 1 of our JCP paper ). The focus is on the mapping more than on similarity. Although you can use it to compute a distance, if you are only interested in similarity I recommend you use a fingerprint based method as they do not necessitate the prohibitive mapping step, see USPEX for example.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@sgbaird
Comment options

Answer selected by ftherrien
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #24 on July 30, 2022 02:50.