You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: tutorials/lobster_workflow.ipynb
+18-10
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,25 @@
1
1
{
2
2
"cells": [
3
3
{
4
-
"cell_type": "raw",
4
+
"cell_type": "markdown",
5
5
"id": "0",
6
6
"metadata": {},
7
+
"source": [
8
+
"# LOBSTER Workflow Tutorial (Using VASP for DFT)"
9
+
]
10
+
},
11
+
{
12
+
"cell_type": "markdown",
13
+
"id": "1",
14
+
"metadata": {},
7
15
"source": [
8
16
"The first lines are needed to ensure that we can mock VASP and LOBSTER runs. The test files here might not belong to the same calculation but are good enough for testing."
9
17
]
10
18
},
11
19
{
12
20
"cell_type": "code",
13
21
"execution_count": null,
14
-
"id": "1",
22
+
"id": "2",
15
23
"metadata": {},
16
24
"outputs": [],
17
25
"source": [
@@ -31,7 +39,7 @@
31
39
},
32
40
{
33
41
"cell_type": "markdown",
34
-
"id": "2",
42
+
"id": "3",
35
43
"metadata": {},
36
44
"source": [
37
45
"We first load a structure that we want to analyze with bonding analysis."
@@ -40,7 +48,7 @@
40
48
{
41
49
"cell_type": "code",
42
50
"execution_count": null,
43
-
"id": "3",
51
+
"id": "4",
44
52
"metadata": {},
45
53
"outputs": [],
46
54
"source": [
@@ -57,7 +65,7 @@
57
65
},
58
66
{
59
67
"cell_type": "markdown",
60
-
"id": "4",
68
+
"id": "5",
61
69
"metadata": {},
62
70
"source": [
63
71
"Then, we initialize a workflow:"
@@ -66,7 +74,7 @@
66
74
{
67
75
"cell_type": "code",
68
76
"execution_count": null,
69
-
"id": "5",
77
+
"id": "6",
70
78
"metadata": {},
71
79
"outputs": [],
72
80
"source": [
@@ -91,7 +99,7 @@
91
99
},
92
100
{
93
101
"cell_type": "markdown",
94
-
"id": "6",
102
+
"id": "7",
95
103
"metadata": {},
96
104
"source": [
97
105
"We then run this workflow locally to show-case the capabilities. In real-life, you would omit the `mock*` parts."
0 commit comments