Standalone skill for superconductivity-relevant DFT result analysis, including candidate ranking by Tc, phonon stability, mu* robustness, and application mode.
npx skills add chatmaterials/superconductivity-analysis -g -ypython3 -m py_compile scripts/*.py
npx skills add . --list
python3 scripts/analyze_alpha2f.py fixtures/alpha2f/alpha2f.dat --json
python3 scripts/analyze_phonon_modes.py fixtures/phonon/phonon_modes.dat --json
python3 scripts/estimate_tc.py --alpha2f-path fixtures/alpha2f/alpha2f.dat --mu-star 0.10 --json
python3 scripts/analyze_tc_sensitivity.py --alpha2f-path fixtures/alpha2f/alpha2f.dat --json
python3 scripts/compare_superconducting_candidates.py fixtures fixtures/candidates/soft-high fixtures/candidates/stable-strong fixtures/candidates/unstable-strong --mu-star 0.10 --target-tc 0.5 --mode balanced --json
python3 scripts/compare_superconducting_candidates.py fixtures fixtures/candidates/soft-high fixtures/candidates/stable-strong --mu-star 0.10 --target-tc 0.5 --mode high-tc --json
python3 scripts/compare_superconducting_candidates.py fixtures fixtures/candidates/soft-high fixtures/candidates/stable-strong --mu-star 0.10 --target-tc 0.5 --mode robust --json
python3 scripts/export_superconductivity_report.py --alpha2f-path fixtures/alpha2f/alpha2f.dat --phonon-path fixtures/phonon/phonon_modes.dat --mu-star 0.10
python3 scripts/run_regression.py