-
Notifications
You must be signed in to change notification settings - Fork 8
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
Allow calculating the democratically parititoned energy when using MPI #166
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #166 +/- ##
======================================
Coverage 0.00% 0.00%
======================================
Files 156 156
Lines 20797 20807 +10
======================================
- Misses 20797 20807 +10 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to merge after this comment addressed.
@@ -1263,7 +1263,7 @@ def make_rdm1_demo(self, *args, **kwargs): | |||
def make_rdm2_demo(self, *args, **kwargs): | |||
return make_rdm2_demo_rhf(self, *args, **kwargs) | |||
|
|||
def get_dmet_elec_energy(self, part_cumulant=True, approx_cumulant=True): | |||
def get_dmet_elec_energy(self, part_cumulant=True, approx_cumulant=True, mpi_target=None): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Include description of mpi_target in the docstring.
No description provided.