Skip to content

Commit 33a492f

Browse files
committed
fix doc typo
1 parent 37c59b1 commit 33a492f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/inorganic_materials/examples_tutorials/formation_energy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ form_energy = atoms.get_potential_energy()
8686
```
8787

8888
```{code-cell} ipython3
89-
pprint.pprint(f"Total energy: {result["results"]["energy"] eV\n Formation energy {form_energy} eV})
89+
pprint.pprint(f"Total energy: {result['results']['energy']} eV \n Formation energy {form_energy} eV")
9090
```
9191

9292
Compare the results to the value of [-3.038 eV/atom reported](https://next-gen.materialsproject.org/materials/mp-1265?chemsys=Mg-O#thermodynamic_stability) in the the Materials Project!

0 commit comments

Comments
 (0)