Skip to content

Commit 5a7a30a

Browse files
authored
fix the search radius in L calculator (#6705)
1 parent 1c2a933 commit 5a7a30a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/source_io/ctrl_scf_lcao.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ void ModuleIO::ctrl_scf_lcao(UnitCell& ucell,
278278
ModuleIO::AngularMomentumCalculator mylcalculator(
279279
inp.orbital_dir,
280280
ucell,
281-
inp.search_radius,
281+
orb.get_rcutmax_Phi(),
282282
inp.test_deconstructor,
283283
inp.test_grid,
284284
inp.test_atom_input,

0 commit comments

Comments
 (0)