tjjarvinen / HKQM.jl

MIT License
7 stars 1 forks source link

Add approximate nuclear potential #81

Closed tjjarvinen closed 2 years ago

tjjarvinen commented 2 years ago

This adds Harrison's approximate nuclear potential

For ref see J. Chem. Phys. 121, 11587 (2004)

This is related to #58

codecov[bot] commented 2 years ago

Codecov Report

Merging #81 (cd94eea) into master (6f0e49d) will increase coverage by 0.53%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master      #81      +/-   ##
==========================================
+ Coverage   59.44%   59.98%   +0.53%     
==========================================
  Files          10       10              
  Lines        1381     1397      +16     
==========================================
+ Hits          821      838      +17     
+ Misses        560      559       -1     
Impacted Files Coverage Δ
src/nuclearpotential.jl 51.09% <100.00%> (+2.54%) :arrow_up:
src/operators.jl 41.17% <100.00%> (+1.71%) :arrow_up:

:mega: Codecov can now indicate which changes are the most critical in Pull Requests. Learn more