Transform external interface to a modular and extensible design - #579
Merged
Krzmbrzl merged 145 commits intoSep 3, 2026
Conversation
Krzmbrzl
force-pushed
the
revamp-ext-intface-design
branch
3 times, most recently
from
August 24, 2026 14:54
d01e5ef to
f3dae83
Compare
Krzmbrzl
force-pushed
the
revamp-ext-intface-design
branch
2 times, most recently
from
August 27, 2026 15:08
1c37e69 to
17cdd2c
Compare
Krzmbrzl
force-pushed
the
revamp-ext-intface-design
branch
from
August 28, 2026 13:12
1108c95 to
2aea06d
Compare
Krzmbrzl
force-pushed
the
revamp-ext-intface-design
branch
from
September 1, 2026 09:15
f5af776 to
01c288d
Compare
All expected NEVPT2 codes have been numerically verified to yield the correct result.
Krzmbrzl
force-pushed
the
revamp-ext-intface-design
branch
from
September 2, 2026 07:46
798e948 to
6d01277
Compare
Krzmbrzl
marked this pull request as ready for review
September 2, 2026 12:08
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.
All processing is now performed in terms of individual processing steps and the flow across those is completely defined in the JSON driver. This replaces the C++ code that drove the processing and only took options from the JSON file.
This changes makes it much simpler to extend the external interface to add new types of processing steps or to adapt existing ones as the required changes will be quite localized to the associated step implementations.