diff --git a/pikachu/reactions/basic_reactions.py b/pikachu/reactions/basic_reactions.py index 638dc6f..55051ac 100644 --- a/pikachu/reactions/basic_reactions.py +++ b/pikachu/reactions/basic_reactions.py @@ -107,7 +107,7 @@ def hydrolysis(structure, bond): # Break water up into H and OH groups - hydrolysed_structure = combine_structures([structure, water]) + hydrolysed_structure = combine_structures([water,structure]) hydrolysed_structure.break_bond(water_bond) hydrolysed_structure.break_bond(bond)