Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
franck-condon_calculations [2025/02/07 08:51] – rauhut | franck-condon_calculations [2025/02/07 13:01] (current) – rauhut | ||
---|---|---|---|
Line 323: | Line 323: | ||
The following example shows a general program flow involving the '' | The following example shows a general program flow involving the '' | ||
+ | < | ||
+ | memory,40,m | ||
+ | |||
+ | basis=vdz | ||
+ | geometry={ | ||
+ | H ,, | ||
+ | S ,, | ||
+ | S ,, | ||
+ | } | ||
+ | |||
+ | basis=vdz | ||
+ | hf | ||
+ | |||
+ | {xsurf | ||
+ | | ||
+ | |||
+ | poly ! Transform | ||
+ | vscf, | ||
+ | vci, | ||
+ | ! (stored in ' | ||
+ | {pestrans, | ||
+ | | ||
+ | ! are stored with the reference number | ||
+ | {poly ! given by the keyword auto=1. | ||
+ | | ||
+ | {vscf, | ||
+ | | ||
+ | {vci, | ||
+ | | ||
+ | |||
+ | {xsurf | ||
+ | | ||
+ | |||
+ | {poly ! Provides the polynomial representation | ||
+ | | ||
+ | {vscf, | ||
+ | | ||
+ | |||
+ | {evspec, | ||
+ | graph, evsdump=' | ||
+ | </ | ||
+ | |||
+ | <!-- | ||
< | < | ||
memory,20,m | memory,20,m | ||
Line 414: | Line 457: | ||
</ | </ | ||
+ | --> | ||