Implementation of Actinides.#48
Conversation
|
Thanks for sharing. Looks good to me. |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #48 +/- ##
==========================================
- Coverage 50.15% 48.63% -1.53%
==========================================
Files 34 34
Lines 3776 3707 -69
Branches 1601 1518 -83
==========================================
- Hits 1894 1803 -91
- Misses 1206 1207 +1
- Partials 676 697 +21 ☔ View full report in Codecov by Sentry. |
…: Statement too long".
|
Potentially fixed the weird build check error of build (ubuntu-20.04, meson, debug, intel, 2021.2.0) by shortening the lines in the reference file. |
|
The build (ubuntu-20.04, meson, debug, intel, 2021.2.0) still fails, even after lines were truncated. I am clueless as to why this is happening. Does anyone else have any insights into the possible reasons for this occurrence? |
|
Can't say why the Intel build is failing, there have been issues with the array constructors and number of continuation lines before. It would be mandatory to fix those issues before merging this patch. |
|
Fixed the issue @awvwgk. |
Description
Added actinides support to the Fortran version, following the Torch autodiff DFT-D3 implementation by FreeSoulIG.
Changes Made
Crosschecked and validated results from both implementations to ensure accuracy. The test suite successfully completed without any errors.