Skip to content

Commit

Permalink
Remove blank line
Browse files Browse the repository at this point in the history
  • Loading branch information
NastaMauger committed Nov 14, 2024
1 parent 73c47cc commit 1626178
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyscf/tools/trexio.py
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,5 @@ def read_det_trexio(filename):
num_det = trexio.read_determinant_num(tf)
coeff = trexio.read_determinant_coefficient(tf, offset_file, num_det)
det = trexio.read_determinant_list(tf, offset_file, num_det)

return num_det, coeff, det

0 comments on commit 1626178

Please sign in to comment.