File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 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(
4141 }
4242
4343 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+ // });
5050
51- console . log ( ">>>>>>>" , highestCutoff ) ;
51+ console . log ( ">>>>>>>" , this . methodData . pseudo ) ;
5252
5353 return this . _cutoffConfigPerApplication . wavefunction || null ;
5454 }
You can’t perform that action at this time.
0 commit comments