output of fix bond/create option

Dear friends,

I want to use the fix bond/create options. I was wondering how can I get an out put about the new bonds which were created using this options. I mean both the number of created bonds and a list of atoms which have connected together using the new bond.

I am not sure if the “compute 2 all property/local btype” option work here and get the list of updated bonds containing both old bonds and new bonds.

Bests

Kourosh

The fix stores
    * (1) # of bonds created on the most recent creation timestep
    * (2) cummulative # of bonds created
This means you can ouput these values with thermo output.
See the doc page for details.

If you do a dump local of bond info (via compute bond/local), you
will also include new bonds in the list.

Steve