Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
nomad-lab
encyclopedia-gui
Commits
dfc3aa56
Commit
dfc3aa56
authored
Nov 29, 2018
by
Georg Huhs
Committed by
Markus Scheidgen
Apr 08, 2019
Browse files
adapted DOS calculations to data from prod-1.11.6
parent
384a5e47
Changes
1
Hide whitespace changes
Inline
Side-by-side
client/src/material-mod/DOSPlotter.js
View file @
dfc3aa56
...
...
@@ -51,12 +51,9 @@ class DOSPlotter extends InteractivePlotterBase{
let
dosValueFactor
=
E_FACTOR
;
//console.log('setPoints codeName : ', calcData.code_name, calcData.cell_volume);
if
(
calcData
.
code_name
===
'
exciting
'
)
dosValueFactor
=
1
/
E_FACTOR
;
else
if
(
calcData
.
code_name
===
'
VASP
'
)
dosValueFactor
=
1
/
(
E_FACTOR
*
1
e
-
30
);
//calcData.cell_volume); previous version
else
if
(
calcData
.
code_name
===
'
FHI-aims
'
)
dosValueFactor
=
1
;
// add exceptional cases here
//if (calcData.code_name === CODE)
// dosValueFactor = FACTOR;
// else general case
this
.
pointsSpin1
=
[];
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment