|
|||||||||||||||||||||||||||||||||
AMBER Archive (2009)Subject: [AMBER] Unable to correctly identify element when running QM/MM in amber10
From: Jifeng Wang (wangjf_at_gmail.com)
Hi, all,
I recompiled Amber10 recently after Bugfix1-22 was applied.
When I run QM/MM, it gave me an error msg like
I have a Zn atom in the QM region. So I assume it is because Zinc is not
Then I went to bugfix 19, in which the following lines are added in
+ elseif(atom_name(1:1) .eq. 'z' .or. atom_name(1:1) .eq. 'Z') then
So I added some additional lines for Zinc:
elseif(atom_mass > 53.0d0 .and. atom_mass <= 83.0d0) then
Then, I recomplied amber. This time no error msg any more. I did not
Thank you.
-Jifeng
| |||||||||||||||||||||||||||||||||
|