Property/atom Command
Hi All,
I want to know id of an atom during computation for that I am using property/atom command like this
compute ID impactor property/atom id
variable aID equal c_ID[1]
here impactor group only has one atom. And I access this with v_aID. But it throws an error :
ERROR: Compute used in variable between runs is not current. Use the update_on_run_end option for computes to avoid this.
After following this error message I change the compute command
compute ID impactor property/atom update_on_run_end yes id
Forums:
- Read more about Property/atom Command
- 2 comments
- Log in or register to post comments