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".Pages: 1
Dear Community,
is it possible to start an SCF calculation from h5 HDF5 file?
Is there a keyword for that?
What would happen if I feed h5 as INPORB?
Thank you.
Offline
Yes, you can use h5 orbitals, although not by using INPORB, but the poorly documented FIleOrb keyword:
&GATEWAY
Coord = 3
angstrom
O 0.0 0.0 0.0
H 1.0 0.0 0.0
H 0.0 1.0 0.0
Basis = ANO-R1
RICD
&SEWARD
* Default (INPORB = $Project.GssOrb)
&SCF
* HDF5 file
&SCF
FileOrb = $Project.guessorb.h5
If you copy an h5 file as INPORB, I believe it will be ignored and the "autodetection" will proceed by trying to find orbitals in the runfile.
PS. You can also use a similar FileOrb keyword in RASSCF and CASPT2.
Offline
Pages: 1