Skip to content

Commit

Permalink
Merge pull request #248 from SCM-NV/gal19
Browse files Browse the repository at this point in the history
ENH: Add a generic keyword for the CP2K `GAL19` non-bonded forcefield
  • Loading branch information
BvB93 committed Jul 8, 2021
2 parents dfaf36b + 6af270e commit a0a16ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/qmflows/cp2k_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
'buck4ranges': _BASE_PATH + ('nonbonded', 'buck4ranges'),
'buckmorse': _BASE_PATH + ('nonbonded', 'buckmorse'),
'eam': _BASE_PATH + ('nonbonded', 'eam'),
'gal19': _BASE_PATH + ('nonbonded', 'gal19'),
'genpot': _BASE_PATH + ('nonbonded', 'genpot'),
'goodwin': _BASE_PATH + ('nonbonded', 'goodwin'),
'ipbv': _BASE_PATH + ('nonbonded', 'ipbv'),
Expand Down

0 comments on commit a0a16ce

Please sign in to comment.