Dear John and Alan,
Thanks for your answers.
@ John - no my question was not answered. I know how to create a dummy atom, I was looking for a very general approach:
My idea was to write a small macro which automatically creates dummy atoms with an additional distance restrain for matching a rigid body to a known fragment (
http://topas.dur.ac.uk/topaswiki/doku.php?id=matching_a_rigid_body_to_a_known_fragment), e.g. that you´ve only to write
Dummy(site ...)
instead of writing everything by hand (or copy paste) for larger RB. However, I was not able to find a solution that atom XS##X has the same position as atom XS
macro Dummy(site)
{ site##X y z occ 0 beq 1
Distance_Restrain(site site##X, 0 , 0 ,0, 1000)
}
Cheers,
Luzia