Skip to content

Commit

Permalink
3.0.2 maintenance - update subprojects (#376)
Browse files Browse the repository at this point in the history
  • Loading branch information
pprcht authored Dec 1, 2024
2 parents a12cb48 + 3050775 commit e5c4985
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion subprojects/tblite
Submodule tblite updated 52 files
+2 −2 .github/workflows/build.yml
+1 −1 .github/workflows/doc.yml
+70 −46 .github/workflows/wheel.yml
+1 −1 CMakeLists.txt
+3 −1 config/cmake/Finddftd4.cmake
+1 −1 config/cmake/Findmctc-lib.cmake
+3 −1 config/cmake/Findmstore.cmake
+3 −1 config/cmake/Findmulticharge.cmake
+2 −2 config/cmake/Finds-dftd3.cmake
+3 −1 config/cmake/Findtoml-f.cmake
+8 −7 config/meson.build
+2 −2 doc/conf.py
+9 −4 fpm.toml
+1 −1 meson.build
+1 −1 python/ffi-builder.py
+1 −1 python/meson.build
+4 −2 python/pyproject.toml
+36 −3 python/tblite/interface.py
+0 −2 python/tblite/library.py
+2 −0 python/tblite/meson.build
+1 −0 python/tblite/py.typed
+2 −1 python/tblite/qcschema.py
+37 −1 python/tblite/test_interface.py
+7 −2 python/tblite/test_qcschema.py
+42 −19 src/tblite/ceh/ceh.f90
+1 −1 src/tblite/ceh/singlepoint.f90
+30 −0 src/tblite/container/list.f90
+17 −0 src/tblite/container/type.f90
+16 −6 src/tblite/coulomb/charge/effective.f90
+79 −0 src/tblite/coulomb/charge/type.f90
+1 −0 src/tblite/coulomb/multipole.f90
+40 −0 src/tblite/coulomb/thirdorder.f90
+18 −0 src/tblite/external/field.f90
+6 −6 src/tblite/scf/mixer/broyden.f90
+35 −1 src/tblite/scf/potential.f90
+3 −2 src/tblite/solvation/cpcm_dd.f90
+1 −1 src/tblite/solvation/surface.f90
+2 −2 src/tblite/version.f90
+31 −1 src/tblite/wavefunction/type.f90
+27 −0 src/tblite/xtb/coulomb.f90
+1 −1 subprojects/dftd4.wrap
+1 −1 subprojects/mctc-lib.wrap
+1 −1 subprojects/multicharge.wrap
+1 −1 subprojects/s-dftd3.wrap
+1 −1 subprojects/toml-f.wrap
+1 −0 test/unit/CMakeLists.txt
+2 −0 test/unit/main.f90
+2 −1 test/unit/meson.build
+441 −2 test/unit/test_coulomb_charge.f90
+1,087 −0 test/unit/test_coulomb_thirdorder.f90
+4 −4 test/unit/test_integral_overlap.f90
+24 −24 test/unit/test_solvation_surface.f90
2 changes: 1 addition & 1 deletion subprojects/toml-f
Submodule toml-f updated 1 files
+2 −1 src/tomlf/ser.f90

0 comments on commit e5c4985

Please sign in to comment.