• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revision2297b2dc0087ad5e8bae25b03c559717946ccc2f (tree)
Time2011-10-28 00:48:56
AuthorMikiya Fujii <mikiya.fujii@gmai...>
CommiterMikiya Fujii

Log Message

Documentations are maintained.

git-svn-id: https://svn.sourceforge.jp/svnroot/molds/MolDS/trunk@264 1136aad2-a195-0410-b898-f5ea1d11b9d8

Change Summary

Incremental Difference

--- a/doc/README.txt
+++ b/doc/README.txt
@@ -1,4 +1,4 @@
1-
1+==============================================================================
22 Compile:
33 for 32 bit
44 $icc MolDS.cpp -lmkl_intel -lmkl_intel_thread -lmkl_core -liomp5 -lpthread -O3
@@ -8,12 +8,14 @@ Compile:
88 $icc MolDS.cpp -lmkl_intel_lp64 -lmkl_intel_thread -lmkl_core -liomp5 -lpthread
99 $icc MolDS.cpp -lmkl_intel_lp64 -lmkl_intel_thread -lmkl_core -liomp5 -lpthread -O3 -openmp -openmp-report2
1010
11-
11+==============================================================================
1212 Carring Out:
1313 $./a.out < input.in
1414
15+==============================================================================
1516 Capabilities:
1617
18+ Electronic calculations:
1719 | HF | CIS | MD(gs) | MD(es) |
1820 ---------|-----|-----|--------|--------|
1921 CNDO2 | OK | -- | -- | -- |
@@ -22,11 +24,24 @@ Capabilities:
2224 ---------|-----|-----|--------|--------|
2325 ZINDO/S | OK | OK | OK | -- |
2426 ---------|-----|-----|--------|--------|
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 |
2632
2733 "OK", "Sch", and "--" mean available, shceduled, and non-scheduled methods, respectively.
2834 MD(gs) and MD(es) mean Molecular Dynamics on ground and excited states, respectively.
2935
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+==============================================================================
3045 How to Write Input-files:
3146
3247 Comment Out:
@@ -34,7 +49,8 @@ How to Write Input-files:
3449
3550
3651 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.
3854
3955 E.g.
4056 THEORY
@@ -63,7 +79,7 @@ How to Write Input-files:
6379 diis_start_error 0.01
6480 diis_end_error 0.00000001
6581 SCF_END
66-
82+
6783
6884 CIS:
6985 Write CIS-directive.
@@ -137,6 +153,12 @@ How to Write Input-files:
137153 "dt" should be set in femto-second.
138154 Default value of "dt" is 0.1[fs].
139155
156+ E.g.
157+ MD
158+ total_steps 50
159+ electronic_state 0
160+ dt 0.05
161+ MD_END
140162
141163 Principal Axes (Diagonalizing the inertia tensor):
142164 Write "principal_axes" in theory-directive.
--- a/doc/refferences.txt
+++ b/doc/refferences.txt
@@ -16,11 +16,17 @@
1616 [BZ_1979] A. D. Bacon and M. C. Zerner, Theort. Chim. Acta (Berl.) 53, 21 (1979)
1717 [P_1980] P. Pulay, Chem. Phys. Lett. 73, 393 (1980)
1818 [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)
1920 [DR_1986] M. J. S. Dewar and C. H. Reynolds, J. Comp. Chem. 7, 140 (1986)
2021 [AEZ_1986] W. P. Anderson, W. D. Edwards, and M. C. Zerner, Inorg. Chem. 25, 2728 (1986)
2122 [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)
2327 [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)
2531
2632