Skip to content

Commit

Permalink
Add parameters for GFN1(Si)-xTB (#550)
Browse files Browse the repository at this point in the history
  • Loading branch information
awvwgk authored Dec 17, 2021
1 parent 546be4a commit ffb8cf1
Show file tree
Hide file tree
Showing 3 changed files with 1,186 additions and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ install(
FILES
"${PROJECT_SOURCE_DIR}/param_gfn0-xtb.txt"
"${PROJECT_SOURCE_DIR}/param_gfn1-xtb.txt"
"${PROJECT_SOURCE_DIR}/param_gfn1-si-xtb.txt"
"${PROJECT_SOURCE_DIR}/param_gfn2-xtb.txt"
"${PROJECT_SOURCE_DIR}/param_ipea-xtb.txt"
"${PROJECT_SOURCE_DIR}/.param_gfnff.xtb"
Expand Down
1 change: 1 addition & 0 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ xtb_parameter_files = [
'param_gfn0-xtb.txt',
'param_gfn2-xtb.txt',
'param_gfn1-xtb.txt',
'param_gfn1-si-xtb.txt',
'param_ipea-xtb.txt',
'.param_gfnff.xtb',
]
Expand Down
Loading

0 comments on commit ffb8cf1

Please sign in to comment.