Skip to content

Commit

Permalink
Merge pull request #7 from nanotech-empa/release/1.4.4
Browse files Browse the repository at this point in the history
Release/1.4.4
  • Loading branch information
eimrek authored Jul 24, 2022
2 parents b3ad7f8 + bc41f92 commit 7592381
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cp2k_spm_tools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
"""

__version__ = "1.4.3"
__version__ = "1.4.4"
2 changes: 1 addition & 1 deletion cp2k_spm_tools/cp2k_wfn_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ def read_info_and_evals():

first_imo = -1

for imo in range(self.nmo[0]):
for imo in range(self.nmo[ispin]):
coefs = inpf.read_reals()
if imo < loc_ind_start:
continue
Expand Down

0 comments on commit 7592381

Please sign in to comment.