|
17 | 17 | "> \"Quantum point defects in 2D materials - the QPOD database\", Nature, 2022. \n", |
18 | 18 | "> [DOI:10.1038/s41524-022-00730-w](https://doi.org/10.1038/s41524-022-00730-w)\n", |
19 | 19 | "\n", |
20 | | - "Below is the figure 1 from the manuscript demonstrating the boron vacancy defects in hexagonal boron nitride (hBN).\n", |
| 20 | + "Below is the figure 1 from the manuscript demonstrating the boron vacancy defects in hexagonal boron nitride (h-BN).\n", |
21 | 21 | "\n", |
22 | 22 | "In this notebook we will reproduce material from FIG. 6\n", |
23 | 23 | "\n", |
24 | 24 | "\n", |
25 | | - "<img src=\"https://i.imgur.com/VsBdZ7g.png\" alt=\"vacancy in hBN\" width=\"400\"/>\n", |
| 25 | + "<img src=\"https://i.imgur.com/VsBdZ7g.png\" alt=\"vacancy in h-BN\" width=\"400\"/>\n", |
26 | 26 | "\n" |
27 | 27 | ] |
28 | 28 | }, |
|
58 | 58 | "DEFECT_CONFIGS = [\n", |
59 | 59 | " {\n", |
60 | 60 | " \"defect_type\": \"vacancy\",\n", |
61 | | - " \"approximate_coordinate\": [0.5, 0.45, 0.5], # in crystall coordinates\n", |
| 61 | + " \"approximate_coordinate\": [0.5, 0.45, 0.5], # in crystal coordinates\n", |
62 | 62 | " \"use_cartesian_coordinates\": False\n", |
63 | 63 | " },\n", |
64 | 64 | "\n", |
|
262 | 262 | "source": [ |
263 | 263 | "from utils.jupyterlite import download_content_to_file\n", |
264 | 264 | "\n", |
265 | | - "material_with_defect.name = \"N-doped h-BN\"\n", |
| 265 | + "material_with_defect.name = \"B-vacancy h-BN\"\n", |
266 | 266 | "download_content_to_file(material_with_defect.to_json(), \"B-vacancy_hexagonal_boron_nitride.json\")" |
267 | 267 | ] |
268 | 268 | } |
|
0 commit comments