Révision | 74100056523cd3574e8ca54cd6f3786c1afd7c0d (tree) |
---|---|
l'heure | 2011-07-02 14:50:13 |
Auteur | Mikiya Fujii <mikiya.fujii@gmai...> |
Commiter | Mikiya Fujii |
howto write inputs for CIS is added.
git-svn-id: https://svn.sourceforge.jp/svnroot/molds/MolDS/trunk@98 1136aad2-a195-0410-b898-f5ea1d11b9d8
@@ -20,8 +20,9 @@ How to Write Input-files: | ||
20 | 20 | |
21 | 21 | SCF: |
22 | 22 | Write "cndo/2", "indo", or "zindo/s" in theory-directive. |
23 | + For "zindo/s", CIS are also carried out (see also CIS). | |
23 | 24 | |
24 | - E.g. | |
25 | + E.g. | |
25 | 26 | THEORY |
26 | 27 | indo |
27 | 28 | THEORY_END |
@@ -49,6 +50,32 @@ How to Write Input-files: | ||
49 | 50 | diis_end_error 0.00000001 |
50 | 51 | SCF_END |
51 | 52 | |
53 | + | |
54 | + CIS: | |
55 | + Write "zindo/s" in theory-directive. | |
56 | + | |
57 | + E.g. | |
58 | + THEORY | |
59 | + zindo/s | |
60 | + THEORY_END | |
61 | + | |
62 | + -options | |
63 | + "davidson", "activeOcc", "activeVir", and "nstates" are prepared as options. | |
64 | + | |
65 | + Default value of "davidson" is "yes".(One can select "yes" or "no" for option "davidson".) | |
66 | + Default value of "activeOcc" is 10. | |
67 | + Default value of "activeVir" is 10. | |
68 | + Default value of "nstates" is 5. | |
69 | + | |
70 | + E.g. | |
71 | + CIS | |
72 | + davidson no | |
73 | + activeOcc 2 | |
74 | + activeVir 2 | |
75 | + nstates 1000 | |
76 | + CIS_END | |
77 | + | |
78 | + | |
52 | 79 | Principal Axes (Diagonalizing the inertia tensor): |
53 | 80 | Write "principal_axes" in theory-directive. |
54 | 81 |