Hi all,
I'm currently running QM/XTB calculations on a range of systems using ORCA 6. I want to extract information about the QM region, and so I thought I could use the .gbw file generated and load it into MultiWFN for analysis. However, when I go to do this, it does not work. I have tried converting the .gbw file using orca_2mkl, but the resulting file has no data inside.
How can I analyse the QM region of the QM/XTB? I was running these calculations to see the effect of explicit solvent modelling on the system. My example input is below:
!QM/XTB LC-PBE DEF2-TZVPPD OPT KDIIS SOSCF LSHIFT
%QMMM QMATOMS {0:14} END END
%xtb
XTBINPUTSTRING "--iterations 2000"
end
* xyzfile 0 1 structure.xyz
Thanks