File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -41,14 +41,14 @@ export class PlanewaveCutoffsContextProvider extends mix(ContextProvider).with(
41
41
}
42
42
43
43
get defaultECUTWFC ( ) {
44
- let highestCutoff = 0 ;
45
- ( this . methodData . pseudo || [ ] ) . forEach ( ( element ) => {
46
- if ( element . cutoffs . wfc . standard && element . cutoffs . wfc . standard > highestCutoff ) {
47
- highestCutoff = element . cutoffs . wfc . standard ;
48
- }
49
- } ) ;
44
+ // let highestCutoff = 0;
45
+ // (this.methodData.pseudo || []).forEach((element) => {
46
+ // if (element.cutoffs.wfc.standard && element.cutoffs.wfc.standard > highestCutoff) {
47
+ // highestCutoff = element.cutoffs.wfc.standard;
48
+ // }
49
+ // });
50
50
51
- console . log ( ">>>>>>>" , highestCutoff ) ;
51
+ console . log ( ">>>>>>>" , this . methodData . pseudo ) ;
52
52
53
53
return this . _cutoffConfigPerApplication . wavefunction || null ;
54
54
}
You can’t perform that action at this time.
0 commit comments