Skip to content

Commit

Permalink
More text and typo fixes (aiidalab#296)
Browse files Browse the repository at this point in the history
Supplementary and fixes for aiidalab#281
  • Loading branch information
unkcpz authored Sep 20, 2022
1 parent 9d927a7 commit d95ea88
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion aiidalab_qe/process.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class WorkChainSelector(ipw.HBox):

def __init__(self, **kwargs):
self.work_chains_prompt = ipw.HTML(
"<b>Select computed workflow or start a new:</b>&nbsp;"
"<b>Select computed workflow or start a new one:</b>&nbsp;"
)
self.work_chains_selector = ipw.Dropdown(
options=[("New workflow...", self._NO_PROCESS)],
Expand Down
2 changes: 1 addition & 1 deletion aiidalab_qe/pseudos.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class PseudoFamilySelector(ipw.VBox):
)
dft_functional_help = ipw.HTML(
"""<div style="line-height: 140%; padding-top: 10px; padding-bottom: 10px; opacity:0.5;">
The exchange-correlation energy is calculated functional. We currently provide support for two
The exchange-correlation energy is calculated using this functional. We currently provide support for two
well-established generalised gradient approximation (GGA) functionals:
PBE and PBEsol.</div>"""
)
Expand Down
4 changes: 2 additions & 2 deletions aiidalab_qe/steps.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ class WorkChainSettings(ipw.VBox):
"""<div style="line-height: 140%; padding-top: 6px; padding-bottom: 0px">
The "moderate" protocol represents a trade-off between
accuracy and speed. Choose the "fast" protocol for a faster calculation
with less precision and the "precise" protocol to aim at best accuracy (at the prece of longer/costlier calculations).</div>"""
with less precision and the "precise" protocol to aim at best accuracy (at the price of longer/costlier calculations).</div>"""
)

def __init__(self, **kwargs):
Expand Down Expand Up @@ -169,7 +169,7 @@ class SmearingSettings(ipw.VBox):
"""<p>
The smearing type and width is set by the chosen <b>protocol</b>.
Tick the box to override the default, not advised unless you've mastered <b>smearing effects</b> (click <a href="http://theossrv1.epfl.ch/Main/ElectronicTemperature"
target="_blank">HERE</a> for a discussion).
target="_blank">here</a> for a discussion).
</p>"""
)

Expand Down

0 comments on commit d95ea88

Please sign in to comment.