You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix a bug in pwscf.py. The proc_val function modifies string values. (#3172)
* Fix a bug in pwscf.py. The proc_val function modifies the value of string variables (changes 'd' for 'e'). For example, smearing = 'cold' becomes smearing = 'cole'. Solved by using a local variable.
* Correct typo 'defauss' -> 'degauss' in pwscf.py.
Added test_proc_val function in test_pwscf.py.
---------
Co-authored-by: Pablo Galaviz <[email protected]>
Co-authored-by: Janosh Riebesell <[email protected]>
0 commit comments