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
When construct LUCJ operator with 0 beta electron, I ran into the following error:
operator = ffsim.UCJOpSpinUnbalanced.from_t_amplitudes(t2, n_reps=n_reps, t1=t1)
File "/.../ffsim/variational/ucj_spin_unbalanced.py", line 517, in from_t_amplitudes
linalg.double_factorized_t2_alpha_beta(t2ab, tol=tol)
File "/.../ffsim/linalg/double_factorized_decomposition.py", line 652, in double_factorized_t2_alpha_beta
t2_mat = t2_amplitudes[
IndexError: arrays used as indices must be of integer (or boolean) type
When construct LUCJ operator with 0 beta electron, I ran into the following error:
relevant lines:
in this 0 beta electron case, nocc_b = 0 so occ_b, vrt_b is empty, and t2_amplitdues has an empty array.
potential solution: if the input array is empty --> turn an appropriately shaped set of diag_coulomb_mats, orbital_rotations.
The text was updated successfully, but these errors were encountered: