NWChem 7.0.0
The NWChem 7.0.0 release is now available.
Documentation available at
https://github.com/nwchemgit/nwchem/wiki
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/release-7-0-0/release.notes.7.0.0
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.0-release/nwchem-7.0.0-release.revision-2c9a1c7c-srconly.2020-02-26.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.0-release/nwchem-7.0.0-release.revision-2c9a1c7c-nonsrconly.2020-02-26.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.0-release/nwchem-7.0.0-release.revision-2c9a1c7c-src.2020-02-26.tar.bz2
Installation instructions for the precompiled packages on Ubuntu Xenial
sudo apt -y install curl python3-dev gfortran mpi-default-bin mpi-default-dev libopenblas-dev ssh
curl -LJO https://github.com/nwchemgit/nwchem/releases/download/v7.0.0-release/nwchem-data_7.0.0-3_all.ubuntu_xenial.deb
curl -LJO https://github.com/nwchemgit/nwchem/releases/download/v7.0.0-release/nwchem_7.0.0-3_amd64.ubuntu_xenial.deb
sudo dpkg -i nwchem-data_7.0.0-3*_xenial.deb nwchem_7.0.0-3*_xenial.deb
Installation instructions for the precompiled packages on Ubuntu Bionic
sudo apt -y install curl python3-dev gfortran mpi-default-bin mpi-default-dev libopenblas-dev ssh
curl -LJO https://github.com/nwchemgit/nwchem/releases/download/v7.0.0-release/nwchem-data_7.0.0-3_all.ubuntu_bionic.deb
curl -LJO https://github.com/nwchemgit/nwchem/releases/download/v7.0.0-release/nwchem_7.0.0-3_amd64.ubuntu_bionic.deb
sudo dpkg -i nwchem-data_7.0.0-3*_bionic.deb nwchem_7.0.0-3*_bionic.deb