hybrid _DLVO potential

Hello
I used from
" # DLVO potential

pair_style hybrid colloid 25 yukawa/colloid 2.0 25
pair_coeff 1 1 colloid 39.478 1.0 10.0 10.0 25
pair_coeff 1 2 colloid 75.398 1.0 10.0 0.0 9
pair_coeff 2 2 colloid 144 1.0 0.0 0.0 2.5
pair_coeff * * yukawa/colloid 100.0 "

to present DLVO potential but i get this error:
“Pair hybrid sub-style is not used (pair_hybrid.cpp:388)”

Can you help me to solve this problem?
Thanks in advance.

Best
Fatemeh

Hello
I used from
" # DLVO potential

pair_style hybrid colloid 25 yukawa/colloid 2.0 25
pair_coeff 1 1 colloid 39.478 1.0 10.0 10.0 25
pair_coeff 1 2 colloid 75.398 1.0 10.0 0.0 9
pair_coeff 2 2 colloid 144 1.0 0.0 0.0 2.5
pair_coeff * * yukawa/colloid 100.0 "

to present DLVO potential but i get this error:
“Pair hybrid sub-style is not used (pair_hybrid.cpp:388)”

Can you help me to solve this problem?
Thanks in advance.

Best
Fatemeh

With pair hybrid, every type pair is assigned exactly one sub-style.
Your last statement assigns yukawa/colloid to all type pairs,
wiping out the colloid settings. Hence at the end, colloid
is not used. Maybe you want hybrid/overaly.

Steve