-
Notifications
You must be signed in to change notification settings - Fork 110
Relativistic 2e 3- and 4-center 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
Open
kshitij-05
wants to merge
46
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.
Open
Changes from 3 commits
Commits
Show all changes
46 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 88613eb
Rename σpRσp/oprop one-body operator to σpeμσp
kshitij-05 f1d80c4
Add 3-center single-σ·p DF-Gaunt operator coulomb_op (Coulombσp)
kshitij-05 6256cb8
Fix bitwise & to && in compute_directly short-circuit
kshitij-05 d4939d3
Address review: document RKB classes, clarify DF-basis AM, fix op_cou…
kshitij-05 70b8d99
Merge remote-tracking branch 'origin/master' into kshitij/feature/2e_…
kshitij-05 9dba226
Fix second op_coulomb_op docstring (operator_traits) to SO(3) layout
kshitij-05 123dfe1
Apply review fixes: coulomb_op default braket + child-count guards
kshitij-05 05f289c
Production hardening: graceful deriv-braket error, tightened reserves…
kshitij-05 773a687
Dedup σ·p fold codegen into shared rkb_fold_codegen.h helpers
kshitij-05 280cbfe
Define g_progress in test.cc so check-libint2compiler links
kshitij-05 a02af2a
Fix xs_xx buildfnidx stride for non-center-dependent 3-center operators
kshitij-05 4b3d82e
CI: build and test RKB_ERI3; guard 3-center RKB unit sections
kshitij-05 598b674
Allow C++ API when only 3-center RKB ERI is enabled
kshitij-05 e7f8681
Fix Fortran ERI test: use primitive-differentiator underscore in (ss|…
kshitij-05 042a915
Rename engine Operator::σpeμσp to Operator::opemuop for naming consis…
kshitij-05 6cc2b22
Dedup 1-body σ·p fold into shared sigma_p_1body_fold helper
kshitij-05 44de4dd
Add LIBINT2_RKB_ERI3_PURE_SH option, mirroring ERI3_PURE_SH
kshitij-05 e018d3b
Add TODO markers for deferred RKB codegen generalizations
kshitij-05 c385ce4
comments cleanup: rewritten rkb comments to make them context-free
kshitij-05 6db2b57
Tighten 1-body σ·p fold max_nchildren to actual bound (3)
kshitij-05 8223aad
Remove dead (SS|SS) der_idx constants from RKB Coulomb test
kshitij-05 9cd5192
Make σpeμσp unit test concrete with reference-value comparison
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.
Uh oh!
There was an error while loading. Please reload this page.