Multiwfn official website: http://sobereva.com/multiwfn. Multiwfn forum in Chinese: http://bbs.keinsci.com/wfn
You are not logged in.
Dear Prof Lu
The command prompt on page 258 of the latest multiwfn manual does not work properly. What is the actual command prompt that I should enter into Windows PowerShell?
Thanks in advance
Regards
Louis-Charl
Offline
Dear Louis-Charl,
Please do not use powershell (I quite dislike this terminal), use cmd instead.
Hint:
If you are using Windows 10, download this file: http://sobereva.com/other/Open_cmd_window(win10).reg, run it to update registry, then you should be able to find option "Open cmd window here" after clicking right mouse button, via this you can quickly enter cmd environment.
If you insist on using powershell, you should input full path of gnuplot executable file, or add ".\" before the executable file name if the file is in current folder.
Best regards,
Tian
Offline
Dear Prof Lu
If I click on the link that you me then it does not open in an executable program and I'm unable to download it even though I'm using windows 10. If I right click on the mouse the I'm able to download a QR code but it download as a png file. How will I be able to use this in the cmd environment?
Thanks in advance
Regards
Louis-Charl
Offline
Dear Prof Lu
If I click on the link that you me then it does not open in an executable program and I'm unable to download it even though I'm using windows 10. If I right click on the mouse the I'm able to download a QR code but it download as a png file. How will I be able to use this in the cmd environment?
Thanks in advance
Regards
Louis-Charl
Click right mouse button on the link of the .reg file, save as a file. If the extension is not .reg, then manually change it to .reg. After double clicking this downloaded file, registry will be updated, then you can find an option on right mouse button menu to quickly enter cmd environment.
Offline
Should the file be save as a txt file?
Regards
Louis-Charl
Offline
I also found several applications in the cmd environment. Which one should I select?
Thanks in advance
Regards
Louis-Charl
Offline
I also found several applications in the cmd environment. Which one should I select?
Thanks in advance
Regards
Louis-Charl
I don't understand your statement. If you have entered cmd environment, you can directly use command in Multiwfn manual or tutorial video to invoke gnuplot to draw map.
Offline
I think the problem I'm encountering is to get it into a .reg file
Offline
I managed to save it as a .reg file now but is unable to find an entry into the cmd environment
Offline
I managed to enter the cmd environment now and the command prompt seemed to work but it gives me a notepad file. Should I edit it to get the PS format of the 2D RDGscatter?
Thanks in advance
Regards
Louis-Charl
Offline
I managed to enter the cmd environment now and the command prompt seemed to work but it gives me a notepad file. Should I edit it to get the PS format of the 2D RDGscatter?
I can't quite understand your description. It is best to always upload screenshot so that I can clearly understand your current situation.
Offline
set terminal postscript landscape enhanced color 'Helvetica' 20
set encoding iso_8859_1
set output 'RDGscatter.ps'
set key
set ylabel 'RDG (a.u)' font "Helvetica, 20"
set xlabel 'sign({/Symbol l}_2){/Symbol r} (a.u.)' font "Helvetica, 20"
set pm3d map
set palette defined (-0.035 "blue",-0.0075 "green", 0.02 "red")
set format y "%.2f"
set format x "%.2f"
set format cb "%.3f"
set border lw 2
set xtic -0.05,0.01,0.05 nomirror rotate font "Helvetica"
set ytic 0.0,0.2,2.0 nomirror font "Helvetica"
set cbtic -0.035,0.005,0.02 nomirror font "Helvetica"
set xrange [-0.05:0.05]
set yrange [0.0:2.0]
set cbrange [-0.035:0.02]
plot 'output.txt' u 4:5:4 with points pointtype 31 pointsize 0.3 palette t ''
Above is the information from the notepad file
Regards
Louis-Charl
Offline
This is content of script file of gnuplot. You should use gnuplot to run it, rather than directly input the path of this script file in cmd window (Windows system opens it using notepad by default). Please carefully check my video tutorial.
Offline
Hi there
What command prompt can I use to generate a high quality image for fukui function or dual descriptor when using VMD?
Thanks in advance
Regards
Louis-Charl
Offline
Dear Louis-Charl,
Please check Section 4.A.14 of Multiwfn manual, you can use a VMD plotting script named showcub.vmd to easily draw very nice isosurface map based on cube file exported by Multiwfn.
Best regards,
Tian
Offline
Offline
prof. Tian Lu i tried to plot RDG scatter colored plot but not getting .ps file
I followed all steps as shown in your video also i used cmd, here i am attaching error
please help me
Please do not install gnuplot on default path (i.e. C:\Program Files\...)
Offline
Thanks a lot prof. Tian Lu issue resolved. I got .ps file
Here i would like to say after getting .ps file you can convert it from online file converter like .ps to pdf format no need to install irfanview and other stuff.
Offline
Thanks a lot prof. Tian Lu issue resolved. I got .ps file
Here i would like to say after getting .ps file you can convert it from online file converter like .ps to pdf format no need to install irfanview and other stuff.
You are right, https://cloudconvert.com/image-converter works well.
Offline
Sir, After doing IRI analysis I obtain output .txt then copying IRIscatter.gnu to Gnuplot. then running gnuplot IRIscatter.gnu in GNUPLOT folder. I found gnuplot iriscatter.gnu
^
invalid command
What to do to view IRIscatter .ps.
Yours sincerely,
Partha
Offline
Sir, After doing IRI analysis I obtain output .txt then copying IRIscatter.gnu to Gnuplot. then running gnuplot IRIscatter.gnu in GNUPLOT folder. I found gnuplot iriscatter.gnu
^
invalid command
What to do to view IRIscatter .ps.
Yours sincerely,
Partha
It is best to upload your screenshot. I can hardly understand your situation.
Offline