The sel option in the input.json #1064
-
Hi, I have a question about the sel option in the input.json. According to the document, sel[i] defines the number of neighbour atoms inside the cutoff radius:
But I found this documentation a bit confusing. Let's take water for example. Let's assume that, around the Oxygen atom, there are 100 Oxygen and 200 Hydrogen within the neighbor. But around the Hydrogen atom, there are 200 Oxygen and 400 Hydrogen within the neighbor. In that case, how should we define sel[i]? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
in my mind, it only means coordination number without consideration of the type of neighbors. |
Beta Was this translation helpful? Give feedback.
-
In my word, sel[i] is the maximum number of type i atoms in a sphere (r=rcut), whose center can be any atom in your system. |
Beta Was this translation helpful? Give feedback.
In my word, sel[i] is the maximum number of type i atoms in a sphere (r=rcut), whose center can be any atom in your system.