You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
C H N O 0
6-31g*
****
Ru 0
lanl2dz
****
Ru 0
lanl2dz
and the orca file gives
%basis
newGTO Ru "lanl2dz" end
newECP Ru "lanl2dz" end
end
This works for the Gaussian file, but fails for ORCA with Unknown ECP requested! Please consult the manual for available ECPs.
The ORCA job will run with,
%basis
newGTO Ru "lanl2dz" end
newECP Ru "HayWadt" end
end
The text was updated successfully, but these errors were encountered:
I think the main issue in part 1 is Gaussian and ORCA differing on whether their "SDD" keyword includes valence basis functions. Gaussian adds a particular valence basis set when you use "SDD" as a basis set and an ECP when you use it in the ECP section, but ORCA only includes the ECP, which is why they don't accept it for the newGTO.
For part 2, this was a bug and is now fixed.
For part 3, I'll have to look more into this, but it's looking like another case where Gaussian and ORCA disagree on what lanl2dz is (at least when it's in the %basis block).
Part 1:
for Gaussian files gives,
and for ORCA files gives,
This works for the Gaussian job, but ORCA will error out with
Error: Pure ECPs not allowed in GTO definition
The ORCA job will work with
or with
Part 2
gives an error
The same problem arrises for
AnyTransitionMetal
Part 3 (not important to me, but thought it would be worth reporting)
for Gaussian files gives,
and the orca file gives
This works for the Gaussian file, but fails for ORCA with
Unknown ECP requested! Please consult the manual for available ECPs
.The ORCA job will run with,
The text was updated successfully, but these errors were encountered: