• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Aucun tag

Frequently used words (click to add to your profile)

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

Commit MetaInfo

Révision74100056523cd3574e8ca54cd6f3786c1afd7c0d (tree)
l'heure2011-07-02 14:50:13
AuteurMikiya Fujii <mikiya.fujii@gmai...>
CommiterMikiya Fujii

Message de Log

howto write inputs for CIS is added.

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

Change Summary

Modification

--- a/doc/README.txt
+++ b/doc/README.txt
@@ -20,8 +20,9 @@ How to Write Input-files:
2020
2121 SCF:
2222 Write "cndo/2", "indo", or "zindo/s" in theory-directive.
23+ For "zindo/s", CIS are also carried out (see also CIS).
2324
24- E.g.
25+ E.g.
2526 THEORY
2627 indo
2728 THEORY_END
@@ -49,6 +50,32 @@ How to Write Input-files:
4950 diis_end_error 0.00000001
5051 SCF_END
5152
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+
5279 Principal Axes (Diagonalizing the inertia tensor):
5380 Write "principal_axes" in theory-directive.
5481