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
With the atomic structure of the molecule, we can automatically calculate the symmetry number, which is currently not automated. I'm automatically calculating it using pymatgen and a look up table. It could be a great addition to pMutt to add this functionality. A note is that calculating symmetry is not a trivial task, so it would save a significant time to just use pymatgen function (thus we need to consider adding another dependency). If anybody can give me some direction, I can implement the code.
The text was updated successfully, but these errors were encountered:
With the atomic structure of the molecule, we can automatically calculate the symmetry number, which is currently not automated. I'm automatically calculating it using pymatgen and a look up table. It could be a great addition to pMutt to add this functionality. A note is that calculating symmetry is not a trivial task, so it would save a significant time to just use pymatgen function (thus we need to consider adding another dependency). If anybody can give me some direction, I can implement the code.
The text was updated successfully, but these errors were encountered: