Skip to content

Commit ae3ee80

Browse files
committed
comment out autoset magmom (only for test)
1 parent 52647d2 commit ae3ee80

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/source_cell/read_atoms.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ bool unitcell::read_atom_positions(UnitCell& ucell,
107107
} // end for ntype
108108

109109
// Auto-set magnetization if needed
110-
unitcell::autoset_magnetization(ucell, nspin, ofs_running);
110+
// unitcell::autoset_magnetization(ucell, nspin, ofs_running);
111111
} // end scan_begin
112112

113113
// Final validation and output

0 commit comments

Comments
 (0)