Skip to content
New issue

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

Add pw2qmcpack patch for QE 6.3 #915

Merged
merged 5 commits into from
Jul 13, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions external_codes/quantum_espresso/README
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
The files in this directory support making a modified version of
quantum espresso that includes the pw2qmcpack converter.

The download_and_patch_qe6.2.1.sh script will automatically download
The download_and_patch_qe6.3.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
Expand All @@ -10,7 +10,7 @@ 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-6.2.1.diff
patch -p1 -i ../add_pw2qmcpack_to_qe-6.3.diff

from within the top level quantum espresso directory.

Expand All @@ -23,7 +23,7 @@ updated, be sure to run autoconf to generate a new install/configure.

2. Create a new patch.

diff -urN espresso-6.2.1_original espresso-6.2.1_updated >add_pw2qmcpack_to_espresso-6.2.1.diff
diff -urN qe-6.3_original qe-6.3_updated >add_pw2qmcpack_to_qe-6.3.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.
Expand Down
Loading