Dear All,
I am trying to obtain coordination number from an RDF profile of solute-solvent interaction. The rdf data has two columns corresponding to r vs g(r). I have used a simple python code to integrate the g(r) up to first minima with the formula:
Integral = r^2 * g(r) * dr
CN = 4 * pi * density * Integral
However, I am getting too high coordination number as 149. Can anyone help me to troubleshoot the issue?
Thanks,