I’m having issues in opening the Orca output files with Avogadro2. When I try to open the file, I get this error message:
Error while reading file ‘CH3CN.out’: Error while reading OpenBabel-generated CML: Error parsing XML: Start-end tags mismatch
I don’t have this problem with the old version of Avogadro on Windows, I tried to install it on Ubuntu 20.04, but I wasn’t successful (I had lot of troubles installing an old version of Qt, eventually I gave up). My OpenBabel version is 3.1.0.
I partially solved the problem by reinstalling OpenBabel. Now I can open the output file and the molecule is shown, but I don’t see the molecular orbitals, and there seems to be no option to do so. Is there any plugin I can download or am I missing something? Thank you!
Hmm. I’ll need to check what’s going on more carefully. We may need a new Orca reader in Avogadro2.
In the meantime, you should be able to use a molden file:
orca_2mkl file -molden
I’d like to get MKL support in place - I’ve found that gzip / bzip2 MKL files are actually smaller than the original .gbw file from Orca, and you can re-generate the .gbw file like this:
bunzip2 file.mkl.bz2
orca_2mkl file.mkl -gbw
# now file.gbw exists to restart
Since this thread is coming up often in Google search results, I’ll mention that the latest releases of Avogadro2 include a native ORCA reader including depicting orbitals, etc.
We do not yet support the MKL format, mostly because Molden and other formats are more widely used.