We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af9c4c2 commit 79846eaCopy full SHA for 79846ea
doped/generation.py
@@ -1130,10 +1130,10 @@ def __init__(
1130
processes: Optional[int] = None,
1131
):
1132
"""
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.
+ 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.
1137
1138
Interstitial sites are generated using Voronoi tessellation by default (found
1139
to be the most reliable), which can be controlled using the
0 commit comments