Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
nomad-lab
encyclopedia-gui
Commits
e92938f7
Commit
e92938f7
authored
Oct 03, 2018
by
Iker Hurtado
Browse files
One more 'data DOS tranformations' implementation (Issue 111 - Staging based on prod-032)(2)
parent
50885bd9
Pipeline
#37478
passed with stages
in 1 minute and 56 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
client/bundle.js
View file @
e92938f7
...
...
@@ -2175,7 +2175,7 @@
// Grouping enabled only for exciting
if
(
codeNameTrimed
===
'
exciting
'
){
console
.
log
(
"
applying grouping
"
+
codeNameTrimed
);
//
console.log("applying grouping " +codeNameTrimed);
if
(
calcTree
.
has
(
functionalType
)){
let
functionalMap
=
calcTree
.
get
(
functionalType
);
...
...
@@ -4054,6 +4054,8 @@
dosValueFactor
=
1
/
E_FACTOR
;
else
if
(
calcData
.
code_name
===
'
VASP
'
)
dosValueFactor
=
1
/
(
E_FACTOR
*
calcData
.
cell_volume
);
else
if
(
calcData
.
code_name
===
'
FHI-aims
'
)
dosValueFactor
=
1
;
// else general case
this
.
pointsSpin1
=
[];
...
...
client/src/material-mod/DOSPlotter.js
View file @
e92938f7
...
...
@@ -55,6 +55,8 @@ class DOSPlotter extends InteractivePlotterBase{
dosValueFactor
=
1
/
E_FACTOR
;
else
if
(
calcData
.
code_name
===
'
VASP
'
)
dosValueFactor
=
1
/
(
E_FACTOR
*
calcData
.
cell_volume
);
else
if
(
calcData
.
code_name
===
'
FHI-aims
'
)
dosValueFactor
=
1
;
// else general case
this
.
pointsSpin1
=
[];
...
...
client/src/material-mod/NavTree.js
View file @
e92938f7
...
...
@@ -42,7 +42,7 @@ function buildCalcTree(calcs, calcsInGroups){
// Grouping enabled only for exciting
if
(
codeNameTrimed
===
'
exciting
'
){
console
.
log
(
"
applying grouping
"
+
codeNameTrimed
);
//
console.log("applying grouping " +codeNameTrimed);
if
(
calcTree
.
has
(
functionalType
)){
let
functionalMap
=
calcTree
.
get
(
functionalType
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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