We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cf184e commit 59e77e7Copy full SHA for 59e77e7
crystal_toolkit/components/pourbaix.py
@@ -639,6 +639,10 @@ def update_heatmap_choices(entries, mat_detials):
639
# get material details
640
mpid_wo_function = "mp-" + mpid.split("-")[1]
641
if mpid_wo_function in mat_detials:
642
+ robo = mat_detials[mpid_wo_function]["robo"]
643
+
644
+ label = f"{formula} ({mpid}): {robo}"
645
+ """
646
# den = round(mat_detials[mpid_wo_function]["density"], 3)
647
sym = mat_detials[mpid_wo_function]["symmetry_symbol"]
648
eah = round(
@@ -651,6 +655,7 @@ def update_heatmap_choices(entries, mat_detials):
651
655
# f"Density: {den};"
652
656
f" Energy above hull: {eah}"
653
657
)
658
654
659
660
option = {"label": label, "value": mpid}
661
else:
0 commit comments