﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	blockedby	blocking	notify_on_close	platform	project
1281	clashes failing to recognise H-bonds with explicit hydrogens	Tristan Croll	Eric Pettersen	"Easy fix. In `clashes.py`, line 176:

{{{
        if a.num_bonds > 0 and a.neighbors[0].element.name in negative:
}}}

should be:

{{{
        if a.num_bonds > 0 and a.neighbors[0].element in negative:
}}}
"	defect	closed	moderate		Structure Analysis		fixed						all	ChimeraX
