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 cfc2dee commit 4763683Copy full SHA for 4763683
source/source_lcao/module_deepks/test/LCAO_deepks_test.cpp
@@ -359,8 +359,8 @@ void test_deepks<T>::check_edelta(std::vector<torch::Tensor>& descriptor)
359
ofs.close();
360
this->compare_with_ref("E_delta.dat", "E_delta_ref.dat");
361
362
- DeePKS_domain::check_gedm(this->ld.inlmax, this->ld.inl2l, this->ld.gedm);
363
- this->compare_with_ref("gedm.dat", "gedm_ref.dat");
+ // DeePKS_domain::check_gedm(this->ld.inlmax, this->ld.inl2l, this->ld.gedm);
+ // this->compare_with_ref("gedm.dat", "gedm_ref.dat");
364
}
365
366
template <typename T>
0 commit comments