README: fix the usage example and the scope and failure claims - #106
Open
susilehtola wants to merge 1 commit into
Open
README: fix the usage example and the scope and failure claims#106susilehtola wants to merge 1 commit into
susilehtola wants to merge 1 commit into
Conversation
The only usage example in the README does not compile. It passes
UnprunedSphericalGridSpecification unp{ rad_spec, nrad, rscal, ang_spec, nang };
but the constructor has taken (RadialQuad, const RadialTraits&,
AngularQuad, AngularSize) since the radial parameters moved into
RadialTraits; nrad and rscal now live there. Rewrite the example around
make_radial_traits(), which builds the traits matching a runtime
RadialQuad. The replacement was compiled and run against the library.
Two claims are also wrong:
* "will fail if the grid order is incompatible" -- until the preceding
commit it silently returned a zero grid. Say which exception is thrown.
* "atomic and molecular grids" -- there is no fuzzy-cell partitioning,
nuclear-weight or basis-set machinery in this repository; the library
stops at the atomic sphere. State the scope and point at GauXC for the
molecular driver.
Also fix `PruntinScheme` -> `PruningScheme` in the pruning table, and two
typos ("there combination", "compatible witch").
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01FDTFYJMQ76iujDFNHzZyXF
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.
The only usage example in the README does not compile. It passes
but the constructor has taken (RadialQuad, const RadialTraits&,
AngularQuad, AngularSize) since the radial parameters moved into
RadialTraits; nrad and rscal now live there. Rewrite the example around
make_radial_traits(), which builds the traits matching a runtime
RadialQuad. The replacement was compiled and run against the library.
Two claims are also wrong:
commit it silently returned a zero grid. Say which exception is thrown.
nuclear-weight or basis-set machinery in this repository; the library
stops at the atomic sphere. State the scope and point at GauXC for the
molecular driver.
Also fix
PruntinScheme->PruningSchemein the pruning table, and twotypos ("there combination", "compatible witch").
Co-Authored-By: Claude Opus 5 (1M context) noreply@anthropic.com
Claude-Session: https://claude.ai/code/session_01FDTFYJMQ76iujDFNHzZyXF