Skip to content

Commit 79846ea

Browse files
committed
Minor oxi state fix
1 parent af9c4c2 commit 79846ea

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doped/generation.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -1130,10 +1130,10 @@ def __init__(
11301130
processes: Optional[int] = None,
11311131
):
11321132
"""
1133-
Generates doped DefectEntry objects for defects in the input host
1134-
structure. By default, generates all intrinsic defects, but extrinsic
1135-
defects (impurities) can also be created using the ``extrinsic``
1136-
argument.
1133+
Generates ``doped`` ``DefectEntry`` objects for defects in the input
1134+
host structure. By default, generates all intrinsic defects, but
1135+
extrinsic defects (impurities) can also be created using the
1136+
``extrinsic`` argument.
11371137
11381138
Interstitial sites are generated using Voronoi tessellation by default (found
11391139
to be the most reliable), which can be controlled using the

0 commit comments

Comments
 (0)