Skip to content

Commit

Permalink
Fix comment fix using coordination number
Browse files Browse the repository at this point in the history
  • Loading branch information
bobleesj authored Nov 10, 2024
1 parent 60bcf02 commit c296e3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions paper.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,10 +142,10 @@ from cifkit import CifEnsemble, Example
# Filter .cif by formula
>>> ensemble.filter_by_formulas(["LaRu2Ge2"])

# Return file paths by site mixing types
# Return file paths by site mixing type(s)
>>> ensemble.filter_by_site_mixing_types(["deficiency_without_atomic_mixing"])

# Determine shortest pair distance per .cif file
# Return file paths by coordination number(s)
>>> ensemble.filter_by_CN_min_dist_method_containing([14])
```

Expand Down

0 comments on commit c296e3b

Please sign in to comment.