Skip to content

Commit e4f50ae

Browse files
committed
small modification
1 parent 169da63 commit e4f50ae

File tree

12 files changed

+0
-24
lines changed

12 files changed

+0
-24
lines changed

source/module_hamilt_lcao/module_gint/temp_gint/gint_rho.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,7 @@ class Gint_rho : public Gint
3232
// output
3333
double **rho_;
3434

35-
//========================
3635
// Intermediate variables
37-
//========================
3836
std::vector<HContainer<double>> dm_gint_vec_;
3937
};
4038

source/module_hamilt_lcao/module_gint/temp_gint/gint_rho_gpu.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,7 @@ class Gint_rho_gpu: public Gint
3737
// output
3838
double **rho_;
3939

40-
//========================
4140
// Intermediate variables
42-
//========================
4341
std::vector<HContainer<double>> dm_gint_vec_;
4442

4543
std::vector<CudaMemWrapper<double>> dm_gint_d_vec_;

source/module_hamilt_lcao/module_gint/temp_gint/gint_tau.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,7 @@ class Gint_tau : public Gint
3131
// output
3232
double **kin_;
3333

34-
//========================
3534
// Intermediate variables
36-
//========================
3735
std::vector<HContainer<double>> dm_gint_vec_;
3836
};
3937

source/module_hamilt_lcao/module_gint/temp_gint/gint_tau_gpu.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,7 @@ class Gint_tau_gpu : public Gint
3737
// output
3838
double **kin_;
3939

40-
//========================
4140
// Intermediate variables
42-
//========================
4341
std::vector<HContainer<double>> dm_gint_vec_;
4442

4543
std::vector<CudaMemWrapper<double>> dm_gint_d_vec_;

source/module_hamilt_lcao/module_gint/temp_gint/gint_vl.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,7 @@ class Gint_vl : public Gint
3333
// output
3434
HContainer<double>* hR_;
3535

36-
//========================
3736
// Intermediate variables
38-
//========================
3937
double dr3_;
4038

4139
HContainer<double> hr_gint_;

source/module_hamilt_lcao/module_gint/temp_gint/gint_vl_gpu.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,7 @@ class Gint_vl_gpu : public Gint
3737
// output
3838
HContainer<double>* hR_;
3939

40-
//========================
4140
// Intermediate variables
42-
//========================
4341
double dr3_;
4442

4543
HContainer<double> hr_gint_;

source/module_hamilt_lcao/module_gint/temp_gint/gint_vl_metagga.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,7 @@ class Gint_vl_metagga : public Gint
3535
// output
3636
HContainer<double>* hR_;
3737

38-
//========================
3938
// Intermediate variables
40-
//========================
4139
double dr3_;
4240

4341
HContainer<double> hr_gint_;

source/module_hamilt_lcao/module_gint/temp_gint/gint_vl_metagga_gpu.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,7 @@ class Gint_vl_metagga_gpu : public Gint
4040
// output
4141
HContainer<double>* hR_;
4242

43-
//========================
4443
// Intermediate variables
45-
//========================
4644
double dr3_;
4745

4846
HContainer<double> hr_gint_;

source/module_hamilt_lcao/module_gint/temp_gint/gint_vl_metagga_nspin4.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,7 @@ class Gint_vl_metagga_nspin4 : public Gint
3131
// output
3232
HContainer<std::complex<double>>* hR_;
3333

34-
//========================
3534
// Intermediate variables
36-
//========================
3735
const double dr3_;
3836

3937
const int nspin_ = 4;

source/module_hamilt_lcao/module_gint/temp_gint/gint_vl_metagga_nspin4_gpu.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,7 @@ class Gint_vl_metagga_nspin4_gpu : public Gint
3636
// output
3737
HContainer<std::complex<double>>* hR_;
3838

39-
//========================
4039
// Intermediate variables
41-
//========================
4240
const double dr3_;
4341

4442
const int nspin_ = 4;

0 commit comments

Comments
 (0)