Skip to content

Commit

Permalink
update: add link to voronoi pmg
Browse files Browse the repository at this point in the history
  • Loading branch information
VsevolodX committed Jan 1, 2025
1 parent 573793b commit db29b73
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/py/mat3ra/made/tools/build/defect/builders.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,8 @@ class InterstitialPointDefectBuilder(PointDefectBuilder):


class VoronoiInterstitialPointDefectBuilderParameters(BaseModel):
# According to pymatgen:
# https://github.com/materialsproject/pymatgen-analysis-defects/blob/e2cb285de8be07b38912ae1782285ef1f463a9a9/pymatgen/analysis/defects/generators.py#L343
clustering_tol: float = 0.5 # Clustering tolerance for merging interstitial sites
min_dist: float = 0.9 # Minimum distance between interstitial and nearest atom
ltol: float = 0.2 # Tolerance for lattice matching.
Expand Down

0 comments on commit db29b73

Please sign in to comment.