Does qmof_relax_job support copy_files keyword? #2115
Closed
honghuikim
started this conversation in
General
Replies: 1 comment 4 replies
-
@honghuikim: Thank you for your questions. Let's start with the simple ones:
If the WAVECAR isn't copied, that seems like a bug. If you open an issue report, I can patch it tomorrow. It should be an easy fix. Don't worry about a minimal example. I know what the issue is (you pointed it out correctly). If you're using Parsl, it should be okay for QMOF because it is all done as one job. But if you see an error raised during file copying with Parsl for multistep flows, that indeed will be solved with Parsl/parsl#3111. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I'm trying to run VASP calculations with the same setting as the QMOF database, but it seems that the
qmof_relax_job
function does not copy WAVECARs between jobs of the QMOF workflow.#1759 handles most of
copy_files
keywords, but the ones in qmof.py are all removed. Do you know if this is meant?I'm using parsl, so I was wondering if this is related with #1776 or if I'm doing something wrong.
Another minor question is that the current
QMOFset.yaml
is usingalgo=All
as default andNSW
is set to be 250 or 500, which are different from the original setting in the paper. Is this change reported somewhere else or just modified for better convergence?Thank you
Beta Was this translation helpful? Give feedback.
All reactions