-
Notifications
You must be signed in to change notification settings - Fork 150
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- add interface class wrapping the CDLL - sanity check for ndarrays (type, size) - rework ASE Calculator to be independent of the ctypes interface - add unit test for the three Hamiltonians - add mypy, pytest and pylint to meson.build - ignore __pycache__ in the working directory - moved old xtb.py to scripts - flake8 test in meson.build - additional test for the library interface - added GBSA Python API - GFN1 return now charges, dipole moments and bond orders - unified interface for molecular and periodic GFN0 - updated setup.py and corresponding README - allows passing number of unpaired electrons to the API - fix test with unpaired electrons - added stress tensor as property to GFN0 Calculator - updated description for Python package - added a sanity check for multiplicities and electron number - adjusted optimization script for new setup
- Loading branch information
Showing
25 changed files
with
2,272 additions
and
897 deletions.
There are no files selected for viewing
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
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
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
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
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
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
Oops, something went wrong.