Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
killiansheriff committed Feb 2, 2024
1 parent 0478c10 commit bb4fc3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ A python implementation of Polya's enumeration theory and pattern inventory form

# Usage

Here is an example on how to extract the cycle index polynomial (p_g) and number of distinct first coordination polyhedron (nms) for the fcc crystal structure with a number of ntypes = 3 chemical element. Additonal graph geometries can be defined in ``polya/_src/graphs.py``. This example can be found in the ``examples`` folder.
Here is an example on how to extract the cycle index polynomial (p_g) and number of distinct first coordination polyhedron (nms) for the fcc crystal structure with a number of ntypes = 3 chemical elements. Additonal graph geometries can be defined in ``polya/_src/graphs.py``. This example can be found in the ``examples`` folder.

```python
from polya import Polya
Expand Down

0 comments on commit bb4fc3a

Please sign in to comment.