Skip to content

Commit a5e0316

Browse files
committed
chore: apply reformat
1 parent cbdc03e commit a5e0316

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

other/materials_designer/specific_examples/defect_point_interstitial_tin_oxide.ipynb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -43,16 +43,16 @@
4343
"\n",
4444
"# List of dictionaries with defect parameters\n",
4545
"DEFECT_CONFIGS = [\n",
46-
" {\n",
47-
" \"defect_type\": \"vacancy\",\n",
48-
" \"approximate_coordinate\": [0.0, 0.25, 0.525],\n",
46+
" {\n",
47+
" \"defect_type\": \"vacancy\",\n",
48+
" \"approximate_coordinate\": [0.0, 0.25, 0.525],\n",
4949
" },\n",
5050
" {\n",
51-
" \"defect_type\": \"interstitial\",\n",
52-
" \"coordinate\": [0.0, 0.25, 0.35],\n",
53-
" \"chemical_element\": \"O\",\n",
54-
" \"placement_method\": \"voronoi_site\"\n",
55-
"}\n",
51+
" \"defect_type\": \"interstitial\",\n",
52+
" \"coordinate\": [0.0, 0.25, 0.35],\n",
53+
" \"chemical_element\": \"O\",\n",
54+
" \"placement_method\": \"voronoi_site\"\n",
55+
" }\n",
5656
"]"
5757
],
5858
"metadata": {
@@ -167,7 +167,7 @@
167167
" data=DEFECT_CONFIG,\n",
168168
") for DEFECT_CONFIG in DEFECT_CONFIGS]\n",
169169
"\n",
170-
"params = VoronoiInterstitialPointDefectBuilderParameters(clustering_tol = 0.9, min_dist=0.2)"
170+
"params = VoronoiInterstitialPointDefectBuilderParameters(clustering_tol=0.9, min_dist=0.2)"
171171
],
172172
"metadata": {
173173
"collapsed": false

0 commit comments

Comments
 (0)