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

Callback solver #161

Merged
merged 14 commits into from
Mar 30, 2024
Merged

Callback solver #161

merged 14 commits into from
Mar 30, 2024

Conversation

basilib
Copy link
Contributor

@basilib basilib commented Mar 29, 2024

Allows the use of a user defined solver by passing a function to an embedding object. This allows the use of vayesta's post-solver functionality without writing a new solver class.

Copy link

codecov bot commented Mar 29, 2024

Codecov Report

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

Project coverage is 0.00%. Comparing base (2ff12e4) to head (755ea05).

Files Patch % Lines
vayesta/core/types/wf/rdm.py 0.00% 69 Missing ⚠️
vayesta/solver/callback.py 0.00% 40 Missing ⚠️
vayesta/ewf/fragment.py 0.00% 10 Missing ⚠️
vayesta/ewf/ewf.py 0.00% 4 Missing ⚠️
vayesta/solver/__init__.py 0.00% 3 Missing ⚠️
vayesta/core/qemb/fragment.py 0.00% 1 Missing ⚠️
vayesta/core/types/wf/__init__.py 0.00% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##           master    #161    +/-   ##
=======================================
  Coverage    0.00%   0.00%            
=======================================
  Files         154     156     +2     
  Lines       20672   20796   +124     
=======================================
- Misses      20672   20796   +124     

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

@basilib basilib merged commit fe6459f into master Mar 30, 2024
6 checks passed
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.

1 participant