We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a1dcbb commit adf9ca8Copy full SHA for adf9ca8
source/module_lr/lr_spectrum.h
@@ -77,7 +77,7 @@ namespace LR
77
const Parallel_Orbitals& pmat;
78
typename TGint<T>::type* gint = nullptr;
79
const ModulePW::PW_Basis& rho_basis;
80
- Grid_Driver& gd_;
+ const Grid_Driver& gd_;
81
const UnitCell& ucell;
82
const std::vector<double>& orb_cutoff_;
83
const TwoCenterBundle& two_center_bundle_;
source/module_lr/lr_spectrum_velocity.cpp
@@ -8,7 +8,7 @@ namespace LR
8
{
9
/// get the velocity matrix v(R)
10
inline TD_current get_velocity_matrix_R(const UnitCell& ucell,
11
- Grid_Driver& gd,
+ const Grid_Driver& gd,
12
const Parallel_Orbitals& pmat,
13
const TwoCenterBundle& two_center_bundle)
14
0 commit comments