Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
110 PBE method in disclaimer, 110 by default
Browse files
app.py
CHANGED
@@ -188,7 +188,7 @@ elements_input = gr.Textbox(
|
|
188 |
# minimum=0, maximum=1, value=0.1, label="Maximum Energy Above Hull (eV)"
|
189 |
# )
|
190 |
energy_correction_dropdown = gr.Dropdown(
|
191 |
-
choices=["
|
192 |
label="Energy correction",
|
193 |
)
|
194 |
plot_style_dropdown = gr.Dropdown(choices=["2D", "3D"], label="Plot Style")
|
@@ -204,11 +204,14 @@ warning_message += " scheme will be standardized in a soon to be released update
|
|
204 |
warning_message += " now please take caution when analyzing the results of this"
|
205 |
warning_message += " application."
|
206 |
|
|
|
|
|
|
|
207 |
message = '<div class="alert"><span class="closebtn" onclick="this.parentElement.style.display="none";">×</span>{}</div>Generate a phase diagram for a set of elements using LeMat-Bulk data.'.format(
|
208 |
warning_message
|
209 |
)
|
210 |
message += (
|
211 |
-
"<br>Built with <a href='https://pymatgen.org/' target='_blank'>Pymatgen</a>.<br>"
|
212 |
)
|
213 |
|
214 |
# Create Gradio interface
|
|
|
188 |
# minimum=0, maximum=1, value=0.1, label="Maximum Energy Above Hull (eV)"
|
189 |
# )
|
190 |
energy_correction_dropdown = gr.Dropdown(
|
191 |
+
choices=["The 110 PBE Method", "Database specific, or MP2020",],
|
192 |
label="Energy correction",
|
193 |
)
|
194 |
plot_style_dropdown = gr.Dropdown(choices=["2D", "3D"], label="Plot Style")
|
|
|
204 |
warning_message += " now please take caution when analyzing the results of this"
|
205 |
warning_message += " application."
|
206 |
|
207 |
+
warning_message += "<br> Additionally, we have provided the 110 PBE correction method"
|
208 |
+
warning_message += " from <a href='https://chemrxiv.org/engage/api-gateway/chemrxiv/assets/orp/resource/item/67252d617be152b1d0b2c1ef/original/a-simple-linear-relation-solves-unphysical-dft-energy-corrections.pdf' target='_blank'>Rohr et al (2024)</a>.<br>"
|
209 |
+
|
210 |
message = '<div class="alert"><span class="closebtn" onclick="this.parentElement.style.display="none";">×</span>{}</div>Generate a phase diagram for a set of elements using LeMat-Bulk data.'.format(
|
211 |
warning_message
|
212 |
)
|
213 |
message += (
|
214 |
+
"<br>Built with <a href='https://pymatgen.org/' target='_blank'>Pymatgen</a> and <a href='https://docs.crystaltoolkit.org/' target='_blank'>Crystal Toolkit</a>.<br>"
|
215 |
)
|
216 |
|
217 |
# Create Gradio interface
|