You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Standalone skill for defect-focused DFT result analysis, including automatic defect-type inference and multi-candidate screening.
5
+
Standalone skill for defect-focused DFT result analysis, including automatic defect-type inference, multi-species chemical-potential support, and multi-candidate screening.
6
6
7
7
Supports VASP, QE, and ABINIT-style pristine/defect inputs.
Copy file name to clipboardExpand all lines: SKILL.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
name: "defect-analysis"
3
-
description: "Use when the task is to analyze defect-related DFT results, including neutral defect formation energies, automatic defect-type inference, stoichiometric changes, structural distortion around a defect, candidate ranking, and compact markdown reports from pristine and defect calculations. Supports VASP, QE, and ABINIT-style inputs."
3
+
description: "Use when the task is to analyze defect-related DFT results, including neutral defect formation energies, automatic defect-type inference, multi-species chemical-potential terms, stoichiometric changes, abundance estimates, candidate ranking, and compact markdown reports from pristine and defect calculations. Supports VASP, QE, and ABINIT-style inputs."
4
4
---
5
5
6
6
# Defect Analysis
@@ -11,8 +11,10 @@ Use this skill for defect-focused post-processing rather than generic workflow s
11
11
12
12
- estimate a neutral defect formation energy from pristine and defect calculations
13
13
- infer whether the defect looks vacancy-, interstitial-, substitutional-, or complex-like
14
+
- apply multi-species chemical-potential terms for substitutional or complex defects
14
15
- summarize how stoichiometry changes between pristine and defect cells
15
16
- quantify structural or volume change caused by a defect
17
+
- estimate compact abundance metrics under a temperature and site-density assumption
16
18
- rank multiple defect candidates with a compact formation-plus-strain heuristic
17
19
- write a compact defect-analysis report from finished calculations
18
20
@@ -25,11 +27,11 @@ Supported backends:
25
27
## Use the bundled helpers
26
28
27
29
-`scripts/analyze_defect_formation.py`
28
-
Estimate a neutral defect formation energy, infer the defect type, and optionally estimate an equilibrium fraction.
30
+
Estimate a neutral defect formation energy, infer the defect type, and optionally estimate abundance metrics.
29
31
-`scripts/analyze_defect_structure.py`
30
32
Compare pristine and defect structures and summarize size, stoichiometry, and inferred defect type.
31
33
-`scripts/compare_defect_candidates.py`
32
-
Rank multiple defect candidates with a compact formation-plus-strain heuristic.
34
+
Rank multiple defect candidates with a compact formation-plus-strain-and-abundance heuristic.
Copy file name to clipboardExpand all lines: references/defect.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,3 +3,4 @@
3
3
- Automatic defect-type inference is a compact structural descriptor, not a substitute for a full site-resolved defect analysis.
4
4
- Neutral formation energies are useful for screening, but charged-defect corrections and Fermi-level dependence can dominate the final physics.
5
5
- Candidate ranking by formation energy and strain is a triage step, not a full defect thermodynamics workflow.
6
+
- Multi-species chemical-potential terms are essential for substitutional defects; a single chemical potential is generally only meaningful for one-species changes.
0 commit comments