|
53 | 53 | " await install_packages(\"specific_examples\")"
|
54 | 54 | ],
|
55 | 55 | "metadata": {
|
56 |
| - "collapsed": false, |
57 |
| - "jupyter": { |
58 |
| - "is_executing": true |
59 |
| - } |
| 56 | + "collapsed": false |
60 | 57 | },
|
61 | 58 | "id": "280f9794a876678b",
|
62 | 59 | "outputs": [],
|
|
265 | 262 | "slab_unit_cell = create_slab(slab_config)\n",
|
266 | 263 | "visualize(slab_unit_cell, viewer=\"wave\", title=\"Slab Unit Cell\")"
|
267 | 264 | ],
|
268 |
| - "id": "74577c62b8b5d531", |
| 265 | + "id": "8938220048670941", |
269 | 266 | "outputs": [],
|
270 | 267 | "execution_count": null
|
271 | 268 | },
|
272 | 269 | {
|
273 | 270 | "metadata": {},
|
274 | 271 | "cell_type": "markdown",
|
275 | 272 | "source": "### 2.2. Apply the cutout condition and add vacuum",
|
276 |
| - "id": "fcded42d243cda8b" |
| 273 | + "id": "b52118b5a4fb494c" |
277 | 274 | },
|
278 | 275 | {
|
279 | 276 | "metadata": {},
|
|
282 | 279 | "resulting_material = filter_by_condition_on_coordinates(slab_unit_cell, condition)\n",
|
283 | 280 | "resulting_material = add_vacuum(resulting_material, VACUUM)"
|
284 | 281 | ],
|
285 |
| - "id": "42f817cc06994a5d", |
| 282 | + "id": "e1a13d9490a4d5ca", |
286 | 283 | "outputs": [],
|
287 | 284 | "execution_count": null
|
288 | 285 | },
|
|
297 | 294 | "id": "57cc38ec0df3c1f7"
|
298 | 295 | },
|
299 | 296 | {
|
| 297 | + "metadata": {}, |
300 | 298 | "cell_type": "code",
|
301 |
| - "source": "visualize(resulting_material, viewer=\"wave\")", |
302 |
| - "metadata": { |
303 |
| - "collapsed": false |
304 |
| - }, |
305 |
| - "id": "2a9627cd4a261067", |
| 299 | + "source": [ |
| 300 | + "visualize(resulting_material, title=\"Resulting Material\", rotation=\"-90x\")\n", |
| 301 | + "visualize(resulting_material, viewer=\"wave\")" |
| 302 | + ], |
| 303 | + "id": "20f499a8dd2362e0", |
306 | 304 | "outputs": [],
|
307 | 305 | "execution_count": null
|
308 | 306 | },
|
|
0 commit comments