We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c8faa6 commit 7692835Copy full SHA for 7692835
dpgen/auto_test/VASP.py
@@ -140,8 +140,8 @@ def make_input_file(self,
140
incar['ENCUT'] = cal_setting['encut']
141
142
if 'kspacing' in cal_setting:
143
- dlog.info("%s setting KSAPCING to %s" % (self.make_input_file.__name__, cal_setting['kspacing']))
144
- incar['KSAPCING'] = cal_setting['kspacing']
+ dlog.info("%s setting KSPACING to %s" % (self.make_input_file.__name__, cal_setting['kspacing']))
+ incar['KSPACING'] = cal_setting['kspacing']
145
146
if 'kgamma' in cal_setting:
147
dlog.info("%s setting KGAMMA to %s" % (self.make_input_file.__name__, cal_setting['kgamma']))
0 commit comments