﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	blockedby	blocking	notify_on_close	platform	project
882	AddH not working with metal coordination	Tristan Croll	Eric Pettersen	"The following edits to add_h/simple.py seem to get things working again:
{{{
# line 93:

-  positions = bond_positions(at_pos, geom, bond_with_H_length(atom, geom),
-             bonded_pos, toward=toward, coplanar=planar, away=away, away2=away2)

+  positions = list(bond_positions(at_pos, geom, bond_with_H_length(atom, geom),
+            bonded_pos, toward=toward, coplanar=planar, away=away, away2=away2))

# Since Numpy arrays don't have a remove() method

# line 119:
+  if h is None:
+      continue 

# Since new_hydrogen returns None if the new H would clash with a metal


}}}"	defect	closed	major		Structure Editing		fixed						all	ChimeraX
