Pair

GlobalPair #

GlobalPairInteraction will be applied to all the possible pairs of particles participating in the interaction.

The following potentials are available.

Example #

[[forcefields.global]]
interaction = "Pair"
potential   = "ExcludedVolume"
ignore.particles_within.bond    = 3
ignore.particles_within.contact = 1
ignore.groups.intra = ["chain-A"]
ignore.groups.inter = [["chain-B", "chain-C"]]
spatial_partition.type = "CellList"
spatial_partition.margin = 0.2
parameters = [
    {index = 0, offset = 100, ...}, # required parameter depends on the potential.
    # ...
]

Input Reference #