Skip to content

Commit

Permalink
Update part_3.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen authored Jun 14, 2024
1 parent e1b3824 commit 6db7ef0
Showing 1 changed file with 1 addition and 32 deletions.
33 changes: 1 addition & 32 deletions part_3.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -31,38 +31,7 @@
"id": "0564cc91-168b-479d-a840-db2bfca4f6fb",
"metadata": {},
"source": [
"Rather than reimplementing its own method to calculate the elastic constants, pyiron relies on existing codes from the community and primarily provides and interface to connect these codes. For calculating the elastic constants we use the [ElaStic](https://doi.org/10.1016/j.cpc.2013.03.010) code. As this code is published under the General Public License (GPL) we load an additional `pyiron_gpl` module."
]
},
{
"cell_type": "code",
"execution_count": 1,
"id": "9b7d6d57-4000-4b5f-a1c7-5401fc6a15b0",
"metadata": {},
"outputs": [
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "39b213d69bd94dd9bda8a8c0913ee11a",
"version_major": 2,
"version_minor": 0
},
"text/plain": []
},
"metadata": {},
"output_type": "display_data"
}
],
"source": [
"import pyiron_gpl"
]
},
{
"cell_type": "markdown",
"id": "1422c08e-4412-40d5-884a-bf8a45000bd1",
"metadata": {},
"source": [
"Afterwards, just like before the `Project` class is imported from the `pyiron_atomistics` module."
"Rather than reimplementing its own method to calculate the elastic constants, pyiron relies on existing codes from the community and primarily provides and interface to connect these codes. For calculating the elastic constants we use the [ElaStic](https://doi.org/10.1016/j.cpc.2013.03.010) code."
]
},
{
Expand Down

0 comments on commit 6db7ef0

Please sign in to comment.