Thank you Dr.David, I was working on your suggestion and could solve up to great extent. But I am confused at one place, As I am seeing the output file I can see it is using PM3 but I am using
!method=‘B3LYP’,
!basis=‘6-31G**’,
I am not sure what is happening.
3.1 QM CALCULATION INFO
--------------------------------------------------------------------------------
| QMMM: Citation for AMBER QMMM Run:
| QMMM: R.C. Walker, M.F. Crowley and D.A. Case, J. COMP. CHEM. 29:1019, 2008
QMMM: SINGLET STATE CALCULATION
QMMM: RHF CALCULATION, NO. OF DOUBLY OCCUPIED LEVELS =132
| QMMM: *** Selected Hamiltonian ***
| QMMM: PM3
________________________________
From: David Poole <thepoole.ucdavis.edu>
Sent: Saturday, January 6, 2018 11:48:40 AM
To: amber.ambermd.org
Subject: Re: [AMBER] qm2_extern_gau_module
Hello Thakur,
I really hate double posting, but sometimes I get to learn google keyboard
shortcuts. That said..
You shouldn't need to specify your version of Gaussian, the module will
check which version is in your path for you. I believe everyone else is
saying this.
If you are having problems with the method of basis, I'd really suggest
using your own template file (this is well documented). It allows a greater
flexibility in your calculations, e.q. using quadratic convergence for the
self-consistent field.
On a related suggestion, I had encountered some errors when running Amber
14 with QMMD using the qm2_extern module, this has to do with the formchk
utility behaving differently than expected. To get it to work, I modified
the conditional at line 157 of the Fortran code to ignore the return value.
However, in the end I found g09 rev D was more efficient to use with Amber
and would suggest you the same.
Here is a complete input file for doing QMMD that I use, carefully review
the gau and qmmm portions and look up what each parameter does and how you
need to modify it for your use case.
&cntrl
imin=0, ntb=0, ig=-1, irest=0,
cut=9999.0,
tempi=0.0, temp0=350,
ntt = 3, gamma_ln = 5.0,
ifqnt=1,
nstlim=2500, dt=0.001,
ntpr=1, ntwx=1, ntwf=1, ifqnt=1
&end
&qmmm
qmmask='*',
spin=1,
qmcharge=-2,
qm_theory='EXTERN',
qmcut=99999
&end
&gau
num_threads=16,
mem=25GB,
use_template=1
&end
Note that I am using a template, this is just the route section of a
gaussian input file, e.g.
# ub3lyp/def2SVP integral=grid=ultraf1ine scf=qc
That said, good luck and tot zeins.
-David
On 6 January 2018 at 23:42, David Poole <thepoole.ucdavis.edu> wrote:
> Hello Thakur,
>
> You shouldn't need to specify your version of Gaussian, the module will
> check which version is in your path for you. I believe everyone else is
> saying this.
>
> If you are having problems with the method of basis, I'd really suggest
> using your own template file (this is well documented). It allows a greater
> flexibility in your calculations, e.q. using quadratic convergence for the
> self-consistent field.
>
> Also, I have encountered some errors when running Amber 14 with QMMD using
> the qm2_extern module, this has to do with the formchk utility behaving
> differently than expected. For better or worse I'd modified the module to
> simply ignore the return value of formchk.
>
> Here is a complete input file for doing QMMD
> &cntrl
> imin=0, ntb=0, ig=-1, irest=0,
> cut=9999.0,
> tempi=0.0, temp0=350,
> ntt = 3, gamma_ln = 5.0,
> ifqnt=1,
> nstlim=2500, dt=0.001,
> ntpr=1, ntwx=1, ntwf=1, ifqnt=1
> &end
> &qmmm
> qmmask='10',
> qmcharge=-2,
>
> qm_theory='EXTERN',
> qmcut=99999
> &end
> &gau
> num_threads=16,
> mem=25GB,
> use_template=1
> &end
>
> Note to change the
>
_______________________________________________
AMBER mailing list
AMBER.ambermd.org
https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Flists.ambermd.org%2Fmailman%2Flistinfo%2Famber&data=02%7C01%7Caxt651%40miami.edu%7C06cbcdbe65a841b7897108d55557ab30%7C2a144b72f23942d48c0e6f0f17c48e33%7C0%7C0%7C636508757387632457&sdata=SlHmeblvnvAEdVlOTyos%2FJkmTsk3fIS5LnHzeYyethY%3D&reserved=0
_______________________________________________
AMBER mailing list
AMBER.ambermd.org
http://lists.ambermd.org/mailman/listinfo/amber
Received on Tue Jan 09 2018 - 09:00:03 PST