We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug The egas variable is not initialized when do_gasphase is set equal to false in https://github.com/nwchemgit/nwchem/blob/master/src/nwdft/scf_dft/dft_scf.F Therefore, the value of egas is not properly set when egas is printed at SCF convergence in https://github.com/nwchemgit/nwchem/blob/master/src/solvation/cosmo_smd_output.F
egas
do_gasphase
false
The text was updated successfully, but these errors were encountered:
initialize egas nwchemgit#1101
66dfe82
ab5fb80
8525d37
fixed in master and hotfix/7-2-0 branches
Sorry, something went wrong.
edoapra
No branches or pull requests
Describe the bug
The
egas
variable is not initialized whendo_gasphase
is set equal tofalse
in https://github.com/nwchemgit/nwchem/blob/master/src/nwdft/scf_dft/dft_scf.FTherefore, the value of
egas
is not properly set whenegas
is printed at SCF convergence in https://github.com/nwchemgit/nwchem/blob/master/src/solvation/cosmo_smd_output.FThe text was updated successfully, but these errors were encountered: