Output per atom array by fix style

Dear all,

Is it available to use computer_array method of fix style to output a per atom array? It’s better if someone could provide me an example. Thanks in advance.

Han

Dear all,

Is it available to use computer_array method of fix style to output a per
atom array? It's better if someone could provide me an example. Thanks in
advance.

is it too much effort for you to look through the list of available
fixes and see if any of those do what you are looking for yourself?
also, consider the creative use of the "grep" command on your source tree.

axel.

If you grep for “peratom_flag = 1” in fix*cpp files,

you will see several that calculate and store per-atom info.

Steve