Skip to content

Commit

Permalink
Update Training a M3GNet Potential with PyTorch Lightning.ipynb
Browse files Browse the repository at this point in the history
Removed the public mp-api key

Signed-off-by: Tsz Wai Ko <[email protected]>
  • Loading branch information
kenko911 authored Apr 2, 2024
1 parent 46653e4 commit b28c797
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,7 @@
"outputs": [],
"source": [
"# Obtain your API key here: https://next-gen.materialsproject.org/api\n",
"# mpr = MPRester(api_key=\"YOUR_API_KEY\")\n",
"mpr = MPRester(\"FwTXcju8unkI2VbInEgZDTN8coDB6S6U\")\n",
"mpr = MPRester(api_key=\"YOUR_API_KEY\")\n",
"entries = mpr.get_entries_in_chemsys([\"Si\", \"O\"])\n",
"structures = [e.structure for e in entries]\n",
"energies = [e.energy for e in entries]\n",
Expand Down

0 comments on commit b28c797

Please sign in to comment.