Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Preparing GaussianBasis for future AD uses #13

Merged
merged 11 commits into from
Jul 21, 2022
Merged

Conversation

hfmull
Copy link
Contributor

@hfmull hfmull commented Jul 21, 2022

These changes mostly deal with a few type declarations and preallocations so several of the functions are equipped to accept Dual data types when used with ForwardDiff.jl. Additionally, the functions defined in GaussianBasis which were used to work with the Dual numbers were removed so they can be later implemented with Fermi itself so the AD related functions can be more localized and easier to find. GaussianBasis no longer needs ForwardDiff as a dependency.

@codecov
Copy link

codecov bot commented Jul 21, 2022

Codecov Report

Merging #13 (f61a781) into main (6c216aa) will increase coverage by 0.28%.
The diff coverage is 90.00%.

@@            Coverage Diff             @@
##             main      #13      +/-   ##
==========================================
+ Coverage   80.86%   81.14%   +0.28%     
==========================================
  Files          16       16              
  Lines        1500     1496       -4     
==========================================
+ Hits         1213     1214       +1     
+ Misses        287      282       -5     
Impacted Files Coverage Δ
src/Integrals/TwoElectronFourCenter.jl 96.03% <83.33%> (+0.03%) ⬆️
src/Acsint.jl 97.60% <100.00%> (+1.64%) ⬆️
src/Integrals/OneElectron.jl 74.62% <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 6c216aa...f61a781. Read the comment docs.

@gustavojra
Copy link
Member

bold, i like it

src/Acsint.jl Show resolved Hide resolved
src/Acsint.jl Outdated Show resolved Hide resolved
@gustavojra gustavojra merged commit 0762a32 into FermiQC:main Jul 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants