theochem / grid

Python library for numerical integration, interpolation, and differentiation on (molecular) grids.
https://grid.qcdevs.org/
GNU Lesser General Public License v3.0
46 stars 19 forks source link

Hirshfeld weights #108

Closed FarnazH closed 4 years ago

FarnazH commented 4 years ago

This is the first draft of the Hirshfeld weight implementation.

codecov[bot] commented 4 years ago

Codecov Report

Merging #108 into master will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #108   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           13        14    +1     
  Lines         1360      1388   +28     
=========================================
+ Hits          1360      1388   +28     
Impacted Files Coverage Δ
src/grid/hirshfeld.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update ae0c29b...95d3dac. Read the comment docs.

FarnazH commented 4 years ago

@tczorro, black complains about src/grid/atomgrid.py file, but I haven't touched that in this PR. I am a bit confused.

tczorro commented 4 years ago

It's fine, just trivial style stuff, I will fix that later.