Open dapang201 opened 1 month ago
The standard .data files are prepared to use with the Erica force field (see https://doi.org/10.1016/j.cemconres.2022.106712), which use a core-shell potential for oxygen. In that potential 0.4 g/mol correspond to the shell oxygen O(S).
If you only want the structures (without core-shell for oxygen and no distinction of different hydrogen types) you can do several things. In the input file named "parameters.py":
Thank you for your help. However, Although I modified according your command, the generated oxygen still appears 0.4.
There should be other data files in the "output" folder with the information you want. Its name ends with "reaxff.data". Even though it says reaxff, it is the standard data file for lammps without core-shell.
By the way, keep in mind that running the code several times does not remove the files generated in previous runs. It overwrites them it a file with the same name already exists. In your case, the data files you have might come from a previous execution of the code with "write_lammps_erica=True".
I am truly grateful for your help. If I use this code latter in my paper, I will cite your paper.
Hello, may I ask why the data file I generated contains 0 (S) and its mass is 0.4? And how I can genrate C-S-H model without O(S).