Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbuhr committed Jan 23, 2025
1 parent 13dd533 commit 21c19bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/homolysis/reaction.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ def get_recipe_collection(self, files: TaskFiles):

residue = top.atoms[atomnrs[0]].residue

if not (e_dis := e_dis_d.get("".join(atomnames+[residue]))):
if not (e_dis := e_dis_d.get("".join(atomnames + [residue]))):
e_dis = get_edissoc_from_atomnames(atomnames, edissoc, residue)
e_dis_d["".join(atomnames+[residue])] = e_dis
e_dis_d["".join(atomnames + [residue])] = e_dis

k_avg, _ = morse_transition_rate(
[sum(dists) / len(dists)], b0, e_dis, kb, frequency_factor, temperature
Expand Down

0 comments on commit 21c19bb

Please sign in to comment.