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 transport-relevant DFT result analysis, including thermoelectric-style screening descriptors and batch candidate ranking.
5
+
Standalone skill for transport-relevant DFT result analysis, including thermoelectric-style screening descriptors, bipolar-risk checks, and batch candidate ranking.
Copy file name to clipboardExpand all lines: SKILL.md
+4-1Lines changed: 4 additions & 1 deletion
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: "transport-analysis"
3
-
description: "Use when the task is to analyze transport-relevant quantities from DFT-derived results, including carrier-type tendency, effective-mass estimates, simple DOS-informed transport trends, thermoelectric-style screening descriptors, multi-candidate ranking, and compact markdown reports from finished calculations."
3
+
description: "Use when the task is to analyze transport-relevant quantities from DFT-derived results, including carrier-type tendency, effective-mass estimates, simple DOS-informed transport trends, thermoelectric-style screening descriptors, bipolar-risk checks, multi-candidate ranking, and compact markdown reports from finished calculations."
4
4
---
5
5
6
6
# Transport Analysis
@@ -13,6 +13,7 @@ Use this skill for transport-oriented post-processing rather than generic workfl
13
13
- estimate an effective mass from a simple band-edge dispersion
14
14
- summarize a transport trend from band-edge and DOS information
15
15
- derive compact thermoelectric-style screening descriptors such as activation energy and transport quality score
16
+
- estimate bipolar-conduction risk from the band gap and temperature
16
17
- rank multiple candidate datasets with a compact screening heuristic
17
18
- write a compact transport-analysis report from existing data
18
19
@@ -24,6 +25,8 @@ Use this skill for transport-oriented post-processing rather than generic workfl
24
25
Estimate an effective mass from a simple band-edge dispersion.
25
26
-`scripts/analyze_transport_trend.py`
26
27
Summarize a simple transport trend from band-edge and DOS information and derive compact quality descriptors.
28
+
-`scripts/analyze_bipolar_risk.py`
29
+
Estimate a compact bipolar-conduction risk from the band gap and temperature.
27
30
-`scripts/compare_transport_candidates.py`
28
31
Rank multiple candidate datasets with a compact gap-plus-mass screening heuristic.
Copy file name to clipboardExpand all lines: references/transport.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
@@ -5,3 +5,4 @@
5
5
- DOS-informed transport trend summaries are qualitative, not a replacement for full transport coefficient calculations.
6
6
- Screening scores are useful for ranking, but they are not a substitute for full transport coefficients.
7
7
- Activation-energy and quality-score style descriptors are useful for screening, but they remain compact proxies rather than predictive transport models.
8
+
- Bipolar-risk estimates are useful for narrow-gap screening, but they remain simplified intrinsic-excitation proxies rather than full finite-temperature transport solutions.
return"The sampled DOS indicates a metallic-like regime, so this case is better treated as a metal or degenerate system than as a simple semiconductor."
returnf"This case looks promising in compact screening: `{carrier['carrier_tendency']}` tendency, `{trend['dopability_hint']}`, and a reasonable transport quality score."
0 commit comments