-
Notifications
You must be signed in to change notification settings - Fork 20
Description
I have a question about wfl package.
When I want to perform couple of operations for example, minima hopping + optimization or 1st NEB (without climbing image) 2nd NEB (with climbing image), and if I want to do this series of operations by remote submission, is there any way to do it in one submission rather than separate submission?
In current AutoparaInfo with remote_info takes one remote_info per each operation which makes separate remote submissions is the only way. But more efficient way (especially when one of operation is much cheaper than the other one) would be carrying out all operations in one remote submission.
I wonder if combining multiple operations into one remote submission is possible.
I'll be appreciated for any comments on this issue.