Revision | 2297b2dc0087ad5e8bae25b03c559717946ccc2f (tree) |
---|---|
Time | 2011-10-28 00:48:56 |
Author | Mikiya Fujii <mikiya.fujii@gmai...> |
Commiter | Mikiya Fujii |
Documentations are maintained.
git-svn-id: https://svn.sourceforge.jp/svnroot/molds/MolDS/trunk@264 1136aad2-a195-0410-b898-f5ea1d11b9d8
@@ -1,4 +1,4 @@ | ||
1 | - | |
1 | +============================================================================== | |
2 | 2 | Compile: |
3 | 3 | for 32 bit |
4 | 4 | $icc MolDS.cpp -lmkl_intel -lmkl_intel_thread -lmkl_core -liomp5 -lpthread -O3 |
@@ -8,12 +8,14 @@ Compile: | ||
8 | 8 | $icc MolDS.cpp -lmkl_intel_lp64 -lmkl_intel_thread -lmkl_core -liomp5 -lpthread |
9 | 9 | $icc MolDS.cpp -lmkl_intel_lp64 -lmkl_intel_thread -lmkl_core -liomp5 -lpthread -O3 -openmp -openmp-report2 |
10 | 10 | |
11 | - | |
11 | +============================================================================== | |
12 | 12 | Carring Out: |
13 | 13 | $./a.out < input.in |
14 | 14 | |
15 | +============================================================================== | |
15 | 16 | Capabilities: |
16 | 17 | |
18 | + Electronic calculations: | |
17 | 19 | | HF | CIS | MD(gs) | MD(es) | |
18 | 20 | ---------|-----|-----|--------|--------| |
19 | 21 | CNDO2 | OK | -- | -- | -- | |
@@ -22,11 +24,24 @@ Capabilities: | ||
22 | 24 | ---------|-----|-----|--------|--------| |
23 | 25 | ZINDO/S | OK | OK | OK | -- | |
24 | 26 | ---------|-----|-----|--------|--------| |
25 | - MNDO | Sch | Sch | Sch | Sch | | |
27 | + MNDO | OK | Sch | OK | Sch | | |
28 | + ---------|-----|-----|--------|--------| | |
29 | + AM1 | OK | Sch | OK | Sch | | |
30 | + ---------|-----|-----|--------|--------| | |
31 | + PM3 | OK | Sch | OK | Sch | | |
26 | 32 | |
27 | 33 | "OK", "Sch", and "--" mean available, shceduled, and non-scheduled methods, respectively. |
28 | 34 | MD(gs) and MD(es) mean Molecular Dynamics on ground and excited states, respectively. |
29 | 35 | |
36 | + Elements: | |
37 | + CNDO2 | H, Li, C, N, O, and S | |
38 | + INDO | H, Li, C, N, O, and S | |
39 | + ZINDO/S | H, C, N, O, and S | |
40 | + MNDO | H, C, N, O, and S | |
41 | + AM1 | H, C, N, O, and S | |
42 | + PM3 | H, C, N, O, and S | |
43 | + | |
44 | +============================================================================== | |
30 | 45 | How to Write Input-files: |
31 | 46 | |
32 | 47 | Comment Out: |
@@ -34,7 +49,8 @@ How to Write Input-files: | ||
34 | 49 | |
35 | 50 | |
36 | 51 | SCF: |
37 | - Write "cndo/2", "indo", or "zindo/s" in theory-directive. | |
52 | + Write "cndo/2", "indo", "zindo/s", "mndo", "am1", or "pm3" in theory-directive. | |
53 | + AM1 only supports (can calculate) Heats of formation. | |
38 | 54 | |
39 | 55 | E.g. |
40 | 56 | THEORY |
@@ -63,7 +79,7 @@ How to Write Input-files: | ||
63 | 79 | diis_start_error 0.01 |
64 | 80 | diis_end_error 0.00000001 |
65 | 81 | SCF_END |
66 | - | |
82 | + | |
67 | 83 | |
68 | 84 | CIS: |
69 | 85 | Write CIS-directive. |
@@ -137,6 +153,12 @@ How to Write Input-files: | ||
137 | 153 | "dt" should be set in femto-second. |
138 | 154 | Default value of "dt" is 0.1[fs]. |
139 | 155 | |
156 | + E.g. | |
157 | + MD | |
158 | + total_steps 50 | |
159 | + electronic_state 0 | |
160 | + dt 0.05 | |
161 | + MD_END | |
140 | 162 | |
141 | 163 | Principal Axes (Diagonalizing the inertia tensor): |
142 | 164 | Write "principal_axes" in theory-directive. |
@@ -16,11 +16,17 @@ | ||
16 | 16 | [BZ_1979] A. D. Bacon and M. C. Zerner, Theort. Chim. Acta (Berl.) 53, 21 (1979) |
17 | 17 | [P_1980] P. Pulay, Chem. Phys. Lett. 73, 393 (1980) |
18 | 18 | [HKLWNZ_1982] Z. S. Herman, R. F. Kirachner, G. H. Loew, U. T. M.-WesterHoff, A. Nazzal, and M. C. Zerner, Inorg. Chem., 21, 46 (1982) |
19 | +[DZHS_1985] M. J. S. Dewar, E. G. Zoebisch, E. F. Healy, and J. J. P. Stewart, J. Am. Chem. Soc. 107, 3902 (1985) | |
19 | 20 | [DR_1986] M. J. S. Dewar and C. H. Reynolds, J. Comp. Chem. 7, 140 (1986) |
20 | 21 | [AEZ_1986] W. P. Anderson, W. D. Edwards, and M. C. Zerner, Inorg. Chem. 25, 2728 (1986) |
21 | 22 | [BFB_1997] M. A. Blanco, M. Fl{\'o}rez, and M. Bermejo, J. Mol. Struct. 419, 19 (1997) |
22 | -[I_1998] IWANAMI-SHOTEN "IWANAMI RIKAGAKUJITEN", ISBN4-00-080090-6 (1988) | |
23 | +[S_1989] J. J. P. Stewart, J. Comp. Chem. 10, 209 (1989) | |
24 | +[S_1989-2] J. J. P. Stewart, J. Comp. Chem. 10, 221 (1989) | |
25 | +[DY_1990] M. J. S. Dewar and Y.-C. Yuan, Inorg. Chem. 29, 3881 (1990) | |
26 | +[S_1991] J. J. P. Stewart, J. Comp. Chem. 12, 320 (1991) | |
23 | 27 | [MOPAC_1990] J. J. P. Stewart, J. Computer-Aided Molecular Design 4, 1 (1990) |
24 | - | |
28 | +[I_1998] IWANAMI-SHOTEN "IWANAMI RIKAGAKUJITEN", ISBN4-00-080090-6 (1988) | |
29 | +[S_2004] J. J. P. Stewart, J. Mol. Model. 10, 155 (2004) | |
30 | +[S_2007] J. J. P. Stewart, J. Mol. Model. 13, 1173 (2007) | |
25 | 31 | |
26 | 32 |