Open ltalirz opened 3 years ago
@danieleongari since I notice you cleaning up the repo - great if you could give a comment on this
Sure, I just gave a look and I hardcoded that the adsorbate system should have multiplicity equal to one:
Indeed I'm not sure fro a computational/theoretical point of view how stable it is to compute the interaction of two systems with such a complex multiplicity. You may end up not having the 9-3 split you expect. Putting the BSSE on top may be even more unstable.
I would suggest anyhow to modify the code to allow the input of the multiplicity of both systems, and check carefully in the output of CP2K if it does what you expect!
Thank you both for checking the case. @danieleongari, I get your point. I will give it a try then to modify the workchain
Use case by @mpougin
I want to submit a complicated system for binding energy calculations. I am not sure if I can adjust the settings directly in the cp2kBindingEnergy Work Chain or if I have to do it separately. Maybe you can tell me if there's a problem with my parameter settings: I have a Cu-MOF with 8 Cu-atoms per supercell (i.e. Multiplicity 9) and O2 as adsorbent (i.e. M = 3). In the protocol .yaml file I set the multiplicity of the whole system to 11, if my understanding is right, this should then be used for the first geometry optimisation step. Then, for the BSSE energy calculation I want to set the multiplicity of the first fragment to 9 (this should be the framework correct?) and of the second fragment to 3. In my input I therefore specified for both stages:
the geometry optimisation gets excepted as it produces this aiida.inp file
I assume it overrides the first settings automatically. Is there a way to specify the settings for each stage separately?