Skip to content

Commit

Permalink
Add periodicity for short range bound correction
Browse files Browse the repository at this point in the history
  • Loading branch information
awvwgk committed Nov 29, 2024
1 parent 8ad09ba commit 82f1919
Show file tree
Hide file tree
Showing 2 changed files with 545 additions and 450 deletions.
4 changes: 2 additions & 2 deletions src/dftd3/api.f90
Original file line number Diff line number Diff line change
Expand Up @@ -842,7 +842,7 @@ function load_gcp_param_api(verror, vmol, cmethod, cbasis) &
character(len=:, kind=c_char), allocatable :: method

Check warning on line 842 in src/dftd3/api.f90

View check run for this annotation

Codecov / codecov/patch

src/dftd3/api.f90#L842

Added line #L842 was not covered by tests
character(kind=c_char), intent(in) :: cbasis(*)
character(len=:, kind=c_char), allocatable :: basis

Check warning on line 844 in src/dftd3/api.f90

View check run for this annotation

Codecov / codecov/patch

src/dftd3/api.f90#L844

Added line #L844 was not covered by tests
type(vp_error), pointer :: gcp
type(vp_gcp), pointer :: gcp
type(c_ptr) :: vgcp

vgcp = c_null_ptr

Check warning on line 848 in src/dftd3/api.f90

View check run for this annotation

Codecov / codecov/patch

src/dftd3/api.f90#L848

Added line #L848 was not covered by tests
Expand Down Expand Up @@ -959,7 +959,7 @@ subroutine get_counterpoise_api(verror, vmol, vgcp, &
c_sigma(:3, :3) = sigma
endif

end subroutine get_dispersion_api
end subroutine get_counterpoise_api


subroutine f_c_character(rhs, lhs, len)
Expand Down
Loading

0 comments on commit 82f1919

Please sign in to comment.