www.nanophotonics.es
Dear Fadıl,
Unfortunately, SALMON does not support that option.
But I think we can obtain similar results by combining several calculations as follows (this procedure is a bit troublesome):
1.
Run TDDFT calculation with “checkpoint_interval”. With this option, SALMON prints binary data including wavefunctions at each time step. The name of the output directory is checkpoint_rt_XXXXXX, where XXXXXX is the time step.
https://salmon-tddft.jp/webmanual/current/html/input_keyword_list.html#checkpoint-interval
2.
Run SALMON again to convert the binary data to Gaussian cube files at certain time step. Pls modify the input file as follows:
&calculation
theory=’dft’ ! “yn_out_psi” option is available when theory=’dft’.
/
&control
yn_restart=’y’ ! DFT calculation using input binary data.
directory_read_data=’checkpoint_rt_XXXXXX’ ! specify directory name of the binary data.
read_gs_restart_data='wfn' ! read wavefunctions only.
write_gs_restart_data=’no’ ! forbid printing new binary data.
…
/
&scf
nscf=0 ! forbid changing wavefunctions.
/
& analysis
yn_out_psi=’y’ ! print wavefunctions. The file format is specified by format_voxel_data (default: cube).
…
/
…
Sincerely,
Shunsuke
差出人:
Fadil Iyikanat <fadili...@gmail.com>
日付:
月曜日, 2024年3月4日
20:57
宛先:
salmo...@salmon-tddft.jp <salmo...@salmon-tddft.jp>
件名:
[salmon-user:00289] TDDFT wave functions
2025年2月10日 9:23,Yamada Shunsuke <yamada....@qst.go.jp> 写道:Dear Li-san,Thank you for the question. At first glance, your input file looks OK. The atomic coordinates and r-grid seem to be appropriate to maintain the symmetry.I am not sure but the asymmetry might be due to the very sparse r-grid and its position when plotting the voxel data.For smoothing and visualizing voxel data, pls see the following thread:Sincerely,Shunsuke差出人: SIYUAN LI <lisiyua...@gmail.com>
送信日時: 2025年2月6日 12:15
宛先: salmo...@salmon-tddft.jp <salmo...@salmon-tddft.jp>
件名: [salmon-user:00325] Re: TDDFT wave functions