Replies: 2 comments 1 reply
-
I checked this now and it is working but with a few caveats. First, you need to define a linux environment value. This can go into your .bashrc or .zshrc. Then you can specify the basis set in the NRLMOL_INPUT.DAT Basis sets supported out of the box are listed in the getbasname.f90 subroutine. If it's not listed there, the filename gets ignored. Perhaps, we should change this to grab the string instead. At this point, starting a calculation from CLUSTER, you will see something like below in the screen out, and the ISYMGEN file reflects the basis set in action.
In this example, the basis set for O is found in the 6-311Gss.basis but not for Mn. |
Beta Was this translation helpful? Give feedback.
-
Thanks, Yoh!
…Sent from my iPhone
On Nov 14, 2023, at 6:36 PM, Yoh Yamamoto ***@***.***> wrote:
I checked this now and it is working but with a few caveats.
First, you need to define a linux environment value. This can go into your .bashrc or .zshrc.
export NRLMOL_BASIS=<path to flosic code>/PublicRelease_2020/basis
Then you can specify the basis set in the NRLMOL_INPUT.DAT
e.g. BASISV = '6-311Gss'
Basis sets supported out of the box are listed in the getbasname.f90 subroutine. If it's not listed there, the filename gets ignored. Perhaps, we should change this to grab the string instead.
At this point, starting a calculation from CLUSTER, you will see something like below in the screen out, and the ISYMGEN file reflects the basis set in action.
USING BASIS FILE:<path to the flosic code>/basis/6-311Gss.basis
ATOM 25 NOT FOUND IN BASIS
USING FROM DEFAULT BASIS SET
ATOM TYPE 1 (ALL-MAN): NUCLEAR CHARGE= 25, 1 ATOM(S)
USING BASIS FILE:<path to the flosic code>/basis/6-311Gss.basis
ATOM TYPE 2 (ALL-OXY): NUCLEAR CHARGE= 8, 1 ATOM(S)
In this example, the basis set for O is found in the 6-311Gss.basis but not for Mn.
—
Reply to this email directly, view it on GitHub<#34 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AHF36ISL2KGKKW7QHBV7GOLYEP57PAVCNFSM6AAAAAA7LQEMC2VHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM3TKNZQHAYDM>.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Hello,
Is it possible to change basis sets in FLOSIC? I see that the NRLMOL_INPUT.DAT file has the BASISV parameter, but I am not sure if the feature works.
Thank You!
Beta Was this translation helpful? Give feedback.
All reactions