-
Notifications
You must be signed in to change notification settings - Fork 23
Description
I'm trying to perform AFM simulations using the FDBM approach with a structural model of a CuOx tip, based on the structure shown in Figure 2d of this paper: https://doi.org/10.1039/D1NR04080D.
During my initial attempts, I encountered errors because the default valence electron dictionary did not include entries for copper (Cu). To resolve this issue, I modified the "valelec_dict.py" file by adding the entry "29: 11.0," corresponding to the Cu atomic number and the ZVAL value from my POTCAR file. I'd like to confirm whether this is the correct procedure, or if I should modify something else as well.
Beyond this technical fix, I have conceptual questions regarding the use of atom clusters in FDBM. The example of pyridine ("pyridineDensOverlap") you provide uses a simple CO dimer in an empty box, presumably because the apex atom and stiffness are the primary contributors to the AFM contrast. I would be interested in using a more complete tip model similar to the one in Figure 2c of the referenced paper. I'd like to know if you have experience running simulations with such detailed models and if the code requires specific adjustments to handle a multi-atom cluster, rather than a single atom (such as oxygen) or a dimer (such as CO).
Additionally, could you explain how the cluster should be aligned within the empty cell to avoid simulation artifacts, and how the tip stiffness parameters should be handled when replacing the standard effective particle with a full structural model?
Thank you