Multiwfn official website: //www.umsyar.com/multiwfn. Multiwfn forum in Chinese: http://bbs.keinsci.com/wfn
You are not logged in.
Hello, I want to convert an FCHK file from a Gaussian calculation to a WFX file, including both occupied and virtual orbitals. My question is: is this possible?
Thank you very much for your support Best regards,
Offline
You need to modify "subroutine outwfx" in source code file fileIO.f90 of Multiwfn and recompile.
In this subroutine, please note lines including "if (MOocc(imo)/=0D0) " and "if (MOocc(imo)==0D0)", you can easily realize your aim by properly modifying corresponding parts.
Offline