Closed cjcscott closed 1 year ago
Patch coverage: 87.50%
and project coverage change: +0.21%
:tada:
Comparison is base (
b63ac15
) 71.57% compared to head (f2c5b5b
) 71.78%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
I'd prefer to keep the pip install ebcc
dependency, I can release a minor version of ebcc
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
done, will be live once the CI runs through
Reverted and running, I think this is complete
This adds CC wavefunction objects which use
ebcc
as a backend, rather thanpyscf
, 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.