matthoward262
I'm trying to add a constraint of if my y position moves i want the z position to by the oppersite of what the y position has moved by. what would i have to put as my constraint?
Sorry if that doesnt make sense
johnsoevans
Lots of ways of doing this. e.g. for an atom originally at 0.23, 0.34, 0.45 try:
prm dy 0.01
site Fe x @ 0.23 y = 0.34 + dy;:0 z = 0.45 - dy;:0 beq @ 0
spada1150
Thanks to this website. The information and knowledge. And shared many experiences.