dimer_binding_rule = Rule(
    name = 'dimer_binding_rule',
    reactants = {'ligand_reactant': singly_bound_ligand, 'free_receptor': free_receptor},
    actions = ['ligand_reactant.fc2.add_bond(free_receptor.alpha)'],
    rate_prefix = 'association_constant',