Skip to content

Commit

Permalink
Merge pull request #260 from nlesc-nano/qmflows
Browse files Browse the repository at this point in the history
BLD: Bump the minimum QMFlows version to 0.12.0
  • Loading branch information
BvB93 authored Sep 19, 2022
2 parents 189d46b + 796be40 commit 8ede8ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CAT/jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def get_main_molecule(self) -> Optional[Molecule]:
@add_to_class(Cp2kResults)
def get_frequencies(self, unit: str = "cm-1") -> np.ndarray:
file = self['cp2k-VIBRATIONS-1.mol']
return qmflows.parsers.cp2KParser.get_cp2k_freq(file, unit=unit)
return qmflows.parsers.cp2k.get_cp2k_freq(file, unit=unit)


def _xyz_to_mol(filename: str) -> Molecule:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
'plams>=1.5.1',
'contextlib2>=0.6.0; python_version=="3.6"',
'typing-extensions>=3.7.4.3',
'qmflows>=0.11.0',
'qmflows>=0.12.0',
'rdkit>=2018.03.1; python_version>="3.7"',
'rdkit-pypi>=2018.03.1; python_version=="3.6"',
'packaging>=1.16.8',
Expand Down

0 comments on commit 8ede8ae

Please sign in to comment.