Skip to content

Commit ed24c6d

Browse files
committed
update notebook
1 parent 8194ac3 commit ed24c6d

File tree

2 files changed

+19
-19
lines changed

2 files changed

+19
-19
lines changed

docs/source/pyscal.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ module. The original pybind11 definitions of Atom and System can be found in :mo
1212
and :mod:`~pyscal.csystem` respectively.
1313

1414

15-
.. automodule:: pyscal.core
15+
.. automodule:: pyscal3.core
1616
:members:
1717
:undoc-members:
1818
:show-inheritance:

examples/01_getting_started.ipynb

+18-18
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"metadata": {},
3232
"outputs": [],
3333
"source": [
34-
"from pyscal import System"
34+
"from pyscal3 import System"
3535
]
3636
},
3737
{
@@ -128,7 +128,7 @@
128128
"metadata": {},
129129
"outputs": [],
130130
"source": [
131-
"from pyscal import Atoms"
131+
"from pyscal3 import Atoms"
132132
]
133133
},
134134
{
@@ -149,7 +149,7 @@
149149
},
150150
{
151151
"cell_type": "code",
152-
"execution_count": 8,
152+
"execution_count": 6,
153153
"id": "c66944d1-6c43-45ca-80ce-b4c2e45b6af7",
154154
"metadata": {},
155155
"outputs": [],
@@ -167,7 +167,7 @@
167167
},
168168
{
169169
"cell_type": "code",
170-
"execution_count": 9,
170+
"execution_count": 7,
171171
"id": "56612102-1171-4aad-a3dd-b8daa20ecc46",
172172
"metadata": {},
173173
"outputs": [],
@@ -185,7 +185,7 @@
185185
},
186186
{
187187
"cell_type": "code",
188-
"execution_count": 11,
188+
"execution_count": 8,
189189
"id": "beb3ab82-2dd5-428e-ad71-058d2163105b",
190190
"metadata": {},
191191
"outputs": [
@@ -195,7 +195,7 @@
195195
"[[0, 0, 0], [0.5, 0.5, 0.5]]"
196196
]
197197
},
198-
"execution_count": 11,
198+
"execution_count": 8,
199199
"metadata": {},
200200
"output_type": "execute_result"
201201
}
@@ -214,7 +214,7 @@
214214
},
215215
{
216216
"cell_type": "code",
217-
"execution_count": 12,
217+
"execution_count": 9,
218218
"id": "c99c4dbe-027b-4c2f-bb7b-84d2147d9982",
219219
"metadata": {},
220220
"outputs": [
@@ -224,7 +224,7 @@
224224
"dict_keys(['positions', 'ids', 'ghost', 'types', 'species', 'mask_1', 'mask_2', 'condition', 'head'])"
225225
]
226226
},
227-
"execution_count": 12,
227+
"execution_count": 9,
228228
"metadata": {},
229229
"output_type": "execute_result"
230230
}
@@ -267,7 +267,7 @@
267267
},
268268
{
269269
"cell_type": "code",
270-
"execution_count": 13,
270+
"execution_count": 10,
271271
"id": "cc239692-8225-4c81-9192-51f4b919d75b",
272272
"metadata": {},
273273
"outputs": [],
@@ -286,7 +286,7 @@
286286
},
287287
{
288288
"cell_type": "code",
289-
"execution_count": 14,
289+
"execution_count": 11,
290290
"id": "f95d8575-ff10-4169-ac03-4b52a76ecbd7",
291291
"metadata": {},
292292
"outputs": [],
@@ -296,7 +296,7 @@
296296
},
297297
{
298298
"cell_type": "code",
299-
"execution_count": 16,
299+
"execution_count": 12,
300300
"id": "4b163d62-f7be-4089-8d93-beb6137ee039",
301301
"metadata": {},
302302
"outputs": [
@@ -310,7 +310,7 @@
310310
" [1.61271, -5.30872, -7.68795]]"
311311
]
312312
},
313-
"execution_count": 16,
313+
"execution_count": 12,
314314
"metadata": {},
315315
"output_type": "execute_result"
316316
}
@@ -329,7 +329,7 @@
329329
},
330330
{
331331
"cell_type": "code",
332-
"execution_count": 17,
332+
"execution_count": 13,
333333
"id": "e339a839-8ff8-4130-8942-4b1d68765c74",
334334
"metadata": {},
335335
"outputs": [],
@@ -339,7 +339,7 @@
339339
},
340340
{
341341
"cell_type": "code",
342-
"execution_count": 18,
342+
"execution_count": 14,
343343
"id": "528575cd-480b-4f33-90b6-3befed985a20",
344344
"metadata": {},
345345
"outputs": [],
@@ -357,7 +357,7 @@
357357
},
358358
{
359359
"cell_type": "code",
360-
"execution_count": 19,
360+
"execution_count": 15,
361361
"id": "1be7d3d2-7eb1-4b46-bf80-a3ab7764d7f6",
362362
"metadata": {},
363363
"outputs": [
@@ -411,8 +411,8 @@
411411
"\n",
412412
"If `custom_keys` are provided, this extra information is read in from input files if\n",
413413
"available. This information is can be accessed directly as `self.atoms['customkey']`\n",
414-
"\u001b[0;31mFile:\u001b[0m ~/miniconda3/envs/pyscal-test/lib/python3.10/site-packages/pyscal/core.py\n",
415-
"\u001b[0;31mType:\u001b[0m method\n"
414+
"\u001b[0;31mFile:\u001b[0m ~/miniconda3/envs/rdf-wf-2/lib/python3.10/site-packages/pyscal3-3.0.1-py3.10-linux-x86_64.egg/pyscal3/core.py\n",
415+
"\u001b[0;31mType:\u001b[0m method"
416416
]
417417
},
418418
"metadata": {},
@@ -448,7 +448,7 @@
448448
"name": "python",
449449
"nbconvert_exporter": "python",
450450
"pygments_lexer": "ipython3",
451-
"version": "3.10.6"
451+
"version": "3.10.11"
452452
}
453453
},
454454
"nbformat": 4,

0 commit comments

Comments
 (0)