Skip to content

Commit 4f92fb9

Browse files
committed
modify basis name
1 parent b902d17 commit 4f92fb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/module_io/read_input_item_system.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -816,7 +816,7 @@ void ReadInput::item_system()
816816
{
817817
ModuleBase::WARNING_QUIT(
818818
"ReadInput",
819-
"Single precision is not supported for lcao basis,\nPlease use double precision for lcao basis.\n");
819+
"Single precision is not supported for NAO basis,\nPlease use double precision for NAO basis.\n");
820820
}
821821
// cpu single precision is not supported while float_fftw lib is not available
822822
if (para.inp.device == "cpu" && para.inp.precision == "single")

0 commit comments

Comments
 (0)