Finish Activity 8
This commit is contained in:
parent
3f3369a3fb
commit
16e284a5b0
|
@ -187,7 +187,7 @@
|
|||
"name": "python",
|
||||
"nbconvert_exporter": "python",
|
||||
"pygments_lexer": "ipython3",
|
||||
"version": "3.11.13"
|
||||
"version": "3.11.3"
|
||||
}
|
||||
},
|
||||
"nbformat": 4,
|
||||
|
|
|
@ -143,7 +143,7 @@
|
|||
"\n",
|
||||
":::{literalinclude} AlN_completed.py\n",
|
||||
":lineno-match:\n",
|
||||
":emphasize-lines: 1\n",
|
||||
":emphasize-lines: 8,31-34,60,61,63,64,66,68,69,71\n",
|
||||
":::\n",
|
||||
"\n",
|
||||
"```"
|
||||
|
@ -166,7 +166,7 @@
|
|||
"name": "python",
|
||||
"nbconvert_exporter": "python",
|
||||
"pygments_lexer": "ipython3",
|
||||
"version": "3.11.13"
|
||||
"version": "3.11.3"
|
||||
}
|
||||
},
|
||||
"nbformat": 4,
|
||||
|
|
|
@ -1,7 +1,3 @@
|
|||
#!/usr/bin/env python
|
||||
# coding: utf8
|
||||
|
||||
|
||||
from ase.build import bulk
|
||||
import numpy as np
|
||||
from msspec.calculator import MSSPEC, XRaySource
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
#!/usr/bin/env python
|
||||
# coding: utf8
|
||||
|
||||
from ase.build import bulk
|
||||
import numpy as np
|
||||
from msspec.calculator import MSSPEC, XRaySource
|
||||
|
|
Loading…
Reference in New Issue