Skip to content

Commit

Permalink
emphasize DFT energy
Browse files Browse the repository at this point in the history
  • Loading branch information
kirstenwinther committed Mar 21, 2019
1 parent fb2aa9c commit ec0fea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/SingleStructureView/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ class SingleStructureView extends React.Component { // eslint-disable-line react
</Grid>
<ul style={{ width: '50%' }}>
<li>Formula: {this.props.selectedSystem.Formula}</li>
<li>Total Energy: {energy.toFixed(2)} eV</li>
<li>DFT Total Energy: {energy.toFixed(2)} eV</li>
<li>DFT Code: {this.props.selectedSystem.DFTCode}</li>
<li>DFT Functional: {this.props.selectedSystem.DFTFunctional}</li>
{_.isEmpty(this.props.selectedSystem.calculatorParameters) ? null :
Expand Down

0 comments on commit ec0fea3

Please sign in to comment.