Skip to content

Commit 69f52d8

Browse files
authored
Set matgl backend to DGL
Signed-off-by: Runze Liu <146490083+rul048@users.noreply.github.com>
1 parent 16e9b56 commit 69f52d8

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

examples/Running Softening Benchmark.ipynb

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,10 @@
3030
"import pandas as pd\n",
3131
"\n",
3232
"from matcalc import load_fp\n",
33-
"from matcalc.benchmark import SofteningBenchmark"
33+
"from matcalc.benchmark import SofteningBenchmark\n",
34+
"\n",
35+
"import matgl\n",
36+
"matgl.set_backend(\"DGL\")"
3437
]
3538
},
3639
{

0 commit comments

Comments
 (0)