Skip to content

Commit

Permalink
Make pseudopotential subsection title consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
edan-bainglass committed Feb 4, 2025
1 parent d565d43 commit ddaa8ed
Showing 1 changed file with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,6 @@ def render(self):
(self.family_help, "value"),
)

self.functional_prompt = ipw.HTML("""
<div class="pseudo-text"><b>
Exchange-correlation functional</b>
</div>
""")

self.functional_help = ipw.HTML("""
<div class="pseudo-text">
The exchange-correlation energy is calculated using this functional.
Expand Down Expand Up @@ -146,7 +140,7 @@ def render(self):
"""),
ipw.VBox(
children=[
self.functional_prompt,
ipw.HTML("<h4>Exchange-correlation functional</h4>"),
self.functional,
self.functional_help,
],
Expand Down

0 comments on commit ddaa8ed

Please sign in to comment.