Custom compute ID for displace

I am using the compute displace/atom command and I want to access the results of this computation with the dump command. The error I get when I run this is “Could not find dump custom compute ID” which isn’t surprising since I guessed the id was “dis”, I also tried “displace” and “displace/atom”. Attached is the input. Does anyone know what the compute ID is for displace/atom?
Thanks,
Anne

in.galliumsim (495 Bytes)

I am using the compute displace/atom command and I want to access the
results of this computation with the dump command. The error I get when I
run this is "Could not find dump custom compute ID" which isn't surprising
since I guessed the id was "dis", I also tried "displace" and

why guess? this is all explained in the documentation, particularly
the explanation of the compute command.

"displace/atom". Attached is the input. Does anyone know what the compute ID
is for displace/atom?

the compute id is the id you choose when you define the compute. in
your input it is dis1.

axel.