Skip to content

Commit

Permalink
removed unused print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
felipeZ committed Sep 8, 2020
1 parent 0152483 commit 036cd1a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/qmflows/parsers/cp2KParser.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ def read_cp2k_coefficients(path_mos: PathLike,
orbitals_info = read_cp2k_number_of_orbitals(path_out)
_, range_mos = read_mos_data_input(path_in)

print("orbitals_info: ", orbitals_info)
try:
# Read the range of printed MOs from the input
printed_orbitals = range_mos[1] - range_mos[0] + 1
Expand Down

0 comments on commit 036cd1a

Please sign in to comment.