-
Notifications
You must be signed in to change notification settings - Fork 172
Comparing changes
Open a pull request
base repository: grimme-lab/xtb
base: v6.7.0
head repository: grimme-lab/xtb
compare: v6.7.1
- 20 commits
- 39 files changed
- 6 contributors
Commits on Mar 6, 2024
-
Signed-off-by: albert <92109627+Albkat@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 80f2695 - Browse repository at this point
Copy the full SHA 80f2695View commit details
Commits on Mar 8, 2024
-
add standard identation to CI (#978)
Signed-off-by: albert <92109627+Albkat@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for da44606 - Browse repository at this point
Copy the full SHA da44606View commit details
Commits on Mar 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fe55296 - Browse repository at this point
Copy the full SHA fe55296View commit details
Commits on Mar 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 42ff067 - Browse repository at this point
Copy the full SHA 42ff067View commit details -
Configuration menu - View commit details
-
Copy full SHA for 71bb83f - Browse repository at this point
Copy the full SHA 71bb83fView commit details
Commits on Mar 21, 2024
-
Reduce memory usage in egbond_hb for GFN-FF (#994)
* Add dependecies in meson build * fix gfnff restart * GFNFF: Update ntrans in latPoint * Reduce memory usage in egbond_hb * Add comments in topology.f90
Configuration menu - View commit details
-
Copy full SHA for 8e9a8ea - Browse repository at this point
Copy the full SHA 8e9a8eaView commit details
Commits on Mar 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a73499f - Browse repository at this point
Copy the full SHA a73499fView commit details
Commits on Apr 10, 2024
-
include preprocessor definitions in test exe (#1008)
Signed-off-by: albert <92109627+Albkat@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 90b081d - Browse repository at this point
Copy the full SHA 90b081dView commit details
Commits on Apr 12, 2024
-
Signed-off-by: albert <92109627+Albkat@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 9d95c03 - Browse repository at this point
Copy the full SHA 9d95c03View commit details
Commits on Apr 16, 2024
-
Allow disabling cell optimization via command line argument (#1011)
This allows to turn off lattice parameter optimization for GFN-FF and mcGFN-FF using the --nocellopt keyword
Configuration menu - View commit details
-
Copy full SHA for 7bc92cd - Browse repository at this point
Copy the full SHA 7bc92cdView commit details
Commits on Apr 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1a04630 - Browse repository at this point
Copy the full SHA 1a04630View commit details
Commits on Apr 29, 2024
-
error tblite/ptb + solvation (#1020)
Signed-off-by: Albert Katbashev <akatbashev@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 6d88fe0 - Browse repository at this point
Copy the full SHA 6d88fe0View commit details
Commits on Apr 30, 2024
-
* update solvation docs Signed-off-by: albert <92109627+Albkat@users.noreply.github.com> * Update xhelp.f90 * Update xtb.1.adoc --------- Signed-off-by: albert <92109627+Albkat@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 1f97a60 - Browse repository at this point
Copy the full SHA 1f97a60View commit details
Commits on May 14, 2024
-
mapping between tblite and xtb (#1026)
* add wfn && results print for debug Signed-off-by: albert <92109627+Albkat@users.noreply.github.com> * map tblite wfn && results to xtb Signed-off-by: albert <92109627+Albkat@users.noreply.github.com> * dipole moments tblite vs ptb Signed-off-by: albert <92109627+Albkat@users.noreply.github.com> --------- Signed-off-by: albert <92109627+Albkat@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 96e6a25 - Browse repository at this point
Copy the full SHA 96e6a25View commit details
Commits on May 15, 2024
-
refactor geometry optimization (part 2) (#982)
* refactor sub ancopt Signed-off-by: albert <92109627+Albkat@users.noreply.github.com> * refactor sub relax Signed-off-by: albert <92109627+Albkat@users.noreply.github.com> * refactor sub predchange Signed-off-by: albert <92109627+Albkat@users.noreply.github.com> * refactor sub axis2 Signed-off-by: albert <92109627+Albkat@users.noreply.github.com> * refactor ANC type-bound procedures Signed-off-by: albert <92109627+Albkat@users.noreply.github.com> * refactor sub detrotra8 Signed-off-by: albert <92109627+Albkat@users.noreply.github.com> * refactor sub qsort Signed-off-by: albert <92109627+Albkat@users.noreply.github.com> * add comments to optimization parameters Signed-off-by: albert <92109627+Albkat@users.noreply.github.com> --------- Signed-off-by: albert <92109627+Albkat@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 67a6b3b - Browse repository at this point
Copy the full SHA 67a6b3bView commit details
Commits on Jun 20, 2024
-
Increase number of characters for Schoenflies notation from 4 to 6 (#…
…1056) Co-authored-by: neugebauer <hagen@thch.uni-bonn.de>
Configuration menu - View commit details
-
Copy full SHA for ea8f5f5 - Browse repository at this point
Copy the full SHA ea8f5f5View commit details -
Changed sign in Fukui indicies and updated printout a bit (#1057)
Co-authored-by: Hagen Neugebauer <hagen@thch.uni-bonn.de>
Configuration menu - View commit details
-
Copy full SHA for 2d55ea9 - Browse repository at this point
Copy the full SHA 2d55ea9View commit details
Commits on Jul 2, 2024
-
Fixes #1054 by ensuring thread savety of hessian calculations with GF…
…N-FF (#1061) The distance array neigh%distances was not allocated thread save and was removed from the neigh class. Now the distances are calculated from the atom coordinates and the translation vectors.
Configuration menu - View commit details
-
Copy full SHA for edcfbbe - Browse repository at this point
Copy the full SHA edcfbbeView commit details
Commits on Jul 23, 2024
-
Fix ESP SegFaults with GCC (#728)
* Computing of ESP on a given point for time estimation had incorrect index of array * j must be private * Change account of I. Gerasimov --------- Signed-off-by: Igor S. Gerasimov <i.s.ger@ya.ru>
Configuration menu - View commit details
-
Copy full SHA for 5071a88 - Browse repository at this point
Copy the full SHA 5071a88View commit details -
Configuration menu - View commit details
-
Copy full SHA for 26b2801 - Browse repository at this point
Copy the full SHA 26b2801View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v6.7.0...v6.7.1