for i in range(nInteractions):
        bT = system.getInteraction(i).bondType()
        if   bT == espressopp.interaction.Pair:
            nbondtypes += 1
            bl  = system.getInteraction(i).getFixedPairList().getBonds()