3d symmetry search algorithm
- by aaa
this may be more appropriate for math overflow, but nevertheless:
Given 3d structure (for example molecule), what is a good approach/algorithm to find symmetry (rotational/reflection/inversion/etc.)?
I came up with brute force naive algorithm, but it seems there should be better approach.
I am not so much interested in genetic algorithms as I would like best symmetry rather then almost the best symmetry
link to website/paper would be great. thanks