Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
pprcht committed Jul 19, 2024
2 parents 95163db + 31fede0 commit f1b6928
Show file tree
Hide file tree
Showing 35 changed files with 3,709 additions and 196 deletions.
1 change: 1 addition & 0 deletions src/algos/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ list(APPEND srcs
"${dir}/search_1.f90"
"${dir}/search_mecp.f90"
"${dir}/setuptest.f90"
"${dir}/protonate.f90"
"${dir}/hessian_tools.f90"
"${dir}/ConfSolv.F90"
"${dir}/search_conformers.f90"
Expand Down
1 change: 1 addition & 0 deletions src/algos/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ srcs += files(
'search_1.f90',
'search_mecp.f90',
'setuptest.f90',
'protonate.f90',
'hessian_tools.f90',
'ConfSolv.F90',
'search_conformers.f90',
Expand Down
1 change: 1 addition & 0 deletions src/algos/optimization.f90
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ subroutine crest_ensemble_optimization(env,tim)
use crest_calculator
use strucrd
use optimize_module
use parallel_interface
implicit none
type(systemdata),intent(inout) :: env
type(timer),intent(inout) :: tim
Expand Down
Loading

0 comments on commit f1b6928

Please sign in to comment.