geometry question


Click here for full thread
Clicked A Few Times
Well, I think...
I think I found two method to fix the atoms.

I found that I can give constraints about the geometry, with typing...
  set geometry:actlist <integer list_of_center_numbers>
according to the Geometries document page,
"http://nwchemgit.github.io/index.php/Release61:Geometry#Cartesian_coordinate_input"

I found one more method. If I want to fix atom 1 and 8 to 13,
  constraints 
fix atom 1 8:13
end
from "http://nwchemgit.github.io/index.php/Constraints"


Am I right? Here I have another question. what's the difference between above two methods...?!