Superconductivity analysis
Use when the task is to analyze superconductivity-relevant quantities from DFT or Eliashberg-style outputs, including electron-phonon coupling summaries, logarithmic phonon frequency estimates, phonon-stability checks, Allen-Dynes Tc estimates, mu*-sensitivity or Tc robustness checks, mode-specific candidate ranking, and compact markdown reports from finished calculations.From its SKILL.md
npx -y skills add chatmaterials/superconductivity-analysisAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.8 KB, 340 tokens by cl100k_base, as published. Nobody here has run it
Superconductivity Analysis
Use this skill for superconductivity-oriented post-processing rather than generic workflow setup.
When to use
- summarize electron-phonon coupling from an
alpha^2F-like spectrum - estimate
lambdaandomega_log - check whether a phonon mode set contains soft or imaginary modes
- estimate a simple Allen-Dynes
Tc - estimate how sensitive Tc is to the chosen
mu* - rank multiple superconducting candidates in balanced, high-Tc, robust, or stable modes
- write a compact superconductivity-analysis report from existing data
Use the bundled helpers
scripts/analyze_alpha2f.pyEstimatelambdaandomega_logfrom analpha^2Fspectrum.scripts/analyze_phonon_modes.pySummarize phonon-mode stability and soft-mode counts.scripts/estimate_tc.pyEstimateTcfromlambda,omega_log, andmu*.scripts/analyze_tc_sensitivity.pySweep Tc over a range ofmu*values and summarize robustness.scripts/compare_superconducting_candidates.pyRank multiple superconducting candidates with a compact Tc-plus-stability heuristic.scripts/export_superconductivity_report.pyExport a markdown superconductivity-analysis report.
Guardrails
- Treat the resulting
Tcas a compact estimate, not a full superconductivity prediction workflow. - Be explicit about the chosen
mu*. - Distinguish soft modes from fully imaginary-mode instabilities.
What ships with it: 20 files
24.7 KB alongside SKILL.md, 7 of them executable
agents/
- openai.yaml283 B
fixtures/
- alpha2f/alpha2f.dat59 B
- candidates/soft-high/alpha2f.dat59 B
- candidates/soft-high/phonon_modes.dat25 B
- candidates/stable-strong/alpha2f.dat59 B
- candidates/stable-strong/phonon_modes.dat25 B
- candidates/unstable-strong/alpha2f.dat59 B
- candidates/unstable-strong/phonon_modes.dat26 B
- phonon/phonon_modes.dat25 B
references/
- superconductivity.md724 B
scripts/
- analyze_alpha2f.pyruns2.4 KB
- analyze_phonon_modes.pyruns1.5 KB
- analyze_tc_sensitivity.pyruns2.1 KB
- compare_superconducting_candidates.pyruns4.4 KB
- estimate_tc.pyruns1.8 KB
- export_superconductivity_report.pyruns3.8 KB
- run_regression.pyruns4.4 KB
- .gitignore34 B
- LICENSE1.1 KB
- README.md1.8 KB