diff --git a/tutorials/generation/generation_tutorial.ipynb b/tutorials/generation/generation_tutorial.ipynb index 6215588..d9c0409 100644 --- a/tutorials/generation/generation_tutorial.ipynb +++ b/tutorials/generation/generation_tutorial.ipynb @@ -39,17 +39,10 @@ "warnings.filterwarnings(\"always\")\n", "warnings.filterwarnings(\"ignore\", message=\"numpy.ufunc size changed\")\n", "warnings.filterwarnings(\"ignore\", message=\"POTCAR data\")\n", -<<<<<<< HEAD - "warnings.filterwarnings(\"ignore\", message=\"Overriding the POTCAR functional\")\n", - "warnings.filterwarnings(\"ignore\", message=r\".*is a deprecated alias for the builtin.*\")\n", - "warnings.filterwarnings(\"ignore\", message=r\".*should_run_async.*\")" - ] -======= "warnings.filterwarnings(\"ignore\", message=\"Overriding the POTCAR functional\")" ], "outputs": [], "metadata": {} ->>>>>>> develop }, { "cell_type": "code", @@ -65,7 +58,7 @@ "cell_type": "markdown", "source": [ "## Generate slabs for a specified Miller index\n", - "This simple example uses the output structure from a bulk relaxation of Y$_2$Ti$_2$S$_2$O$_5$. We create a series of slabs with thickness of 20, 30 and 40 Å, and vacuum thicknesses of 20, 30, 40 and 50 Å in the (0,0,1) direction. We suppress the default behaviour of saving input files by setting `save_slabs=False`." + "This simple example uses the output structure from a bulk relaxation of $Y_2 Ti_2 S_2 O_5$. We create a series of slabs with thickness of 20, 30 and 40 Å, and vacuum thicknesses of 20, 30, 40 and 50 Å in the (0,0,1) direction. We suppress the default behaviour of saving input files by setting `save_slabs=False`." ], "metadata": {} }, @@ -92,14 +85,9 @@ { "cell_type": "markdown", "source": [ -<<<<<<< HEAD - "If you leave `thicknesses=[20,30,40], vacuums=[20,30,40,50]` you will get a warning about repeted slabs that have been removed from the final list. We can inspect one entry of the list which is a dictionary, containing details and the slab itself as a pymatgen structure:" - ] -======= "We get a warning about repeted slabs that have been removed from the final list. We can inspect one entry of the list which is a dictionary, containing details and the slab itself as a pymatgen structure:" ], "metadata": {} ->>>>>>> develop }, { "cell_type": "code", @@ -196,17 +184,6 @@ ], "metadata": {} }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "