• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Keine Tags

Frequently used words (click to add to your profile)

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

Commit MetaInfo

Revision310277e252d1452a7b6f5b229e3c915a7799e0a9 (tree)
Zeit2011-10-01 00:06:59
AutorMikiya Fujii <mikiya.fujii@gmai...>
CommiterMikiya Fujii

Log Message

Include files are arranged.

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

Ändern Zusammenfassung

Diff

--- a/src/MolDS.cpp
+++ b/src/MolDS.cpp
@@ -28,11 +28,12 @@
2828 #include"base/InputParser.h"
2929 #include"base/Parameters.h"
3030 #include"base/GTOExpansionSTO.h"
31+#include"base/RealSphericalHarmonicsIndex.h"
32+#include"mkl_wrapper/LapackWrapper.h"
3133 #include"cndo/Cndo2.h"
3234 #include"indo/Indo.h"
3335 #include"zindo/ZindoS.h"
3436 #include"md/Md.h"
35-#include"mkl_wrapper/LapackWrapper.h"
3637
3738
3839
--- a/src/cndo/Cndo2.h
+++ b/src/cndo/Cndo2.h
@@ -1,25 +1,12 @@
11 #ifndef INCLUDED_CNDO
22 #define INCLUDED_CNDO
33
4-#include<stdio.h>
5-#include<stdlib.h>
6-#include<math.h>
7-#include<iostream>
8-#include<sstream>
9-#include<vector>
10-#include"../base/Molecule.h"
11-#include"../base/atoms/Atom.h"
12-#include"../base/MathUtilities.h"
13-#include"../base/RealSphericalHarmonicsIndex.h"
14-#include"../mkl_wrapper/LapackWrapper.h"
15-
164 using namespace std;
175 using namespace MolDS_base;
186 using namespace MolDS_base_atoms;
197
208 namespace MolDS_cndo{
219
22-
2310 /***
2411 * Refferences for Cndo2 are [PB_1970], [PSS_1965], and [PS_1965].
2512 */
--- a/src/indo/Indo.h
+++ b/src/indo/Indo.h
@@ -1,13 +1,6 @@
11 #ifndef INCLUDED_INDO
22 #define INCLUDED_INDO
33
4-#include<stdio.h>
5-#include<stdlib.h>
6-#include<math.h>
7-#include<iostream>
8-#include<vector>
9-#include"../cndo/Cndo2.h"
10-
114 using namespace std;
125 using namespace MolDS_base;
136 using namespace MolDS_base_atoms;
--- a/src/input.in
+++ b/src/input.in
@@ -1,8 +1,8 @@
11 // example of the input file
22 THEORY
33 //cndo/2
4- indo
5- //zindo/s
4+ //indo
5+ zindo/s
66 //none
77 //principal_axes
88 //translate
@@ -19,7 +19,7 @@ SCF
1919 diis_end_error 0.00000002
2020 SCF_END
2121
22-//CIS
22+CIS
2323 // davidson yes
2424 // active_occ 100
2525 // active_vir 100
@@ -27,7 +27,7 @@ SCF_END
2727 // max_iter 200
2828 // max_dim 100
2929 // norm_tol 0.000001
30-//CIS_END
30+CIS_END
3131
3232 MD
3333 // total_steps 20
--- a/src/zindo/ZindoS.h
+++ b/src/zindo/ZindoS.h
@@ -1,13 +1,6 @@
11 #ifndef INCLUDED_ZINDOS
22 #define INCLUDED_ZINDOS
33
4-#include<stdio.h>
5-#include<stdlib.h>
6-#include<math.h>
7-#include<iostream>
8-#include<vector>
9-#include"../cndo/Cndo2.h"
10-
114 using namespace std;
125 using namespace MolDS_base;
136 using namespace MolDS_base_atoms;