-
Notifications
You must be signed in to change notification settings - Fork 35
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
DMA, Local force constants, Marcus dimension #265
base: master
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #265 +/- ##
===========================================
- Coverage 61.58% 27.80% -33.78%
===========================================
Files 282 319 +37
Lines 29472 73521 +44049
===========================================
+ Hits 18149 20440 +2291
- Misses 11323 53081 +41758
Flags with carried forward coverage won't be shown. Click here to find out more.
|
01215f3
to
494de1c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CodeQL found more than 10 potential problems in the proposed changes. Check the Files changed tab for more details.
9c63d47
to
20d0884
Compare
ec5fdb7
to
39f3968
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CodeQL found more than 20 potential problems in the proposed changes. Check the Files changed tab for more details.
d950481
to
50a7f5c
Compare
add: test for unrestricted Turbomole calculation
to hopefully make them avaiable for nix
as scipy shifted the whole fragment's centroid into the origin, which was bad. Actually, the fragment must be shifted in a way, so the anchor atom is in the origin.
mod: set overachieve factor 3 in hindered_rotor opts
now convergence of partition function and predicted standard deviation are checked.
instead of np.int64
add: ability to scan transition states in hindered_rotor with appropriate opt_cls key add: hessian information is stored w/ correct prefix fix: calculation of force constant using periodic finite differences used one point too much
this gathers the "energy" values from JSON files produced by run_calculations and plots them
fix flake10/flake8 typo
previously, some bonds were defined two times
now the user can manually select the atoms belonging to a rotor by providing a "rotor:" subsection in the "hindered_rotor:" section mod: moved TorsionGPRResult dataclass to own module mod: hindered_rotor torsion_scan.trj is now aligned
would crash if thermoanalysis is not available
moved modules from pysisyphus.wavefunction and pysisyphus.drivers to the central subpackages pysisyphus.diabatization
deprecated
andtests_staging