Skip to content

Commit b1f144e

Browse files
committed
add change
1 parent 2d2a550 commit b1f144e

File tree

5 files changed

+5
-17
lines changed

5 files changed

+5
-17
lines changed

.gitignore

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,4 @@ __pycache__
2323
abacus.json
2424
*.npy
2525
toolchain/install/
26-
toolchain/abacus_env.sh
27-
*.sh
28-
*.pyc
29-
*.txt
30-
*.py
26+
toolchain/abacus_env.sh

source/module_basis/module_pw/pw_gatherscatter.h

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,7 @@ void PW_Basis::gatherp_scatters(std::complex<T>* in, std::complex<T>* out) const
9898
template <typename T>
9999
void PW_Basis::gathers_scatterp(std::complex<T>* in, std::complex<T>* out) const
100100
{
101-
ModuleBase::timer::tick(this->classname, "gathers_scatterp");
102-
101+
// ModuleBase::timer::tick(this->classname, "gathers_scatterp");
103102
if(this->poolnproc == 1) //In this case nrxx=fftnx*fftny*nz, nst = nstot,
104103
{
105104
#ifdef _OPENMP
@@ -183,7 +182,7 @@ void PW_Basis::gathers_scatterp(std::complex<T>* in, std::complex<T>* out) const
183182
}
184183
}
185184
#endif
186-
ModuleBase::timer::tick(this->classname, "gathers_scatterp");
185+
// ModuleBase::timer::tick(this->classname, "gathers_scatterp");
187186
return;
188187
}
189188

source/module_esolver/esolver_fp.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ ESolver_FP::~ESolver_FP()
3232
delete this->pw_rho;
3333
this->pw_rho_flag = false;
3434
}
35-
if ( PARAM.globalv.double_grid)
35+
if (PARAM.globalv.double_grid)
3636
{
3737
delete pw_rhod;
3838
}

source/module_hamilt_pw/hamilt_pwdft/test/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ remove_definitions(-D__DEEPKS)
22
remove_definitions(-D__CUDA)
33
remove_definitions(-D__ROCM)
44
remove_definitions(-D__EXX)
5-
remove_definitions(-DUSE_PAW)
65

76
AddTest(
87
TARGET pwdft_soc

tests/integrate/102_PW_CG/README

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1 @@
1-
This test for:
2-
*Si-diamond
3-
*just gamma point
4-
*old upf pseudopotential
5-
*smearing_method default
6-
*ks_solver cg
7-
*precison double
1+
This test is for silicon diamond structure using gamma point, smearing method,CG solver, double precision

0 commit comments

Comments
 (0)