Signed Analytic error plus documentation - #172
Draft
ryanmrichard wants to merge 2 commits into
Draft
Conversation
Adds the docs/source/background tree covering overlap, kinetic, nuclear attraction, and electron repulsion integrals, including the density-fitting derivation. Wires up sphinxcontrib-bibtex with a references.bib, and excludes that file from the license header check. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Adds two background pages under docs/source/background/eris/: - screening.rst documents the primitive screening models the package already implements (coarse K_ij, libint's fine metric, Cauchy-Schwarz) and records which are actually rigorous bounds. The coarse and fine metrics derive from the s-type closed form and retain no angular prefactor, so they do not bound l > 0 contributions; Cauchy-Schwarz does, at every angular momentum. - error_bounds.rst derives a rigorous two-sided bracket on the error from neglecting primitive contributions. A Cauchy-Schwarz magnitude bound brackets each discarded quartet symmetrically; a three-valued sign oracle collapses that to a half-interval where the sign can be established a priori. The bound is valid with no sign information and tightens monotonically as coverage grows. Scopes the existing bibliography directives per-document and gives each a label prefix so the three pages cite disjoint key sets without duplicate-label warnings under -W. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Is this pull request associated with an issue(s)?
No.
Description
This PR adds:
TaylorModel's truncation order, and eventuallyTAffine's threshold) and the UQ type to use.TODOs