-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/SOF-7525 Add O-interstitial in SnO Tutorial #313
Conversation
✅ Deploy Preview for mat3ra-documentation ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
@@ -0,0 +1,138 @@ | |||
--- |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes to mkdocs??
render_macros: true | ||
--- | ||
|
||
# O-interstitial Defect in SnO |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oxygen interstitial Defect(s) in SnO.
|
||
```python | ||
# Supercell parameters | ||
SUPERCELL_MATRIX = [[1, 0, 0], [0, 1, 0], [0, 0, 1]] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should have a supercell, otherwise, the defect density turns out to be unreasonably high. Even the original figure has at least 2 cells, one without the defect. We could get the interstitial coordinate (in angstroms) from the unit cell, then create a larger supercell (to account for a specific defect density) and then place the interstitial to the coordinate obtained in the first step
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, they have what must be 2x2x2 to remove the Sn, although it looks more like 1.5x1.5x2 on the picture...
|
||
## Introduction | ||
|
||
This tutorial demonstrates how to create an oxygen interstitial defect in tin monoxide (SnO), following the methodology described in the literature. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should mention that voronoi site is used as a placement method and maybe add a link to the implementation and/or more information
No description provided.