Skip to content

Commit

Permalink
update new notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
lubbersnick committed Apr 25, 2024
1 parent 036b153 commit cefc093
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions examples/graph_exploration.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -689,7 +689,7 @@
},
{
"cell_type": "markdown",
"id": "3977fb73",
"id": "b9ed2135",
"metadata": {},
"source": [
"Very similarly, we can send the model to an MLIAPInterface for the LAMMPS molecular dynamics code, which is very useful for highly parallel simulations."
Expand Down Expand Up @@ -901,16 +901,18 @@
},
{
"cell_type": "markdown",
"id": "214056a6",
"id": "651589d4",
"metadata": {},
"source": [
"The features above can be intermixed, for example, building an ASE calculator using the ensemble module."
]
},
{
"cell_type": "markdown",
"id": "d6e9549a",
"cell_type": "code",
"execution_count": null,
"id": "cd193b24",
"metadata": {},
"outputs": [],
"source": [
"from hippynn.interfaces.ase_interface import HippynnCalculator"
]
Expand All @@ -922,14 +924,16 @@
"metadata": {},
"outputs": [],
"source": [
"ensemble_calculator =HippynnCalculator(ensemble_T.mean)"
"ensemble_calculator = HippynnCalculator(ensemble_T.mean)"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "cde6addd",
"metadata": {},
"metadata": {
"scrolled": false
},
"outputs": [],
"source": [
"visualize_graph_module(ensemble_calculator.module)"
Expand Down

0 comments on commit cefc093

Please sign in to comment.