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

Automatic differentiation for primitives #311

Merged
merged 38 commits into from
Dec 6, 2023
Merged
Show file tree
Hide file tree
Changes from 20 commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
a25db2e
initial commit autodiff
shoubhikraj Nov 16, 2023
1bbb7e4
second commit autodiff
shoubhikraj Nov 16, 2023
00966af
third commit autodiff
shoubhikraj Nov 16, 2023
b5a602f
autodiff update
shoubhikraj Nov 16, 2023
850c229
autodiff update
shoubhikraj Nov 16, 2023
60ebc13
doc update
shoubhikraj Nov 20, 2023
5748900
autodiff update
shoubhikraj Nov 20, 2023
d8bbd36
test update
shoubhikraj Nov 20, 2023
a76f310
type checking and B matrix
shoubhikraj Nov 23, 2023
3b9d3b2
fix some tests
shoubhikraj Nov 23, 2023
2fef780
fix some tests
shoubhikraj Nov 23, 2023
78214a7
add tests
shoubhikraj Nov 24, 2023
da883e3
fix test
shoubhikraj Nov 24, 2023
74b3419
fix tests 2
shoubhikraj Nov 24, 2023
b282539
fix tests 2
shoubhikraj Nov 24, 2023
946d486
doc update
shoubhikraj Nov 24, 2023
19f8147
add test
shoubhikraj Nov 25, 2023
eb8da4c
minor refactor autodiff
shoubhikraj Nov 25, 2023
a2e9761
add more tests
shoubhikraj Nov 25, 2023
35d5e4d
remove legacy derivatives and add test
shoubhikraj Nov 25, 2023
396bdc8
pr suggestions 1
shoubhikraj Nov 27, 2023
a9eeb52
Use enum for derivative order
shoubhikraj Nov 27, 2023
07e671f
fix tests
shoubhikraj Nov 29, 2023
6a77877
doc update and use lambda func
shoubhikraj Nov 29, 2023
b4bd9eb
differentiable vector class
shoubhikraj Nov 29, 2023
15b0f6d
doc update
shoubhikraj Nov 30, 2023
4186393
doc update
shoubhikraj Nov 30, 2023
331b6cc
coverage update
shoubhikraj Dec 1, 2023
e78b2b8
coverage update
shoubhikraj Dec 1, 2023
1f831c1
doc update
shoubhikraj Dec 2, 2023
10c563c
test update
shoubhikraj Dec 2, 2023
ffaf5b6
add more tests
shoubhikraj Dec 2, 2023
c0024b8
Merge remote-tracking branch 'upstream/v1.4.2' into autodiff-add
shoubhikraj Dec 5, 2023
b2dcc80
update changelog
shoubhikraj Dec 5, 2023
31d3d29
update changelog
shoubhikraj Dec 5, 2023
304d46e
make autodiff private module
shoubhikraj Dec 5, 2023
aa92380
bug fix dihedral
shoubhikraj Dec 5, 2023
61f93f0
bug fix dihedral
shoubhikraj Dec 5, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading