Script to scrap CP properties of multiwfn output
$ git clone https://github.com/jeffrichardchemistry/scripyt-MWFN
$ cd scripyt-MWFN
$ python3 setup.py install
$ pip install scripyt_MWFN
Parameters:
- -p: Path to Multiwfn output file
- -cp: CPs desired to extract the information
$ scripyt-MWFN -p path/to/Multiwfn_output_file -cp 1 2 3 4 5 6
Saving terminal output into a file:
$ scripyt-MWFN -p path/to/Multiwfn_output_file -cp 1 2 3 4 5 6 > log.txt