Skip to content

Commit

Permalink
Remove cell
Browse files Browse the repository at this point in the history
  • Loading branch information
AntObi committed Aug 10, 2023
1 parent c382095 commit 2bdeac6
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions examples/Dopant_Prediction/doper_example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,6 @@
"## Application to titanium dioxide"
]
},
{
"cell_type": "code",
"execution_count": 16,
"id": "eb3f1399",
"metadata": {},
"outputs": [],
"source": [
"import sys\n",
"sys.path.append(\"/Users/jiwoolee/Documents/smactClone/SMACT\")"
]
},
{
"cell_type": "code",
"execution_count": 18,
Expand Down Expand Up @@ -138,7 +127,7 @@
"material = Doper((\"Ti4+\", \"O2-\"))\n",
"material.get_dopants()\n",
"\n",
"#15 possible dopants\n",
"# 15 possible dopants\n",
"material.get_dopants(15)"
]
},
Expand Down

0 comments on commit 2bdeac6

Please sign in to comment.