FermiQC / Fermi.jl

Fermi quantum chemistry program
MIT License
134 stars 24 forks source link

Major refactorization: AO Integrals moved into GaussianBasis.jl #114

Closed gustavojra closed 2 years ago

gustavojra commented 2 years ago
codecov[bot] commented 2 years ago

Codecov Report

Merging #114 (b6aba5f) into master (80500ab) will increase coverage by 7.30%. The diff coverage is 67.34%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #114      +/-   ##
==========================================
+ Coverage   63.73%   71.03%   +7.30%     
==========================================
  Files          41       40       -1     
  Lines        3323     2828     -495     
==========================================
- Hits         2118     2009     -109     
+ Misses       1205      819     -386     
Impacted Files Coverage Δ
src/Backend/Arrays.jl 95.60% <ø> (+8.86%) :arrow_up:
src/Core/Options.jl 100.00% <ø> (ø)
src/Core/Output.jl 100.00% <ø> (ø)
...Methods/CoupledCluster/PerturbativeTriples/ijk2.jl 0.00% <0.00%> (ø)
src/Methods/HartreeFock/HartreeFock.jl 100.00% <ø> (+8.69%) :arrow_up:
src/Methods/HartreeFock/RHF/Gradients/RHFgrad.jl 0.00% <0.00%> (ø)
src/Methods/MollerPlesset/MollerPlesset.jl 100.00% <ø> (ø)
src/Methods/MollerPlesset/RMP2/RMP2b.jl 0.00% <0.00%> (ø)
src/Tools/FiniteDifferences.jl 0.00% <0.00%> (ø)
src/Tools/OrbitalLocalization.jl 0.00% <0.00%> (ø)
... and 34 more

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 80500ab...b6aba5f. Read the comment docs.

gustavojra commented 2 years ago

Coverage needs to be increased before I merge this.