Skip to content

Commit

Permalink
Merge pull request #49 from kirstenwinther/master
Browse files Browse the repository at this point in the history
emphasize DFT energy
  • Loading branch information
kirstenwinther authored Mar 21, 2019
2 parents c6d8923 + ec0fea3 commit 3ee540f
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 3ee540f

Please sign in to comment.