Hi
I encountered a reproducible issue with QCxMS2 v1.2.0.
My setup is:
- ORCA 6.1.1
- xTB 6.7.1 (conda)
- CREST 3.0.2 (conda)
The error appears every time an ORCA Hessian calculation is reached, including when I run the example 2-pentanone input provided with QCxMS2:
ERROR: Could not find orca.g98.out, Hessian calculation failed
In the failed hess directory:
- orca.hess is present
- orca.out is present
- orca.out contains vibrational frequencies
However, no orca.g98.out file is generated.
Looking at tsmod.f90, QCxMS2 later expects orca.g98.out:
call move('orca.g98.out', 'g98.out')
but I could not determine where this file should be created in the current workflow.
Could you please advise how orca.g98.out is expected to be generated with ORCA 6.1.1, xTB 6.7.1 and CREST 3.0.2?
Best regards,
Erik Wang
Hi
I encountered a reproducible issue with QCxMS2 v1.2.0.
My setup is:
The error appears every time an ORCA Hessian calculation is reached, including when I run the example 2-pentanone input provided with QCxMS2:
ERROR: Could not find orca.g98.out, Hessian calculation failed
In the failed hess directory:
However, no orca.g98.out file is generated.
Looking at tsmod.f90, QCxMS2 later expects orca.g98.out:
call move('orca.g98.out', 'g98.out')
but I could not determine where this file should be created in the current workflow.
Could you please advise how orca.g98.out is expected to be generated with ORCA 6.1.1, xTB 6.7.1 and CREST 3.0.2?
Best regards,
Erik Wang