Open satyabratamaiti opened 2 months ago
Running the system with uhf 1 and charge -1 in tblite
(which is the tight-binding back-end used here) gives the following warning and run termination:
[Fatal] Singlepoint calculation failed
-> Total number of electrons (204) and number unpaired electrons (1) is not compatible
ERROR STOP
Are you certain uhf 1 is correct? UHF is the number of Nel,α-Nel,β, not the spin.
xtb
may have implemented some undocumented fallback for those cases as it shows 204 electrons and gives exactly the same energy for both -uhf 0
and -uhf 1
( -121.437897962662 Eh for your xtbopt.xyz
, without alpb)
Initially I optimised the structure with xtb using xtb psu_u_stack.xyz --opt extreme --gfn 2 --alpb water --chrg -1 --uhf 1 then I took the optimised xtbopt.xyz to run crest using: crest --gfn2 --alpb water --chrg -1 --uhf 1 -T 4 but I am getting the error:Command line input: $ crest --gfn2 --alpb water --chrg -1 --uhf 1 -T 4
--gfn2 : Use of GFN2-xTB requested. --alpb water : implicit solvation --chrg -1 --uhf 1 -T 4 (CPUs/Threads selected)
Initial Geometry Optimization
Initial geometry optimization failed! Please check your input and, if present, crestopt.log. ERROR STOP
Error termination. Backtrace:
0 0xcecf70 in ???
1 0xced219 in ???
2 0xcee327 in ???
3 0x97a09c in trialoptwarning
4 0x9a6fcd in trialoptcalculator
5 0x7d263c in trialopt_
6 0x40e116 in crest
7 0x408f7e in main
I am also attaching zipped file files.zip containing
input xyz and optimized xyz file. Please give any solution.