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
Can't we implement the feature of shrinkgpw.py in gpawsolve.py as an argument? For example -s argument. When you use this argument, calculations needed full wavefunctions (like electron density) will be done, at the end, this file will be changed with smaller one.
This is logical because if you use shrinkgpw.py, gpw file will have a new filename and -r argument will not be work. You must rename the gpw files.
The text was updated successfully, but these errors were encountered:
We can use small gpw file size as default and full wavefunction save as an argument. For the electron density calculations, it can use full wavefunctions, but in the end, it will save smaller gpw. If the user needs full wavefunctions, he/she can use -a for example (all) to save all wavefunctions.
Can't we implement the feature of
shrinkgpw.py
ingpawsolve.py
as an argument? For example -s argument. When you use this argument, calculations needed full wavefunctions (like electron density) will be done, at the end, this file will be changed with smaller one.This is logical because if you use
shrinkgpw.py
, gpw file will have a new filename and -r argument will not be work. You must rename the gpw files.The text was updated successfully, but these errors were encountered: