Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] main from dftbplus:main #281

Merged
merged 132 commits into from
May 15, 2024
Merged

[pull] main from dftbplus:main #281

merged 132 commits into from
May 15, 2024

Conversation

pull[bot]
Copy link

@pull pull bot commented Feb 15, 2024

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

@pull pull bot added the ⤵️ pull label Feb 15, 2024
Copy link

codecov bot commented Feb 15, 2024

Codecov Report

Attention: Patch coverage is 86.44279% with 109 lines in your changes are missing coverage. Please review.

Project coverage is 70.84%. Comparing base (7530d37) to head (64751ff).

❗ Current head 64751ff differs from pull request most recent head 1ab3e50. Consider uploading reports for the commit 1ab3e50 to get more accurate results

Files Patch % Lines
src/dftbp/dftbplus/initprogram.F90 76.40% 21 Missing ⚠️
src/dftbp/dftb/hybridxc.F90 94.31% 15 Missing ⚠️
src/dftbp/dftbplus/main.F90 88.59% 13 Missing ⚠️
src/dftbp/dftb/densitymatrix.F90 20.00% 12 Missing ⚠️
app/phonons/initphonons.F90 36.36% 7 Missing ⚠️
src/dftbp/dftb/sccinit.F90 80.00% 7 Missing ⚠️
src/dftbp/io/formatout.F90 56.25% 7 Missing ⚠️
src/dftbp/dftbplus/parser.F90 75.00% 6 Missing ⚠️
src/dftbp/mixer/mixer.F90 83.33% 5 Missing ⚠️
src/dftbp/type/oldskdata.F90 87.87% 4 Missing ⚠️
... and 9 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #281      +/-   ##
==========================================
+ Coverage   70.64%   70.84%   +0.19%     
==========================================
  Files         231      231              
  Lines       43917    44186     +269     
==========================================
+ Hits        31027    31303     +276     
+ Misses      12890    12883       -7     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

bhourahine and others added 29 commits April 13, 2024 23:05
Original version has worst case O(N^2) performance when all elements
are unique, but not clear if that matters. This one has O(N ln N) from
the sort, but uses same memory as original.
Change counting function to single pass
Remove extraneous call and amalgamate loops
* Fix file name and extend keyword description

* Apply suggestions from code review

---------

Co-authored-by: Ben Hourahine <[email protected]>
Remove incorrect stress references
Remove free energy for Delta-DFTB for present
Remove unused old energy eval routine
Also fix comment for complex with k-points
Simplify real hybrid energy evaluation
Fix GitHub CI-related issues
- This error occurs from commit 2551dc7

Also include energy of an averaged state to results.tag
Fix wrong printing for SA-REKS energy
* Add consistent finders for arpack and parpack

* Drop installation step with Intel in CI to (hopefully) prevent lockup in GitHub CI
@pull pull bot merged commit 1ab3e50 into awvwgk:main May 15, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants