-
Hi, Would appreciate anyone’s thoughts or ideas on this, particularly if there’s a way to adapt freud’s RDF directly, thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
You can access the |
Beta Was this translation helpful? Give feedback.
CorrelationFunction computes the r-binned averages of$C(r) = \left\langle s^*_1(0) \cdot s_2(r) \right\rangle$ where $s$ is complex. If you set a real-valued $s = 1/\lambda$ , you could compute the quantity you are interested in.
Note that$V \frac{N-1}{N}$ nor does it compute the number densities in the bins. That part can be included by post processing appropriately using the values provided in
CorrelationFunction
does not normalize bybin_counts
andbin_centers
.