Closed lisankim0321 closed 3 years ago
@lisankim0321 Could you go ahead and add your unit tests to test_van_hove.py
as well?
Could you also run black on your code:
conda install -c conda-forge black
black your_file.py
Made a couples changes:
atoms
to atom_pair
since you already named a variable atoms
.atom_pair
. The above check should handle this casepytest.mark.parametrize
allows you to added multiple test cases in a single test. Could you add another case so that all checks are covered by tests?I'm going to go ahead and mark this PR as ready for review.
Just fixed merge conflicts with master
@lisankim0321 When you have some time, could you look into why the results from compute_van_hove
and compute_partial_van_hove
don't exactly match up?
@JacobLumpkins could you also review this PR? Thanks!
Sums up partial vhf to calculate the total vhf