Skip to content

Commit a29609d

Browse files
authored
Merge pull request #9 from limonene51/v1.2.3_release
v1.2.3 release
2 parents 9f3c330 + 108c393 commit a29609d

26 files changed

+1678
-1695
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

tutorials/en/1_3_ase_basic.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@
316316
"### Attribute and method in ASE\n",
317317
"\n",
318318
"<figure style=\"width:200px\">\n",
319-
"<img src=\"../assets/atoms.png\"/>\n",
319+
"<img src=\"../assets/ch1/atoms.png\"/>\n",
320320
"</figure>\n",
321321
"\n",
322322
"The `atoms` holds information about the structure and can be referenced through the attributes and `get_XXX` functions.\n",

tutorials/en/1_4_ase_structure.ipynb

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
{
3333
"data": {
3434
"application/vnd.jupyter.widget-view+json": {
35-
"model_id": "1598bcb236874959972ca10db7891506",
35+
"model_id": "517f8f162c7d498eab39b50b647e52d1",
3636
"version_major": 2,
3737
"version_minor": 0
3838
},
@@ -99,7 +99,7 @@
9999
{
100100
"data": {
101101
"application/vnd.jupyter.widget-view+json": {
102-
"model_id": "7d908eb702314619b68cef3d599d6557",
102+
"model_id": "3d2327bbaff648aba7df01b059ca7ab2",
103103
"version_major": 2,
104104
"version_minor": 0
105105
},
@@ -195,7 +195,7 @@
195195
{
196196
"data": {
197197
"application/vnd.jupyter.widget-view+json": {
198-
"model_id": "3a9e03275f3a46e5a6ae1c287345ea35",
198+
"model_id": "3d45e15e88e84855a9303e8bbe839100",
199199
"version_major": 2,
200200
"version_minor": 0
201201
},
@@ -229,7 +229,7 @@
229229
{
230230
"data": {
231231
"application/vnd.jupyter.widget-view+json": {
232-
"model_id": "ad19a4609aff46e68eb6864d22400df8",
232+
"model_id": "1dba93919f2f4cd285f96e225007be32",
233233
"version_major": 2,
234234
"version_minor": 0
235235
},
@@ -307,7 +307,7 @@
307307
{
308308
"data": {
309309
"application/vnd.jupyter.widget-view+json": {
310-
"model_id": "eb911e1a0288476b8c1669a28c3ef7e8",
310+
"model_id": "b91168368c2f4a1daa3f97d57f2a5743",
311311
"version_major": 2,
312312
"version_minor": 0
313313
},
@@ -387,7 +387,7 @@
387387
{
388388
"data": {
389389
"application/vnd.jupyter.widget-view+json": {
390-
"model_id": "6496776927dc4ad3aafbe17d64ae3ac6",
390+
"model_id": "49cd4afc31b74f1087bed698f2dc1386",
391391
"version_major": 2,
392392
"version_minor": 0
393393
},
@@ -445,7 +445,7 @@
445445
{
446446
"data": {
447447
"application/vnd.jupyter.widget-view+json": {
448-
"model_id": "244a29244d624918ad17e265c72b087b",
448+
"model_id": "ba5ae8ed64b240ac88522812f19d5de2",
449449
"version_major": 2,
450450
"version_minor": 0
451451
},
@@ -458,8 +458,8 @@
458458
}
459459
],
460460
"source": [
461-
"fe222_atoms = fe_atoms.repeat((2, 3, 4))\n",
462-
"view_ngl(fe222_atoms, w=400, h=300)"
461+
"fe234_atoms = fe_atoms.repeat((2, 3, 4))\n",
462+
"view_ngl(fe234_atoms, w=400, h=300)"
463463
]
464464
},
465465
{
@@ -479,7 +479,7 @@
479479
{
480480
"data": {
481481
"application/vnd.jupyter.widget-view+json": {
482-
"model_id": "0dc8bb08b0ab4d1db7a46777ccc82b76",
482+
"model_id": "4666ff02bba64ceba6dc128c4ceda292",
483483
"version_major": 2,
484484
"version_minor": 0
485485
},
@@ -492,8 +492,8 @@
492492
}
493493
],
494494
"source": [
495-
"fe222_atoms = fe_atoms * (2, 3, 4)\n",
496-
"view_ngl(fe222_atoms, w=400, h=300)"
495+
"fe234_atoms = fe_atoms * (2, 3, 4)\n",
496+
"view_ngl(fe234_atoms, w=400, h=300)"
497497
]
498498
},
499499
{
@@ -514,7 +514,7 @@
514514
}
515515
],
516516
"source": [
517-
"view_ase_atoms(fe222_atoms, rotation=\"45x,0y,0z\", figsize=(5, 5), title=\"Fe BCC atoms (2x2x2)\", scale=30)"
517+
"view_ase_atoms(fe234_atoms, rotation=\"45x,0y,0z\", figsize=(5, 5), title=\"Fe BCC atoms (2x2x2)\", scale=30)"
518518
]
519519
},
520520
{
@@ -542,7 +542,7 @@
542542
{
543543
"data": {
544544
"application/vnd.jupyter.widget-view+json": {
545-
"model_id": "4c29b3bac1f741ae99ebb44c6633d13f",
545+
"model_id": "a8c659566deb457eb0b8c6f8c80f33ea",
546546
"version_major": 2,
547547
"version_minor": 0
548548
},
@@ -699,7 +699,7 @@
699699
{
700700
"data": {
701701
"application/vnd.jupyter.widget-view+json": {
702-
"model_id": "056248b1e2aa495eae1795e9342752a8",
702+
"model_id": "1eec76633fff4e1f894c9a0443ce2c15",
703703
"version_major": 2,
704704
"version_minor": 0
705705
},

tutorials/en/1_5_ase_calculator.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@
354354
"\n",
355355
"**Relation between Atoms and Calculator**\n",
356356
"\n",
357-
"<img src=\"../assets/atoms-calculator.en.png\" width=\"350\"/>\n",
357+
"<img src=\"../assets/ch1/atoms-calculator.en.png\" width=\"350\"/>\n",
358358
"\n",
359359
"The basic physical properties that can be calculated via Calculator and their calculation methods are as follows.\n",
360360
"\n",

0 commit comments

Comments
 (0)