NWChem 7.0.2
The NWChem 7.0.2 release is now available.
This is a maintenance release that contains fixes to bugs uncovered in the NWChem 7.0.0 release.
Documentation available at
https://nwchemgit.github.io
Please use the Github Issues feature to file bugs, feedback, etc ... at
https://github.com/nwchemgit/nwchem/issues
Release notes at
https://raw.githubusercontent.com/nwchemgit/nwchem/hotfix/release-7-0-0/release.notes.7.0.2
The last two files labelled as "Source code" are to be used only by experienced software developers
We recommend to download the file (containing just the source code)
https://github.com/nwchemgit/nwchem/releases/download/v7.0.2-release/nwchem-7.0.2-release.revision-b9985dfa-srconly.2020-10-12.tar.bz2
QA tests, examples and the rest of the release files can be found in
https://github.com/nwchemgit/nwchem/releases/download/v7.0.2-release/nwchem-7.0.2-release.revision-b9985dfa-nonsrconly.2020-10-12.tar.bz2
If you would rather download all the release files at once, please download the 138 MB file
https://github.com/nwchemgit/nwchem/releases/download/v7.0.2-release/nwchem-7.0.2-release.revision-b9985dfa-src.2020-10-12.tar.bz2
Installation instructions for the precompiled packages on Ubuntu Bionic 18.04
sudo apt -y install python3-dev gfortran mpi-default-bin mpi-default-dev ssh
curl -LJO https://github.com/nwchemgit/nwchem/releases/download/v7.0.2-release/nwchem-data_7.0.2-1_all.ubuntu_bionic.deb
curl -LJO https://github.com/nwchemgit/nwchem/releases/download/v7.0.2-release/nwchem_7.0.2-1_amd64.ubuntu_bionic.deb
sudo dpkg -i nwchem*7.0.2*bionic*.deb
Installation instructions for the precompiled packages on Ubuntu Focal 20.04
sudo apt -y install python3-dev gfortran mpi-default-bin mpi-default-dev ssh
curl -LJO https://github.com/nwchemgit/nwchem/releases/download/v7.0.2-release/nwchem-data_7.0.2-1_all.ubuntu_focal.deb
curl -LJO https://github.com/nwchemgit/nwchem/releases/download/v7.0.2-release/nwchem_7.0.2-1_amd64.ubuntu_focal.deb
sudo dpkg -i nwchem*7.0.2*focal*.deb
Installation instructions for the precompiled packages on Debian Buster 10
sudo apt -y install python3-dev gfortran mpi-default-bin mpi-default-dev ssh
curl -LJO https://github.com/nwchemgit/nwchem/releases/download/v7.0.2-release/nwchem-data_7.0.2-1_all.debian_buster.deb
curl -LJO https://github.com/nwchemgit/nwchem/releases/download/v7.0.2-release/nwchem_7.0.2-1_amd64.debian_buster.deb
sudo dpkg -i nwchem*7.0.2*buster*.deb