Merged
Conversation
awvwgk
reviewed
Jul 27, 2024
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #74 +/- ##
==========================================
+ Coverage 48.63% 50.36% +1.73%
==========================================
Files 34 24 -10
Lines 3707 2440 -1267
Branches 1518 987 -531
==========================================
- Hits 1803 1229 -574
+ Misses 1207 870 -337
+ Partials 697 341 -356 ☔ View full report in Codecov by Sentry. |
awvwgk
approved these changes
Jul 27, 2024
aizvorski
pushed a commit
to aizvorski/dftd4
that referenced
this pull request
Aug 6, 2024
marvinfriede
pushed a commit
to dftd4/dftd4
that referenced
this pull request
Aug 7, 2024
* fix periodic pyscf calculations; ported fix from dftd3/simple-dftd3#74 * add test for pbc --------- Co-authored-by: Alex Izvorski <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fix for #73
Checks if the
mol.lattice_vectors()method exists, rather than checking if the mol is an instance ofpyscf.pbc.gto.Cellspecifically