Skip to content

Commit

Permalink
fix typo in code
Browse files Browse the repository at this point in the history
  • Loading branch information
moritzgubler committed Oct 22, 2024
1 parent dea2ca0 commit fdae997
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/mrchem/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ def write_rsp_calc(omega, user_dict, origin):
rsp_calc["unperturbed"] = {
"precision": user_dict["world_prec"],
"localize": rsp_dict["localize"],
"fock_operator": (user_dict, wf_dict, origin),
"fock_operator": write_scf_fock(user_dict, wf_dict, origin),
}

guess_str = rsp_dict["guess_type"].lower()
Expand Down

0 comments on commit fdae997

Please sign in to comment.