-
Notifications
You must be signed in to change notification settings - Fork 4
Resolution of identity #3
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
Merged
Merged
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
3024346
Added Resolution of Identity and Fixed some Spinintegration bugs
104923e
Changed gitignore to include build folder
1933098
Removed build folder
6ec9492
Updated gitignore for distribution
9cb3ace
Changed CI to work for every branch
966efaf
Updated __init__ to include RI
020590e
Included MP3 GS energy as test data
deeb57c
Rewrote RI implementation in greater similarity to ERI expansion. Res…
92bdee0
Change RI index name to aux and fixed a type checking bug where int !…
4df0ebb
Also changed the name of the RI index in the test cases so they dont …
3e74b55
Renamed RI factorisation method and amended docstrings
ee96f9b
Added input validation in object_container.expand_coulomb_ri
0cde618
Fixed Docstrings, miscellaneous bugs, added more spatial orb test data
180da52
Homogenised is_Integer calls and test method names
f17d5be
Fixed KroneckerDeltas and missing aux renaming
8e5ae9a
Fixed Kronecker delta evaluation
6409596
Update handling of Kronecker deltas
LinusBDittmer 2772e52
Fixed mistakes caused by autocommit
22e2c19
Merged changes from tensor assumption rework
981b9fb
Updated tests to new assumptions format
f242c96
Fixed additional test bugs
8ad40d8
Fixed bug with the handling of RI expressions in exponential ObjectCo…
e8e0446
Changes in the expand_intermediates function
deb632f
Stricter typechecking
afdb3d2
update expand_coulomb_ri and expand_intermediates for negative expone…
jonasleitner d909236
Updated RI
a795036
Fixed Contraction Size Calculation
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,6 @@ | ||
| __pycache__/ | ||
| .pytest_cache/ | ||
| .DS_STORE | ||
| .vscode | ||
| *.egg-info | ||
| *.egg-info | ||
| build/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,6 +2,7 @@ | |
| "sizes": { | ||
| "core": 5, | ||
| "occ": 20, | ||
| "virt": 200 | ||
| "virt": 200, | ||
| "aux": 250 | ||
| } | ||
| } | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.