-
Notifications
You must be signed in to change notification settings - Fork 150
Open
Labels
Description
Hello,
I want to optimize my orbitals along with CI coefficients and the Jastrow factor produce by GAMESS. My XML file has two <basisset> entries—does this mean I need to add the following twice?
<rotated_sposet name="rot_spo_up" method="global">
<sposet name="spo_up" basisset="LCAOBSet" size="27">
<coefficient spindataset="0"> </coefficient>
</sposet>
</rotated_sposet>
<rotated_sposet name="rot_spo_down" method="global">
<sposet name="spo_down" basisset="LCAOBSet" size="27">
<coefficient spindataset="0"> </coefficient>
</sposet>
</rotated_sposet>
Also, how should rotateSPO be set for the determinant part if I also want to optimize CI coefficients? I also want to keep cusp corrections—is that possible?
I’ve attached my original GAMESS file converted via the converter. Any guidance would be greatly appreciated, as I couldn’t find detailed tutorials online.
Thank you for your help