Skip to content

Commit fde712d

Browse files
committed
fix linting
1 parent 637ee47 commit fde712d

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

tutorials/grueneisen_workflow.ipynb

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,5 @@
11
{
22
"cells": [
3-
{
4-
"cell_type": "markdown",
5-
"id": "0",
6-
"metadata": {},
7-
"source": [
8-
"This first part is only needed as we have to mock VASP here as we cannot run it directly in a jupyter notebook:"
9-
]
10-
},
113
{
124
"cell_type": "code",
135
"execution_count": null,
@@ -171,14 +163,6 @@
171163
").make(structure=si_structure)"
172164
]
173165
},
174-
{
175-
"cell_type": "markdown",
176-
"id": "8",
177-
"metadata": {},
178-
"source": [
179-
"The Grüneisen parameter workflow will perform 3 different phonon runs at 3 different volumes at and around the equilibrium to compute the mode Grüneisen values."
180-
]
181-
},
182166
{
183167
"cell_type": "code",
184168
"execution_count": null,
@@ -189,14 +173,6 @@
189173
"flow.draw_graph().show()"
190174
]
191175
},
192-
{
193-
"cell_type": "markdown",
194-
"id": "10",
195-
"metadata": {},
196-
"source": [
197-
"We now run the flow with `run_locally`. We mock the run here. Normally, you would simply use `run_locally` without the `with mock_vasp`"
198-
]
199-
},
200176
{
201177
"cell_type": "code",
202178
"execution_count": null,

0 commit comments

Comments
 (0)