From 2585a40ab51c0f03336eefca4db3ab932822c72f Mon Sep 17 00:00:00 2001 From: 04cb <0x04cb@gmail.com> Date: Mon, 2 Mar 2026 07:30:43 +0800 Subject: [PATCH] Fix docs: correct ComputedEntry energy parameter description --- scientific-skills/pymatgen/references/analysis_modules.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scientific-skills/pymatgen/references/analysis_modules.md b/scientific-skills/pymatgen/references/analysis_modules.md index 3fb980d..73f1979 100644 --- a/scientific-skills/pymatgen/references/analysis_modules.md +++ b/scientific-skills/pymatgen/references/analysis_modules.md @@ -10,7 +10,7 @@ This reference documents pymatgen's extensive analysis capabilities for material from pymatgen.analysis.phase_diagram import PhaseDiagram, PDPlotter from pymatgen.entries.computed_entries import ComputedEntry -# Create entries (composition and energy per atom) +# Create entries (composition and total energy) entries = [ ComputedEntry("Fe", -8.4), ComputedEntry("O2", -4.9),