Open
Description
It would be very convenient to have combining rules. For example, specify in the input:
[input]
version = 1
[[pairs]]
atoms = ["A", "A"]
lj = {sigma = "... ", epsilon = ..."}
[[pairs]]
atoms = ["B", "B"]
lj = {sigma = "... ", epsilon = ..."}
[combining-rule]
atoms = ["A", "B"]
type = "LB" # LB = Lorentz-Berthelot
As an option, one would not need to specify A,B pair interactions. Instead, a combining rule is applied. Another possibility is to make the combining rule "global", i.e.:
[input]
version = 1
[[pairs]]
atoms = ["A", "A"]
lj = {sigma = "... ", epsilon = ..."}
[[pairs]]
atoms = ["B", "B"]
lj = {sigma = "... ", epsilon = ..."}
# the rule is applied to all intermolec. interactions
[combining-rule]
type = "LB" # LB = Lorentz-Berthelot