dump special bonds list

Hi, Is there a way I can dump the special bonds lj list, which is the pair potential neighbor list?
I am using “pair_style hybrid dpd 1.0 1.0 12345 srp 0.8 * mid bptype 26 exclude no”, and I need the neighbor list for both DPD and SRP potentials.

Thanks.

Hi, Is there a way I can dump the special bonds lj list, which is the pair potential neighbor list?
I am using "pair_style hybrid dpd 1.0 1.0 12345 srp 0.8 * mid bptype 26 exclude no", and I need the neighbor list for both DPD and SRP potentials.

you have to modify the source code and recompile.

axel.

Dump local can output the neighbor list. To get
2 or them (2 pair styles), you can use the rerun
command on a snapshot(s) and only define
one pair style each time. I think that should work.

Steve