HΦ  3.2.0
ProgressMessage.c
Go to the documentation of this file.
1 /* HPhi - Quantum Lattice Model Simulator */
2 /* Copyright (C) 2015 The University of Tokyo */
3 
4 /* This program is free software: you can redistribute it and/or modify */
5 /* it under the terms of the GNU General Public License as published by */
6 /* the Free Software Foundation, either version 3 of the License, or */
7 /* (at your option) any later version. */
8 
9 /* This program is distributed in the hope that it will be useful, */
10 /* but WITHOUT ANY WARRANTY; without even the implied warranty of */
11 /* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the */
12 /* GNU General Public License for more details. */
13 
14 /* You should have received a copy of the GNU General Public License */
15 /* along with this program. If not, see <http://www.gnu.org/licenses/>. */
16 
25 #include "ProgressMessage.h"
26 const char* cProFinishDefFiles ="\n###### Definition files are correct. ######\n\n";
27 const char* cProFinishDefCheck ="\n###### Indices and Parameters of Definition files(*.def) are complete. ######\n\n";
28 const char* cProFinishAlloc ="\n###### LARGE ALLOCATE FINISH ! ######\n\n";
29 const char* cProStartCalcSz = " Start: Calculate HilbertNum for fixed Sz. \n";
30 const char* cProEndCalcSz = " End : Calculate HilbertNum for fixed Sz. \n\n";
31 const char* cProStartOutputList = " Start: output list. \n";
32 const char* cProEndOutputList = " End : output list. \n";
33 const char* cProStartCalcDiag = " Start: Calculate diagaonal components of Hamiltonian. \n";
34 const char* cProEndCalcDiag = " End : Calculate diagaonal components of Hamiltonian. \n\n";
35 
36 const char* cLogLanczos_EigenValueStart="###### Start: Calculate Lanczos Eigenvalue. ######\n\n";
37 const char* cLogLanczos_EigenValueEnd="\n###### End : Calculate Lanczos EigenValue. ######\n\n";
38 const char* cLogLanczos_EigenVecStart="###### Start: Calculate Lanczos Eigenvec. ######\n\n";
39 const char* cLogLanczos_EigenVecEnd="\n###### End : Calculate Lanczos EigenVec. ######\n\n";
40 
41 
42 const char* cLogTPQ_Start="###### Start: TPQCalculation. ######\n\n";
43 const char* cLogTPQ_End="###### End : TPQCalculation. ######\n\n";
44 
45 
46 const char* cLogFullDiag_SetHam_Start="###### Start: Setting Hamiltonian. ######\n\n";
47 const char* cLogFullDiag_SetHam_End="###### End : Setting Hamiltonian. ######\n\n";
48 
49 const char* cLogFullDiag_InputHam_Start="###### Start: Input Hamiltonian. ######\n\n";
50 const char* cLogFullDiag_InputHam_End="###### End : Input Hamiltonian. ######\n\n";
51 
52 
53 const char* cLogFullDiag_OutputHam_Start="###### Start: Output Hamiltonian. ######\n\n";
54 const char* cLogFullDiag_OutputHam_End="###### End : Output Hamiltonian. ######\n\n";
55 
56 
57 const char* cLogFullDiag_Start="###### Start: Diagonalization. ######\n\n";
58 const char* cLogFullDiag_End="###### End : Diagonalization. ######\n\n";
59 
60 const char* cLogFullDiag_ExpecValue_Start="###### Start: Calc Expected value. ######\n\n";
61 const char* cLogFullDiag_ExpecValue_End="###### End : Calc Expected value. ######\n\n";
62 const char* cLogFinish ="###### Finish Calculation. ######\n";
63 
64 const char* cLogTEM_Start="###### Start: TimeEvolution by Taylor Expansion. ######\n\n";
65 const char* cLogTEM_End="###### End : TimeEvolution by Taylor Expansion. ######\n\n";
66 
const char * cProStartCalcSz
const char * cLogFullDiag_Start
const char * cLogLanczos_EigenVecEnd
const char * cProStartOutputList
const char * cLogFullDiag_ExpecValue_Start
const char * cLogFullDiag_SetHam_Start
const char * cProStartCalcDiag
const char * cLogFullDiag_SetHam_End
const char * cLogFullDiag_End
const char * cLogFullDiag_ExpecValue_End
const char * cProEndOutputList
const char * cLogFullDiag_InputHam_Start
const char * cProEndCalcDiag
const char * cLogLanczos_EigenVecStart
const char * cLogTPQ_Start
const char * cLogLanczos_EigenValueStart
const char * cLogLanczos_EigenValueEnd
const char * cLogFullDiag_OutputHam_End
const char * cProFinishAlloc
const char * cLogTEM_Start
const char * cLogFinish
const char * cProFinishDefCheck
const char * cLogTPQ_End
const char * cProEndCalcSz
const char * cProFinishDefFiles
const char * cLogFullDiag_OutputHam_Start
const char * cLogFullDiag_InputHam_End
const char * cLogTEM_End