Pair

GlobalPair #

GlobalPairInteractionはパラメータを持つ全ての粒子の間に働く相互作用です。

以下のポテンシャルが利用可能です。

#

[[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.
    # ...
]

入力 #