vib analysis + mp2 + optimize: beginners questions.
Posted: 09 Aug 2020, 15:34
I can trivially optimize with MP2
And I can do vibration analysis
How can I run vibration analysis for optimized structure with MP2? I guess, the manual is supposed to give an idea, but I failed to infer this knowledge.
###
Amendment
It seems that I failed many times with the input due to a (wrong) assumption that order of sections does not matter. I was wrong.
Is there a place where *logic* behind the ordering of input section is described?
Bonus questions:
1) Do I really need **INTEGRALS section for those jobs?
2) Is there any existing tool to update existing molecule spec with results of optimization run ? I can write a script myself, but I'd prefer existing solution.
Code: Select all
**DALTON INPUT
.OPTIMIZE
**INTEGRAL
.DIPLEN
.DEROVL
.DERHAM
**WAVE FUNCTIONS
.CC
*CC INPUT
.MP2
**END OF DALTON INPUT
Code: Select all
**DALTON INPUT
.NMDDRV
**NMDDRV
.DORDR
2 0
.HARMONIC
**INTEGRALS
.DIPLEN
.DEROVL
.DERHAM
**WAVE FUNCTIONS
.CC
*CC INPUT
.MP2
**END OF DALTON INPUT
###
Amendment
It seems that I failed many times with the input due to a (wrong) assumption that order of sections does not matter. I was wrong.
Is there a place where *logic* behind the ordering of input section is described?
Bonus questions:
1) Do I really need **INTEGRALS section for those jobs?
2) Is there any existing tool to update existing molecule spec with results of optimization run ? I can write a script myself, but I'd prefer existing solution.