Closed chertianser closed 2 years ago
Hi @chertianser,
Sorry that you ran into this issue. It looks like your structure should be classified as a C2v point group, and it appears that GoodVibes is identifying that correctly for the c2v-opt.log
file, even if Gaussian is classifying it as C2.
I am able to reproduce the error you are getting with the nosymm-opt.log
file. The point group is determined by using a compiled C-language file and I think that it seems to run into an issue with the optimized coordinates from this output file. I took this structure and reoptimized it at a much simpler level of theory (B3LYP/STO-3G), still using Symmetry=None
and GoodVibes was able to find a C2v symmetry:
Structure E ZPE H T.S T.qh-S G(T) qh-G(T) im freq Point Group
******************************************************************************************************************************************************
o nosymm-opt-simple -500.794637 0.122426 -500.662815 0.042844 0.042325 -500.705659 -500.705140 C2v
******************************************************************************************************************************************************
I know you mentioned that you tried reoptimizing but I'd suggest maybe minor perturbations to the initial structure if possible and reoptimizing. Let me know if this issue persists. nosymm-opt-simple.log
Hi @luchini18,
Thanks for getting back! I'll just stick to the C2v output that I have. I raised this because I wanted to flag out that there was a potential issue with the symmetry detection code in this (potentially) edge case. The reoptimization at B3LYP/STO-3G
probably shifted the geometry enough to remove the error. I'm not too sure if the symmetry detection issue has larger ramifications beyond this case, and whether it's not just isolated to my case, but in my numerous times of running goodvibes
I've never encountered this error.
Hi,
Thanks for providing such a great tool to use! I've encountered an issue regarding the use of the
--ssymm
tag on GoodVibes v3.0.1 (tested on both Windows and Mac, installed via conda). This particular structure I've included should have a C2 or C2v point group. My first optimization runs with Gaussian 16 C.01 were withnosymm
, and runninggoodvibes
withpython -m goodvibes --qs truhlar --ssymm --imag
results in the following error:If I symmetrize the molecule and start from a C2v geometry, the final optimization result is a C2 structure but will be detected as C2v by
goodvibes
.Would appreciate it if you could take a look at this error! All other molecules I've tried seem to work okay with
--ssymm
, so the problem might be specifically related to the starting structure that I used, but I have attempted re-optimizing the structure and the same error occurs. c2v-opt.log nosymm-opt.log