Merged
Conversation
48053a0 to
a8ff55f
Compare
oschuett
reviewed
Apr 21, 2023
Contributor
Author
|
Thanks for your help! I have pushed an updated version with your advice. |
* new file for input section * uptpdate (#24) * RTP: Fix restart for velocity gauge * Parallel Jacobi Rotations for IAO bonds (cp2k#2714) * Create README.md * Update README.md * make pretty --------- Co-authored-by: Juerg Hutter <hutter@chem.uzh.ch> Co-authored-by: Matthias Krack <matthias.krack@psi.ch> * save ungoing work * save ungoing work 2 * input section seems to work * before reading restart files * before reading restart files2 * before reading restart files3 * save * reading seems okay, moving toward projection part * save * compiles but problem memory for /users/glebreton/Software/cp2k/src/emd/rt_propagation_output.F:251. Run Own_test/Projection/Proj * working! * seems to work fine. All SCF implementation completed. * fixing dummy indices problems. * First working implementation for reading XAS .wfn files --------- Co-authored-by: Juerg Hutter <hutter@chem.uzh.ch> Co-authored-by: Matthias Krack <matthias.krack@psi.ch> Projection mo rtp (#31) * new file for input section * uptpdate (#24) * RTP: Fix restart for velocity gauge * Parallel Jacobi Rotations for IAO bonds (cp2k#2714) * Create README.md * Update README.md * make pretty --------- Co-authored-by: Juerg Hutter <hutter@chem.uzh.ch> Co-authored-by: Matthias Krack <matthias.krack@psi.ch> * save ungoing work * save ungoing work 2 * input section seems to work * before reading restart files * before reading restart files2 * before reading restart files3 * save * reading seems okay, moving toward projection part * save * compiles but problem memory for /users/glebreton/Software/cp2k/src/emd/rt_propagation_output.F:251. Run Own_test/Projection/Proj * working! * seems to work fine. All SCF implementation completed. * fixing dummy indices problems. * First working implementation for reading XAS .wfn files * fix name error --------- Co-authored-by: Juerg Hutter <hutter@chem.uzh.ch> Co-authored-by: Matthias Krack <matthias.krack@psi.ch> fix new tests make pretty fix typo typo ok fixing errors typo
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.
Creates a print RTP routine to compute the projection of TD MO on reference one.
The reference MOs can be from SCF calculation (by default the one from which the RTP starts) or XAS_TDP.
A regtest has been added in the XAS_TDP folder in order to test the reading of .wfn obtained from XAS_TDP module as the reference MO to project on.