Skip to content

Commit

Permalink
Merge pull request #13 from smoors/reaxff_fix
Browse files Browse the repository at this point in the history
fix reaxff software name
  • Loading branch information
wpoely86 authored Nov 24, 2023
2 parents c34efbf + 6e17045 commit 81bf9fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions lib/vsc/eb_hooks/hooks_hydra.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@
'MATLAB': 'brusselall', # site license
'Q-Chem': 'bqchem',
'QuantumATK': 'bquantumatk',
'ReaxFF-param': 'breaxff',
'ReaxFF-sim': 'breaxff',
'ReaxFF': 'breaxff',
'Stata': 'brusselall', # site license
'VASP': 'bvasp',
}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@


PACKAGE = {
'version': '1.1.4',
'version': '1.1.5',
'author': [ad, sm, wp],
'maintainer': [ad, sm, wp],
'setup_requires': [
Expand Down

0 comments on commit 81bf9fb

Please sign in to comment.