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
Describe the bug
For systems with an extra electrons, the condition that # electrons equals # orbitals that may lead to out-of-bounds access, for example, here:
Describe the bug
For systems with an extra electrons, the condition that
# electrons
equals# orbitals
that may lead to out-of-bounds access, for example, here:xtb/src/scc_core.f90
Line 974 in c3cfd38
And therefore, there is a out-of-bounds memory access.
To Reproduce
Steps to reproduce the behaviour:
src/scc_core.f90#L974
xtb h2.xyz --chrg 1
Expected behaviour
Properly catching cases when number of electrons achieves number of orbitals.
Additional context
Add any other context about the problem here.
H2.xyz:
The text was updated successfully, but these errors were encountered: