Finish Activity 8

This commit is contained in:
Sylvain Tricot 2025-07-18 17:19:56 +02:00
parent 3f3369a3fb
commit 16e284a5b0
4 changed files with 3 additions and 10 deletions

View File

@ -187,7 +187,7 @@
"name": "python", "name": "python",
"nbconvert_exporter": "python", "nbconvert_exporter": "python",
"pygments_lexer": "ipython3", "pygments_lexer": "ipython3",
"version": "3.11.13" "version": "3.11.3"
} }
}, },
"nbformat": 4, "nbformat": 4,

View File

@ -143,7 +143,7 @@
"\n", "\n",
":::{literalinclude} AlN_completed.py\n", ":::{literalinclude} AlN_completed.py\n",
":lineno-match:\n", ":lineno-match:\n",
":emphasize-lines: 1\n", ":emphasize-lines: 8,31-34,60,61,63,64,66,68,69,71\n",
":::\n", ":::\n",
"\n", "\n",
"```" "```"
@ -166,7 +166,7 @@
"name": "python", "name": "python",
"nbconvert_exporter": "python", "nbconvert_exporter": "python",
"pygments_lexer": "ipython3", "pygments_lexer": "ipython3",
"version": "3.11.13" "version": "3.11.3"
} }
}, },
"nbformat": 4, "nbformat": 4,

View File

@ -1,7 +1,3 @@
#!/usr/bin/env python
# coding: utf8
from ase.build import bulk from ase.build import bulk
import numpy as np import numpy as np
from msspec.calculator import MSSPEC, XRaySource from msspec.calculator import MSSPEC, XRaySource

View File

@ -1,6 +1,3 @@
#!/usr/bin/env python
# coding: utf8
from ase.build import bulk from ase.build import bulk
import numpy as np import numpy as np
from msspec.calculator import MSSPEC, XRaySource from msspec.calculator import MSSPEC, XRaySource