Support and discussions for Molcas and OpenMolcas users and developers
You are not logged in.
Please note: The forum's URL has changed. The new URL is: https://molcasforum.univie.ac.at. Please update your bookmarks!
You can choose an avatar and change the default style by going to "Profile" → "Personality" or "Display".Dear molcas experts,
I want to calculate a big molecule in solvent. Considering the computational efficiency, I want to use a mixed basis set. I found there is a method described in the manual to specify basis set to a particular atom.
&GATEWAY
Basis set
C.STO-3G....
C1 0.000000 0.924258 -1.100293 /Angstrom
End of basis
Basis set
C.3-21G....
C2 0.000000 0.000000 -0.519589 /Angstrom
End of basis
Basis set
End of input
But, it doesn't work when running QM/MM calculations.
Is there any way to use a mixed base set in QM/MM calculations ?
Best,
shuo
Offline
Yes, see http://molcas.gitlab.io/OpenMolcas/sphi … ith-tinker. You should then use the "xyz" input, something like:
&GATEWAY
Coord = 2
C 0.000000 0.924258 -1.100293
C_G 0.000000 0.000000 -0.519589
Basis = STO-3G,C_G.3-21G
Expert
Tinker
Offline
Thanks for your advice. It seems work with new openmolcas, but not old version.
Offline
Right, this was added in https://gitlab.com/Molcas/OpenMolcas/merge_requests/133
Offline