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 b902d17 commit 4f92fb9Copy full SHA for 4f92fb9
source/module_io/read_input_item_system.cpp
@@ -816,7 +816,7 @@ void ReadInput::item_system()
816
{
817
ModuleBase::WARNING_QUIT(
818
"ReadInput",
819
- "Single precision is not supported for lcao basis,\nPlease use double precision for lcao basis.\n");
+ "Single precision is not supported for NAO basis,\nPlease use double precision for NAO basis.\n");
820
}
821
// cpu single precision is not supported while float_fftw lib is not available
822
if (para.inp.device == "cpu" && para.inp.precision == "single")
0 commit comments