Skip to content

Commit a671f14

Browse files
Merge branch 'main' into LDAU
2 parents ee07927 + 5ec73f7 commit a671f14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/user/codes/vasp.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -339,15 +339,15 @@ result = store.query_one(
339339
)
340340

341341
for number, (key, cohp) in enumerate(
342-
result["output"]["lobsterpy_data"]["cohp_plot_data"].items()
342+
result["output"]["lobsterpy_data"]["cohp_plot_data"]["data"].items()
343343
):
344344
plotter = CohpPlotter()
345345
cohp = Cohp.from_dict(cohp)
346346
plotter.add_cohp(key, cohp)
347347
plotter.save_plot(f"plots_all_bonds{number}.pdf")
348348

349349
for number, (key, cohp) in enumerate(
350-
result["output"]["lobsterpy_data_cation_anion"]["cohp_plot_data"].items()
350+
result["output"]["lobsterpy_data_cation_anion"]["cohp_plot_data"]["data"].items()
351351
):
352352
plotter = CohpPlotter()
353353
cohp = Cohp.from_dict(cohp)

0 commit comments

Comments
 (0)