ISR(3) properties implementation - #210
Merged
Merged
Conversation
whyshna
marked this pull request as ready for review
June 22, 2026 12:19
Co-authored-by: Jonas Leitner <80265962+jonasleitner@users.noreply.github.com>
jonasleitner
reviewed
Jul 3, 2026
jonasleitner
approved these changes
Jul 9, 2026
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.
State difference density matrices (
state_diffdm) -diffdm_isr3addedGround-to-excited transition density matrices (
transition_dm) -tdm_isr3addedState-to-state transition density matrices (
state2state_transition_dm) -s2s_tdm_isr3addedModified transition moments (
modified_transition_moments) -mtm_isr3addedISR(3) blocks in
bmatrix:third order singles block (
block_ph_ph_3)couplings block - ph, pphh at second order (
block_ph_pphh_2)couplings block - pphh, ph at second order (
block_pphh_ph_2)doubles block at first order (
block_pphh_pphh_1)workflow.py-isr_orderparameter added, ISR logic centralized hereisr_ordercan now be used as a keyword while running an ADC calculation, specifying theisr_orderFor eg:
state = adcc.adc3(scfres, n_singlets=3, isr_order=3)ElectronicStates/ExcitedStates- acceptproperty_methoddirectlyState2States- inheritsproperty_methodfrom parent state automaticallyHDF5 structure updated from
{case}/{gs_density_order}/{kind}to{case}/{gs_density_order}/{isr_order}/{kind}- now the adc3 datas contains properties at bothisr_order=3, andisr_order=2(isr_order=2is stored asNone)ADC(3) still takes
isr_order=2as default, unless explicitly mentionedKnown Limitations