Skip to content

Commit

Permalink
docs (#201)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmmshn authored Jul 26, 2024
1 parent a6dd8c3 commit 060d113
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions docs/source/content/defining-defects.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"Ideally, if you want to build a computational defects database that lasts many years, you cannot rely on user-supplied provenance to aggregate the data.\n",
"You must have the external method for tracking whether two calculations are for the same defect.\n",
"\n",
"<div class=\"alert alert-block alert-info\"><b>Note:</b> This is only important for large database building. For an example of this please see the Materials Project battery database which only relies on structure matching to arrive at the list of insertion electrodes.\n",
"<div class=\"alert alert-block alert-info\"><b>Note:</b> \n",
"This is only important for large database building. For an example of this please see the Materials Project battery database which only relies on structure matching to arrive at the list of insertion electrodes.\n",
"</div>\n",
"\n",
"A core concept in this package is that a defect is defined independently of the simulation cell.\n",
Expand Down Expand Up @@ -169,7 +170,11 @@
"- One where the two defects are next-nearest neighbors (`def_comp2`).\n",
"\n",
"Since our defect complex definition accounts for an effective _Center of Mass_ site, we can properly account for periodic boundary conditions. the two defect complexes will be considered not equal.\n",
"For complexes, we recommend checking the structure with the center of mass (`defect_structure_with_com`) to make sure you understand exactly what will be simulated in the supercell."
"For complexes, we recommend checking the structure with the center of mass (`defect_structure_with_com`) to make sure you understand exactly what will be simulated in the supercell.\n",
"\n",
"<div class=\"alert alert-block alert-info\"><b>Note:</b> \n",
"Users should be careful when defining defects and always keep in mind that if a defect complex consisting of two sites at `[0.9, 0.9, 0.9]` and `[0.1, 0.1, 0.1]` is fundamentally different than the same two sites placed at `[0.9, 0.9, 0.9]` and `[1.1, 1.1, 1.1]`.\n",
"</div>\n"
]
},
{
Expand Down

0 comments on commit 060d113

Please sign in to comment.