This would be helpful for me too, but I don't quite understand how to do this.
If I have, for example, a Lennard-Jones pair interaction as follows:
nl = nlist.cell()
lj = pair.lj(r_cut=3.0, nlist=nl)
lj.pair_coeff.set('A', 'A', epsilon=1.0, sigma=1.0)
lj.pair_coeff.set('A', 'B', epsilon=2.0, sigma=1.0, alpha=0.5, r_cut=3.0, r_on=2.0);
lj.pair_coeff.set('B', 'B', epsilon=1.0, sigma=1.0, r_cut=2**(1.0/6.0), r_on=2.0);
How would I exclude all interactions for particles of type 'C'? If I don't include interactions for C in the above, hoomd generates an error:
**ERROR**: Type pair (u'C', u'C') not found in pair coeff