geometry optimization output coordinates


Click here for full thread
Clicked A Few Times
I don't know if it is the faster way, but to extract the optimized geometry I use a prepare module at the end of the input:

prepare
read file_name_ref.qrs
write file_name_opt.pdb
end
task prepare

Ale