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 7536337 commit 8c49e86Copy full SHA for 8c49e86
source/module_hamilt_lcao/module_deepks/deepks_basic.cpp
@@ -67,6 +67,7 @@ void DeePKS_domain::load_model(const std::string& model_file, torch::jit::script
67
catch (const c10::Error& e)
68
{
69
std::cerr << "error loading the model" << std::endl;
70
+ ModuleBase::timer::tick("DeePKS_domain", "load_model");
71
return;
72
}
73
ModuleBase::timer::tick("DeePKS_domain", "load_model");
0 commit comments