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

ebcc wavefunctions #126

Merged
merged 15 commits into from
Aug 18, 2023
Merged

ebcc wavefunctions #126

merged 15 commits into from
Aug 18, 2023

Conversation

cjcscott
Copy link
Contributor

This adds CC wavefunction objects which use ebcc as a backend, rather than pyscf, along with tests for this functionality. With this we'll have a bit more flexibility in our wavefunction specifications, as it's compatible with arbitrary CC ansatzes. This is a prerequisite to making more use of coupled electron-boson clusters.

I've also included a small tweak to the pyproject.toml which allows tests tagged veryslow to be run; previously our configuration was actually blocking running these tests, even when requested.

@codecov
Copy link

codecov bot commented Aug 16, 2023

Codecov Report

Patch coverage: 87.50% and project coverage change: +0.21% 🎉

Comparison is base (b63ac15) 71.57% compared to head (f2c5b5b) 71.78%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #126      +/-   ##
==========================================
+ Coverage   71.57%   71.78%   +0.21%     
==========================================
  Files         145      147       +2     
  Lines       19357    19555     +198     
  Branches     3111     3163      +52     
==========================================
+ Hits        13854    14038     +184     
- Misses       4738     4748      +10     
- Partials      765      769       +4     
Files Changed Coverage Δ
vayesta/core/qemb/qemb.py 72.99% <ø> (ø)
vayesta/ewf/ewf.py 63.86% <ø> (-0.11%) ⬇️
vayesta/solver/hamiltonian.py 88.38% <0.00%> (-0.17%) ⬇️
vayesta/core/types/wf/project.py 69.81% <57.14%> (-3.11%) ⬇️
vayesta/core/types/ebwf/ebcc.py 86.40% <86.40%> (ø)
vayesta/core/types/__init__.py 100.00% <100.00%> (ø)
vayesta/core/types/ebwf/__init__.py 100.00% <100.00%> (ø)
vayesta/core/types/ebwf/ebwf.py 100.00% <100.00%> (ø)
vayesta/edmet/fragment.py 65.05% <100.00%> (ø)
vayesta/solver/ebcc.py 73.17% <100.00%> (-2.83%) ⬇️
... and 1 more

... and 1 file with indirect coverage changes

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

@obackhouse
Copy link
Contributor

I'd prefer to keep the pip install ebcc dependency, I can release a minor version of ebcc

@cjcscott
Copy link
Contributor Author

That sounds good- I thought that might be the case, but wanted to verify that was the only cause of failures before bothering you with it

@obackhouse
Copy link
Contributor

done, will be live once the CI runs through

pyproject.toml Outdated Show resolved Hide resolved
@cjcscott
Copy link
Contributor Author

Reverted and running, I think this is complete

@cjcscott cjcscott merged commit 2f66248 into master Aug 18, 2023
7 checks passed
@cjcscott cjcscott deleted the ebcc_wavefunctions branch August 18, 2023 10:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants