Skip to content

Commit

Permalink
Minor oxi state fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kavanase committed Nov 19, 2024
1 parent af9c4c2 commit 79846ea
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doped/generation.py
Original file line number Diff line number Diff line change
Expand Up @@ -1130,10 +1130,10 @@ def __init__(
processes: Optional[int] = None,
):
"""
Generates doped DefectEntry objects for defects in the input host
structure. By default, generates all intrinsic defects, but extrinsic
defects (impurities) can also be created using the ``extrinsic``
argument.
Generates ``doped`` ``DefectEntry`` objects for defects in the input
host structure. By default, generates all intrinsic defects, but
extrinsic defects (impurities) can also be created using the
``extrinsic`` argument.
Interstitial sites are generated using Voronoi tessellation by default (found
to be the most reliable), which can be controlled using the
Expand Down

0 comments on commit 79846ea

Please sign in to comment.