Multiwfn official website: http://sobereva.com/multiwfn. Multiwfn forum in Chinese: http://bbs.keinsci.com/wfn
You are not logged in.
Pages: 1
Thanks for confirming my query.
krjt
Thank you very much.
Sorry to bother you.
How to get the molden.input file for ground state? Is it from ground state optimization file, ex., opt.gbw?
krjt
This is a fairly good tutorial for density difference map between excited state and ground state from the outputs of Gaussian calculations.
How to generate wfn files required for this task from ORCA calculations?
Your help will be much appreciated.
krjt
Dear mest2309,
The way of generating density difference map between excited state and ground state in fact has been substantially illustrated in Section 4.18.3 of the manual.
The easiest way to do this is generating .wfn file for S0 and S1, respectively, and then use custom operation of main function 5 to plot the isosurface map.
First, optimize your molecule at S0 state to generate the S0 geometry, and then use below input file to generate .wfn file for S0:
# B3LYP/6-311G** out=wfn
test
0 1
[Optimized S0 geometry]C:\S0.wfn
Then use this file to generate .wfn for S1
# B3LYP/6-311G** TD density out=wfn
test
0 1
[Optimized S0 geometry]C:\S1.wfn
Next, boot up Multiwfn and input following commands
C:\S1.wfn // Load excited state wavefunction file
5 // Generate grid data
0 // Set custom operation
1
-,C:\S0.wfn // Property of ground state wavefunction will be substracted from that of excited state wavefunction
1 // The property to be studied is electron density
2 // Medium quality grid (if your system is large, select 3 to use high quality grid to get better result)
-1 // Visualize isosurfaceThen you will see density difference isosurface map corresponding to rho(S1)-rho(S0) at S0 geometry, the map exhibits the charge redistribution during vertical excitation. You can adjust "isovalue" parameter in the GUI window to make the graph looks better.
Best regards,
Tian
Can we use multiwfn to calculate excited state similarity in HONTO (sH) and LUNTO (sL) as described in J. Mater. Chem. C, 2019, 7, 9523.
yes Prof. Lu. I was using Multiwfn 3.7. Now I installed 3.8 dev. It is working fine in that.
Thanks.
I faced a peculiar problem with MultiWfn.
I had to analyze the output of two tddft calculations.
I have used the following sequence of inputs:
outfile1
18
15
n
0
r
outfile2
18
15
n
0
q
The results printed on the screen for the second analysis (outfile2) was same as that obtained for outfile1.
It appears that the program is not resetting the parameters while loading a new output file using the command 'r'.
I had faced the same problem on using batch method with the above sequence of input.
Both the tddft output files were generated as suggested.
Justin
I understand. Thank you very much.
Justin
Thank you Prof. Lu Tian for your suggestion. I have been using recently Multiwfn for the calculation of Sr and Sm and related indices.
It appears that you have not included the PhiS index calculation in Multiwfn. It is fine.
Thanks again.
Justin
Is it possible to calculate patial overlap between detachment and attachment densities (φS Descriptor) as described in J. Chem. Theory Comput. 2014, 10, 3896−3905.
Thanks for the support.
Justin
Pages: 1