How to access fix property/atom in own code: Workaround
Hello all,
I have modified LIGGGHTS with a custom fix, that modifies a per-particle scalar variable.
You can think of particles interacting with spacially varying radiation, where it is of interest, how much radiation dose each particle "collects".
To access per-particle properties has been easy, however, i needed an extra variable to store the radiation dose each particle gets.
The documentation suggests to create this via the fix property/atom as