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

BUG: Remove MO padding when the requested MO range is larger than the number of available MOs #292

Merged
merged 1 commit into from
Apr 5, 2022

Conversation

BvB93
Copy link
Collaborator

@BvB93 BvB93 commented Apr 5, 2022

The returned eigenvalues- & eigenvector-arrays were previously padded with uninitialized values whenever the requested range was larger than the number of available MOs (something which CP2K itself is perfectly fine with). This padding will now be removed in addition to issuing a warning.

@codecov
Copy link

codecov bot commented Apr 5, 2022

Codecov Report

Merging #292 (2614422) into master (98437c4) will increase coverage by 0.01%.
The diff coverage is 72.72%.

@@            Coverage Diff             @@
##           master     #292      +/-   ##
==========================================
+ Coverage   81.53%   81.54%   +0.01%     
==========================================
  Files          42       42              
  Lines        2258     2265       +7     
  Branches      377      379       +2     
==========================================
+ Hits         1841     1847       +6     
- Misses        317      318       +1     
  Partials      100      100              
Impacted Files Coverage Δ
src/qmflows/parsers/cp2KParser.py 72.14% <70.00%> (+0.22%) ⬆️
src/qmflows/warnings_qmflows.py 100.00% <100.00%> (ø)

📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more

@BvB93 BvB93 merged commit ba532c9 into master Apr 5, 2022
@BvB93 BvB93 deleted the orb branch April 5, 2022 15:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant