Support and discussions for Molcas and OpenMolcas users and developers
You are not logged in.
I've been trying to obtain two electron integrals from the RASSCF program, is there an easy way to get the FCIDUMP file? I've been trying to add the DMPOnly keyword to my existing calculation input that normally executes fine,
&GATEWAY
COORD = $CurrDir/../../../brthph_gs.xyz
GROUP = NOSYM
BASIS = ANO-RCC-VTZP
Douglas-Kroll
Verbose
RICD
BSShow
&SEWARD
>>COPY $CurrDir/../dz/valence-dz-s10.RunFile RUNFIL1
>>COPY $CurrDir/../dz/valence-dz-s10.RasOrb INPORB
>>COPY $Project.RunFile RUNFIL2
&EXPBAS
&RASSCF
File = $Project.ExpOrb
DMPOnly
nActEl
18 1 0
Spin
1
Symmetry
1
SUPSym
1
3 31 32 33
CIRO
10 10 1
>>COPY $Project.RasOrb $CurrDir/$Project.RasOrb
>>COPY $Project.RunFile $CurrDir/$Project.RunFile
>>COPY $Project.JobIph $CurrDir/$Project.JobIphwhich just gives me the following error in RASSCF
###############################################################################
###############################################################################
### ###
### ###
### Location: rdVec_ ###
### File: INPORB ###
### ###
### ###
### NBAS does not match ###
### ###
### ###
###############################################################################
###############################################################################any help in accessing the integral files would be great, thanks!
Offline
You probably need to do the RASSCF with the expanded basis (with CI only, if you wish), and then do another RASSCF with DMPOnly
Offline