qmcpack/external_codes/quantum_espresso
Paul Kent aaff9669d1 Update ctest script to pass QE_BIN and enable Quantum Espresso testing. Add force to patch script for when run on top of existing source. Add building and caching of QE to Intel2015 builds on oxygen 2017-01-18 14:43:10 -05:00
..
README pw2qmcpack for Quantum Espresso v5.3.0 2016-01-14 20:31:53 +00:00
add_pw2qmcpack_to_espresso-5.1.diff
add_pw2qmcpack_to_espresso-5.2.0.diff pw2qmcpack for QE 5.2.0 2015-06-24 23:10:18 +00:00
add_pw2qmcpack_to_espresso-5.2.1.diff Autodownload and patch script for QE 5.2.1 and pw2qmcpack. Minor update due to changed calls to ESM code in read_file_lite (unused but needed to link). 2015-10-12 21:16:10 +00:00
add_pw2qmcpack_to_espresso-5.3.0.diff update the espresso-5.3.0 patch with parallel pw2qmcpack. 2016-08-30 02:13:30 +00:00
download_and_patch_qe5.1.sh
download_and_patch_qe5.2.0.sh fix: Had not updated name of patch file 2015-06-24 23:15:08 +00:00
download_and_patch_qe5.2.1.sh Autodownload and patch script for QE 5.2.1 and pw2qmcpack. Minor update due to changed calls to ESM code in read_file_lite (unused but needed to link). 2015-10-12 21:16:10 +00:00
download_and_patch_qe5.3.0.sh Update ctest script to pass QE_BIN and enable Quantum Espresso testing. Add force to patch script for when run on top of existing source. Add building and caching of QE to Intel2015 builds on oxygen 2017-01-18 14:43:10 -05:00

README

The files in this directory support making a modified version of
quantum espresso that includes the pw2qmcpack converter.

The download_and_patch_qe5.3.0.sh script will automatically download
and patch quantum espresso. Similarly named scripts are provided for
earlier versions. After patching you can move the espresso directory
anywhere convenient. There is no need to keep it within the QMCPACK
source tree. However, if you are using NEXUS you should update your
PATH so that the correct executables are found.

If you have already downloaded quantum espresso you can, e.g.,

patch -p1 -i ../add_pw2qmcpack_to_espresso-5.2.1.diff

from within the top level quantum espresso directory.


Notes for maintainers:

1. Update the new version of QE. Hopefully the old patch
works. Typically there are small makefile updates and minor updates to
Module interfaces in read_file_lite. If install/configure.ac is
updated, be sure to run autoconf to generate a new
install/configure.

2. Create a new patch.

diff -urN espresso-5.2.1_original espresso-5.2.1_updated >add_pw2qmcpack_to_espresso-5.2.1.diff

3. Update the download_and_patch script. Change the version number and
directory location on QE Forge. The latter varies with no clear logic.

4. Check that QE patches and builds correctly using the download script.

5. Add the new patch and download script to SVN and commit.