Multiwfn official website: http://sobereva.com/multiwfn. Multiwfn forum in Chinese: http://bbs.keinsci.com/wfn
You are not logged in.
In the AdNDP analysis module, is it possible to take the composition of candidate orbitals and export them to a text file for further analysis of data?
For example, I start with an NBO.log file, go to the AdNDP module, and perform an exhaustive search for 1c and 2c orbitals. I pick out the first 3 candidate orbitals for the 2c orbitals and then evaluate them using option 15 "Evaluate and output composition of AdNDP orbitals". From there, the contribution from each atom and shell can be found. This is the information that I would like to save in a text file. I have a repetitive task where I obtain and pick out the atom contribution and shell contribution data manually and put it into a spreadsheet. I would like to make code to do this automatically, but I know of no way to output this data in a text file.
Offline
Thank you, professor Lu. I am curious if there is a way to write this in a bash script for Linux operating system. I would like to automate this process.
Offline
See Section 5.2 of Multiwfn manual. You can direct all output of Multiwfn to a text file, and then use "grep" or "awk" tool in Linux to extract the information you need from it.
Offline
Thank you! This solves my issue.
Offline