Skip to content

Commit b8a89e0

Browse files
committed
merge the latest abacus
1 parent cd41a28 commit b8a89e0

File tree

2 files changed

+4
-37
lines changed

2 files changed

+4
-37
lines changed

abaInstall_HZWpara.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ rm -rf build
44
cmake -B build -DCMAKE_INSTALL_PREFIX=/public1/home/t6s000394/jghan/software/abacus-develop/rdmft-abacus/ -DCMAKE_CXX_COMPILER=icpx -DMPI_CXX_COMPILER=mpiicpc -DELPA_DIR=/public1/home/t6s000394/jghan/software/elpa-2021.11/ -DLibxc_DIR=/public1/home/t6s000394/jghan/software/libxc/ -DLIBRI_DIR=/public1/home/t6s000394/jghan/software/LibRI -DLIBCOMM_DIR=/public1/home/t6s000394/jghan/software/LibComm -DCEREAL_INCLUDE_DIR=/public1/home/t6s000394/jghan/software/cereal/cereal-1.3.2/include
55

66
#cmake --build build -j 52 2>job.err
7-
cmake --build build -j 92
7+
cmake --build build -j 52
88

99
cmake --install build

source/module_esolver/esolver_ks.h

Lines changed: 3 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -70,41 +70,9 @@ class ESolver_KS : public ESolver_FP
7070
// wavefunction coefficients
7171
psi::Psi<T>* psi = nullptr;
7272

73-
<<<<<<< HEAD
74-
protected:
75-
// Print inforamtion in each iter
76-
// G1 -3.435545e+03 0.000000e+00 3.607e-01 2.862e-01
77-
// for metaGGA
78-
// ITER ETOT(eV) EDIFF(eV) DRHO DKIN TIME(s)
79-
// G1 -3.435545e+03 0.000000e+00 3.607e-01 3.522e-01 2.862e-01
80-
void print_iter(
81-
const int iter,
82-
const double drho,
83-
const double dkin,
84-
const double duration,
85-
const double ethr);
86-
87-
//! Hamiltonian
88-
hamilt::Hamilt<T, Device>* p_hamilt = nullptr;
89-
90-
ModulePW::PW_Basis_K* pw_wfc = nullptr;
91-
92-
Charge_Mixing* p_chgmix = nullptr;
93-
94-
wavefunc wf;
95-
96-
// // TR need be std::complex<double> when NSPIN = 4
97-
// rdmft::RDMFT<T, double> rdmft_solver; // add by jghan for rdmft calculation
98-
99-
// wavefunction coefficients
100-
psi::Psi<T>* psi = nullptr;
101-
102-
protected:
103-
std::string basisname; // PW or LCAO
104-
double esolver_KS_ne = 0.0;
105-
};
106-
} // end of namespace
107-
=======
73+
// // TR need be std::complex<double> when NSPIN = 4
74+
// rdmft::RDMFT<T, double> rdmft_solver; // add by jghan for rdmft calculation
75+
10876
std::string basisname; // PW or LCAO
10977
double esolver_KS_ne = 0.0;
11078
bool oscillate_esolver = false; // whether esolver is oscillated
@@ -123,5 +91,4 @@ class ESolver_KS : public ESolver_FP
12391
int out_freq_elec; // frequency for output
12492
};
12593
} // namespace ModuleESolver
126-
>>>>>>> dcff74dbeb77d0763e7d84e7581f64157d9b736b
12794
#endif

0 commit comments

Comments
 (0)