I'm working on a 2d material and was going to use compute hexorder/atom to measure the order parameter. I'm adding a feature where you can use voronoi neighbors instead of the nearest nnn neighbors. When I looked through the code, it the exponent ndegree is not used and nnn is wrongly used in line 251 and lines 262-264.
I'm working on a 2d material and was going to use compute hexorder/atom to measure the order parameter. I'm adding a feature where you can use voronoi neighbors instead of the nearest
nnn
neighbors. When I looked through the code, it the exponentndegree
is not used andnnn
is wrongly used in line 251 and lines 262-264.