-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dev #234
Conversation
This file contains 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
relevant for #220
fix: WF loading from ORCA jsons simplified
check supplied arguments for consistency by comparing the compute trace of the density matrix in the MO basis to the supplied occ-values
orbital norms are now precomputed and multiplied onto the contraction coefficients. this simplifies the overall code a bit and should be quicker, as we save us from some repated multiplications
took me only two days to find this typo, ahhh
requires explicit calculation of cross-basis overlap matrix though
nuclear charges are now corrected by ECP electrons, if specified. add: general loader for wavefunctions from a file that tries to pick the correct format
to be used for DQ-diabatization
now there exists a wrapper that carries out the 2x2 jacobi sweeps by calling two functions: ab_func and cost_func. ab_func returns the A & B values that are used to calculate the rotationa angle and cost_func returns the cost func. This approach avoids code duplication.
factorial2 is now pretabulated and must not be calculated over and over. also replaced the recursive neville interpolation with an unrolled implementation.
now calling Shells.from_basis() creates an object with the appropriate class, e.g., ORCAShells will give ORCAShells again, not Shells, as before.
basically, Shell objects now know, their position in the respective integral matrices.
added comments and updated variable names, to better reflect the stored quantities
removed logic to handle prim_coord. this is now also handled by setting rx_mode from prim_coord.
suitable for TS optimizations, started near local minima.
…d PDB files add: --filter option to restrict the number of reported fragments
accelerates calculations for big systems
add: ability to use only subset of atoms for RMSD restraint add: backone-atom indices are now returned from cluster-generation fix: convergence-indicator in optimization was faulty after checking for desired eigenvalue structure
* Otherwise this will giv an error for python <3.9
4b6b2f3
to
da95ff0
Compare
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.
No description provided.