I know this should be very simple, but I'm missing something.
I need to bond an atom in the primary cell , (x,y,z),with another atom in an adjacent symmetry cell, For example (x+1,y,z)
I'm trying to use the function:
\$doc->CreateBond(\$atom1, \$atom2, "Single");
But I can't find a way to specify one of the atom objects as an atom from outside the primary cell.
Would be greatful for any input, I've searched the help file and this forum, but no help.
Thanks
Steve