Skip to content

Commit bd99c62

Browse files
committed
fix a UT format
1 parent 60d9720 commit bd99c62

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

source/source_lcao/module_deepks/test/deepks_test_prep.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,11 +187,12 @@ void test_deepks<T>::setup_cell()
187187
const int dfthalf_type = 0;
188188
const std::string pseudo_dir = "";
189189
const int nspin = this->nspin;
190+
const int symmetry = 0;
190191

191192
ucell.setup_cell("STRU", GlobalV::ofs_running, symmetry_prec, dfthalf_type, pseudo_dir, nspin,
192193
basis_type, orbital_dir, init_wfc,
193194
onsite_radius, deepks_setorb, rpa,
194-
fixed_atoms, noncolin, calculation, esolver_type, 0);
195+
fixed_atoms, noncolin, calculation, esolver_type, symmetry);
195196

196197
const std::string global_out_dir = "./";
197198
const bool out_element_info = this->out_element_info;

0 commit comments

Comments
 (0)