|
|
使用TDDFT优化CI点,一直到TDDFT激发能都能正常收敛,但在计算导数的时候报错:
- Reading the CIS file ... done
- Norm of the CI vector ... 1.000000000
- Making the CIS (pseudo)densities ... done
- Making operators G(D) and Q(T) ... [file orca_cis/cisdens.cpp, line 1005, Process 8]: Error: Cannot retrieve the V**-1 (/C basis) matrix in CIS_BuildFock_RI
- [file orca_cis/cisdens.cpp, line 1005, Process 9]: Error: Cannot retrieve the V**-1 (/C basis) matrix in CIS_BuildFock_RI
- [file orca_cis/cisdens.cpp, line 1005, Process 10]: Error: Cannot retrieve the V**-1 (/C basis) matrix in CIS_BuildFock_RI
- [file orca_cis/cisdens.cpp, line 1005, Process 11]: Error: Cannot retrieve the V**-1 (/C basis) matrix in CIS_BuildFock_RI
- [file orca_cis/cisdens.cpp, line 1005, Process 12]: Error: Cannot retrieve the V**-1 (/C basis) matrix in CIS_BuildFock_RI
- [file orca_cis/cisdens.cpp, line 1005, Process 13]: Error: Cannot retrieve the V**-1 (/C basis) matrix in CIS_BuildFock_RI
- [file orca_cis/cisdens.cpp, line 1005, Process 14]: Error: Cannot retrieve the V**-1 (/C basis) matrix in CIS_BuildFock_RI
- [file orca_cis/cisdens.cpp, line 1005, Process 15]: Error: Cannot retrieve the V**-1 (/C basis) matrix in CIS_BuildFock_RI
- [file orca_cis/cisdens.cpp, line 1005, Process 16]: Error: Cannot retrieve the V**-1 (/C basis) matrix in CIS_BuildFock_RI
- [file orca_cis/cisdens.cpp, line 1005, Process 17]: Error: Cannot retrieve the V**-1 (/C basis) matrix in CIS_BuildFock_RI
- [file orca_cis/cisdens.cpp, line 1005, Process 18]: Error: Cannot retrieve the V**-1 (/C basis) matrix in CIS_BuildFock_RI
- [file orca_cis/cisdens.cpp, line 1005, Process 19]: Error: Cannot retrieve the V**-1 (/C basis) matrix in CIS_BuildFock_RI
- [file orca_cis/cisdens.cpp, line 1005, Process 20]: Error: Cannot retrieve the V**-1 (/C basis) matrix in CIS_BuildFock_RI
- [file orca_cis/cisdens.cpp, line 1005, Process 21]: Error: Cannot retrieve the V**-1 (/C basis) matrix in CIS_BuildFock_RI
- [file orca_cis/cisdens.cpp, line 1005, Process 22]: Error: Cannot retrieve the V**-1 (/C basis) matrix in CIS_BuildFock_RI
- [file orca_cis/cisdens.cpp, line 1005, Process 23]: Error: Cannot retrieve the V**-1 (/C basis) matrix in CIS_BuildFock_RI
- [file orca_cis/cisdens.cpp, line 1005, Process 24]: Error: Cannot retrieve the V**-1 (/C basis) matrix in CIS_BuildFock_RI
- [file orca_cis/cisdens.cpp, line 1005, Process 25]: Error: Cannot retrieve the V**-1 (/C basis) matrix in CIS_BuildFock_RI
- [file orca_cis/cisdens.cpp, line 1005, Process 26]: Error: Cannot retrieve the V**-1 (/C basis) matrix in CIS_BuildFock_RI
- [file orca_cis/cisdens.cpp, line 1005, Process 27]: Error: Cannot retrieve the V**-1 (/C basis) matrix in CIS_BuildFock_RI
- [file orca_cis/cisdens.cpp, line 1005, Process 0]: Error: Cannot retrieve the V**-1 (/C basis) matrix in CIS_BuildFock_RI
- [file orca_cis/cisdens.cpp, line 1005, Process 1]: Error: Cannot retrieve the V**-1 (/C basis) matrix in CIS_BuildFock_RI
- [file orca_cis/cisdens.cpp, line 1005, Process 2]: Error: Cannot retrieve the V**-1 (/C basis) matrix in CIS_BuildFock_RI
- [file orca_cis/cisdens.cpp, line 1005, Process 3]: Error: Cannot retrieve the V**-1 (/C basis) matrix in CIS_BuildFock_RI
- [file orca_cis/cisdens.cpp, line 1005, Process 4]: Error: Cannot retrieve the V**-1 (/C basis) matrix in CIS_BuildFock_RI
- [file orca_cis/cisdens.cpp, line 1005, Process 5]: Error: Cannot retrieve the V**-1 (/C basis) matrix in CIS_BuildFock_RI
- [file orca_cis/cisdens.cpp, line 1005, Process 6]: Error: Cannot retrieve the V**-1 (/C basis) matrix in CIS_BuildFock_RI
- [file orca_cis/cisdens.cpp, line 1005, Process 7]: Error: Cannot retrieve the V**-1 (/C basis) matrix in CIS_BuildFock_RI
- -------------------------------------------------------
- Primary job terminated normally, but 1 process returned
- a non-zero exit code.. Per user-direction, the job has been aborted.
- -------------------------------------------------------
- --------------------------------------------------------------------------
- mpirun detected that one or more processes exited with non-zero status, thus causing
- the job to be terminated. The first process to do so was:
- Process name: [[57488,1],1]
- Exit code: 2
- --------------------------------------------------------------------------
- ORCA finished by error termination in SCF gradient
复制代码
不开RI也一样报错:
- -------------------
- TD-DFT/TDA GRADIENT
- -------------------
- Reference wavefunction ... RHF
- State of interest ... 1
- Basis dimension ... 256
- DFT-XC contribution needed ... YES
- RI-approximation ... OFF
- CIS-vectors being read from ... cis_ciopt1.cis
- => Number of Vectors found: 2
- => Orbital Window: 14...47 -> 48...255
- Reading the CIS file ... done
- Norm of the CI vector ... 1.000000000
- Making the CIS (pseudo)densities ... done
- Making operators G(D) and Q(T) ... -------------------------------------------------------
- Primary job terminated normally, but 1 process returned
- a non-zero exit code.. Per user-direction, the job has been aborted.
- -------------------------------------------------------
- --------------------------------------------------------------------------
- mpirun detected that one or more processes exited with non-zero status, thus causing
- the job to be terminated. The first process to do so was:
- Process name: [[59786,1],26]
- Exit code: 64
- --------------------------------------------------------------------------
- ORCA finished by error termination in SCF gradient
复制代码
输入文件参数如下:
- !PBE0 def2-SVP def2/J RIJCOSX
- !CI-Opt
- %maxcore 4000
- %pal nprocs 28 end
- %conical
- tddft_NRoots 2
- tddft_IRoot 1
- end
复制代码 想问问这个要怎么解决呢
|
|