Dumping out a per-atom array defined by fix property/atom
Dear LIGGGHTS users,
I have a simple problem related to dump custom command.
I have defined a per-atom vector which has 12 elements. I perform some calculations on this vector and want to dump it out, however I get the following error.
"Dump custom fix ID does not compute per-atom vector"
This is the input script commands I use:
fix LB all property/atom LB vector yes no no -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1
dump dmp all custom ${nDump} dump.${OutName} id type f_LB[1] ....f_LB[12]