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

Add support for PySCF #156

Merged
merged 1 commit into from
May 1, 2022
Merged

Add support for PySCF #156

merged 1 commit into from
May 1, 2022

Conversation

awvwgk
Copy link
Member

@awvwgk awvwgk commented May 1, 2022

@awvwgk awvwgk added the Python Affects the Python side of this project label May 1, 2022
@codecov
Copy link

codecov bot commented May 1, 2022

Codecov Report

Merging #156 (56f989b) into main (7eae7fb) will increase coverage by 1.08%.
The diff coverage is 88.23%.

@@            Coverage Diff             @@
##             main     #156      +/-   ##
==========================================
+ Coverage   59.04%   60.12%   +1.08%     
==========================================
  Files          42       44       +2     
  Lines        3013     3130     +117     
  Branches     1019     1019              
==========================================
+ Hits         1779     1882     +103     
- Misses        653      667      +14     
  Partials      581      581              
Impacted Files Coverage Δ
python/dftd4/pyscf.py 86.04% <86.04%> (ø)
python/dftd4/test_pyscf.py 93.54% <93.54%> (ø)
python/dftd4/interface.py 96.87% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7eae7fb...56f989b. Read the comment docs.

@lgtm-com
Copy link

lgtm-com bot commented May 1, 2022

This pull request introduces 1 alert when merging b48fdf9 into 7eae7fb - view on LGTM.com

new alerts:

  • 1 for Unused import

@awvwgk awvwgk force-pushed the pyscf branch 3 times, most recently from 35bc104 to 29ec52a Compare May 1, 2022 11:07
@awvwgk awvwgk marked this pull request as ready for review May 1, 2022 11:14
@awvwgk awvwgk merged commit 5deac3d into dftd4:main May 1, 2022
@awvwgk awvwgk deleted the pyscf branch May 1, 2022 11:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Python Affects the Python side of this project
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Provide native support for pyscf
1 participant