You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that mdapy can compute the global Warren-Cowley parameters, but sometimes we are more interested in the local chemical environment. For example, my system contains three types of atoms: Ni (type 1), Co (type 2), and Cr (type 3), and it tends to form Ni-Ni and Co-Cr clusters. Therefore, would it be possible to provide a feature that allows users to compute pairwise Warren-Cowley parameters for specific atom types and assign the results to each particle?
For example, I could obtain the result by using the following command:
cal_local_warren_cowley_parameter(neighbor_type=[1,3,2], rc=2.8),
where [1,3,2] specifies that the Warren-Cowley coefficients should be calculated for pairs 1-1 (Ni-Ni), 2-3 (Co-Cr), and 3-2 (Cr-Co), with a cutoff radius of 2.8 Å.
Thank you for considering this request.
The text was updated successfully, but these errors were encountered:
I noticed that mdapy can compute the global Warren-Cowley parameters, but sometimes we are more interested in the local chemical environment. For example, my system contains three types of atoms: Ni (type 1), Co (type 2), and Cr (type 3), and it tends to form Ni-Ni and Co-Cr clusters. Therefore, would it be possible to provide a feature that allows users to compute pairwise Warren-Cowley parameters for specific atom types and assign the results to each particle?
For example, I could obtain the result by using the following command:
cal_local_warren_cowley_parameter(neighbor_type=[1,3,2], rc=2.8),
where [1,3,2] specifies that the Warren-Cowley coefficients should be calculated for pairs 1-1 (Ni-Ni), 2-3 (Co-Cr), and 3-2 (Cr-Co), with a cutoff radius of 2.8 Å.
Thank you for considering this request.
The text was updated successfully, but these errors were encountered: