-
Notifications
You must be signed in to change notification settings - Fork 109
Relativistic 2e integrals #399
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
Draft
kshitij-05
wants to merge
24
commits into
master
Choose a base branch
from
kshitij/feature/2e_rkb_ints
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from 3 commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
9e91fb7
Set-up preprocessor macro for defining RKB ERIs
kshitij-05 7941816
Can generate code for `(LL|SS)` type integral, i.e., `(μ ν | (σ.p)κ (…
kshitij-05 05e9ff5
bugfix: added the missing `make_descr<Coulombσpσp_Descr>`
kshitij-05 f3274a9
`Engine` can initialize for coulomb_opop operator
kshitij-05 2bf62f6
use and invoke correct `buildfnptr`s if engine is initialized with`Op…
kshitij-05 b6c376b
Apply @loriab 's review suggestions
kshitij-05 0aa7b83
Added unittest for `Operator::coulomb_opop` and fixed logic errors in…
kshitij-05 62142d9
bugfix: revert incorrect braket swapping criteria for `Operator::coul…
kshitij-05 b2b79ab
generate code for missing contracted kernels for `deriv(>0)-eri` + cl…
kshitij-05 d4247b0
reverted allowing contracted shells for Coulombσpσp and use additiona…
kshitij-05 054b8eb
can generate code for all small component RKB ERIs i.e.,`(SS|SS)`
kshitij-05 60e2117
Can evaluate `(SS|SS)` integrals. Only for `STANDARD` shell quartet f…
kshitij-05 509cb00
Merge master. Resolves conflicts in `build_libint.cc` and `CMakelists…
kshitij-05 e29428a
cleanup: Remove debugging statements from `RKB Coulomb integrals` tes…
kshitij-05 921da58
Optimize RKB integral code generation: braket symmetry + disable CSE …
kshitij-05 98d7d37
DerivGaussV2: HRR-like code-sharing for derivative Gaussians
kshitij-05 9b50b0b
Fix DerivGaussV2 target indexing for size-1 integral sets
kshitij-05 1db978d
RKB CR code sharing: deduplicate generated Coulombσpσp/σpσpCoulombσpσ…
kshitij-05 5104e81
Add op_coulomb_op: 9-component Gaunt LS bilinear integral
kshitij-05 590ce42
op_coulomb_op: redesign 9 components as SO(3) irreps
kshitij-05 b463ca8
Add σpRσp (oprop): 1-body σ·p · r · σ·p integral
kshitij-05 e5d95cd
Merge remote-tracking branch 'origin/master' into kshitij/feature/2e_…
kshitij-05 8648637
Rename opCoulombop to σpCoulombσp for naming consistency with sibling…
kshitij-05 e546469
3-center integrals in RKB basis
kshitij-05 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
Large diffs are not rendered by default.
Oops, something went wrong.
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
there's a slight disadv to the underscore if ppl are splitting the integral codes (e.g., rkb_eri_ffff_d1) on underscore, but I think
RKB_ERIis fine.