リビジョン | 87da00b77cd2bf6d8a462bac6cbe35056105cd8a (tree) |
---|---|
日時 | 2010-11-28 11:23:12 |
作者 | Mikiya Fujii <mikiya.fujii@gmai...> |
コミッター | Mikiya Fujii |
Refferences for CNDO and INDO are specified.
git-svn-id: https://svn.sourceforge.jp/svnroot/molds/MolDS/trunk@8 1136aad2-a195-0410-b898-f5ea1d11b9d8
@@ -18,6 +18,10 @@ using namespace MolDS_base_atoms; | ||
18 | 18 | |
19 | 19 | namespace MolDS_cndo{ |
20 | 20 | |
21 | + | |
22 | +/*** | |
23 | + * Refferences for Cndo2 are [PB_1970], [PSS_1965], and [PS_1965]. | |
24 | + */ | |
21 | 25 | class Cndo2{ |
22 | 26 | private: |
23 | 27 | string messageEnergiesMOs; |
@@ -14,6 +14,9 @@ using namespace MolDS_base_atoms; | ||
14 | 14 | |
15 | 15 | namespace MolDS_indo{ |
16 | 16 | |
17 | +/*** | |
18 | + * Refferences for Indo are [PB_1970] and [PS_1966]. | |
19 | + */ | |
17 | 20 | class Indo : public MolDS_cndo::Cndo2{ |
18 | 21 | public: |
19 | 22 | Indo(); |