From e62cc9779f3281b49db15b3c0473795349a50721 Mon Sep 17 00:00:00 2001 From: VsevolodX <79542055+VsevolodX@users.noreply.github.com> Date: Tue, 26 Nov 2024 21:04:47 -0800 Subject: [PATCH] chore: use webp --- .../defect-point-pair-gallium-nitride.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/lang/en/docs/tutorials/materials/specific/defect-point-pair-gallium-nitride.md b/lang/en/docs/tutorials/materials/specific/defect-point-pair-gallium-nitride.md index 9d33bf53..22e68cb9 100644 --- a/lang/en/docs/tutorials/materials/specific/defect-point-pair-gallium-nitride.md +++ b/lang/en/docs/tutorials/materials/specific/defect-point-pair-gallium-nitride.md @@ -21,24 +21,24 @@ We will focus on creating GaN-nitrogen structures from FIG. 1. Specifically, the material from FIG. 1. b) of the paper: -![Point Pair Defects: Mg Substitution and Vacancy in GaN](/images/tutorials/materials/defects/defect_point_pair_gallium_nitride/0-figure-from-manuscript.png "Point Defect Pair: Substitution, Vacancy in GaN, FIG. 2.") +![Point Pair Defects: Mg Substitution and Vacancy in GaN](/images/tutorials/materials/defects/defect_point_pair_gallium_nitride/0-figure-from-manuscript.webp "Point Defect Pair: Substitution, Vacancy in GaN, FIG. 2.") ## 1. Create GaN Supercell First, we navigate to [Materials Designer](../../../materials-designer/overview.md) and import the GaN material from the [Standata](../../../materials-designer/header-menu/input-output/standata-import.md). -![Standata GaN Import](/images/tutorials/materials/defects/defect_point_pair_gallium_nitride/1-standata-GaN.png "Standata GaN Import") +![Standata GaN Import](/images/tutorials/materials/defects/defect_point_pair_gallium_nitride/1-standata-GaN.webp "Standata GaN Import") We then use the [Advanced](../../../materials-designer/header-menu/advanced/supercell.md) menu to create a supercell of GaN with a size of 4x4x1. -![Supercell Creation for GaN](/images/tutorials/materials/defects/defect_point_pair_gallium_nitride/2-advanced-supercell.png "Supercell GaN") +![Supercell Creation for GaN](/images/tutorials/materials/defects/defect_point_pair_gallium_nitride/2-advanced-supercell.webp "Supercell GaN") ## 2. Identify Defect Sites Next, we open the [3D editor](../../../materials-designer/3d-editor.md) to identify the crystal site positions for the defects. -![3D Editor](/images/tutorials/materials/defects/defect_point_pair_gallium_nitride/4-threejs-editor-coordinates.png "3D Editor") +![3D Editor](/images/tutorials/materials/defects/defect_point_pair_gallium_nitride/4-threejs-editor-coordinates.webp "3D Editor") Hover over the atoms to get the coordinates of the atoms to replace. Then copy/paste these coordinates into a text file for later use. @@ -52,7 +52,7 @@ For the defect creation, we will use the [JupyterLite](../../../jupyterlite/over Select the "Advanced > [JupyterLite Transformation](../../../materials-designer/header-menu/advanced/jupyterlite-dialog.md)" menu item to launch the JupyterLite environment. -![JupyterLite Dialog](/images/jupyterlite/md-advanced-jl.png "JupyterLite Dialog") +![JupyterLite Dialog](/images/jupyterlite/md-advanced-jl.webp "JupyterLite Dialog") ### 3.2. Open `create_point_defect_pair.ipynb` notebook @@ -84,7 +84,7 @@ SECONDARY_DEFECT_CONFIG = { Here's the visual of the updated content: -![Notebook setup](/images/tutorials/materials/defects/defect_point_pair_gallium_nitride/5-jl-setup.png "Notebook setup") +![Notebook setup](/images/tutorials/materials/defects/defect_point_pair_gallium_nitride/5-jl-setup.webp "Notebook setup") ## 4. Run the Notebook @@ -96,13 +96,13 @@ Run the notebook by clicking `Run` > `Run All` in the top menu to run cells and After running the notebook, the user will be able to visualize the structure of GaN with substitution defects. -![Review the Results](/images/tutorials/materials/defects/defect_point_pair_gallium_nitride/6-jl-result-preview.png "Review the Results") +![Review the Results](/images/tutorials/materials/defects/defect_point_pair_gallium_nitride/6-jl-result-preview.webp "Review the Results") ## 6. Pass the Material to Materials Designer The user can pass the material with substitution defects in the current Materials Designer environment and save it. -![Final Material](/images/tutorials/materials/defects/defect_point_pair_gallium_nitride/7-wave-result.png "N-doped GaN") +![Final Material](/images/tutorials/materials/defects/defect_point_pair_gallium_nitride/7-wave-result.webp "N-doped GaN") Or the user can [save or download](../../../materials-designer/header-menu/input-output.md) the material in Material JSON format or POSCAR format.