be_parallel.py:303 may have unbound local variables (e_f, rdm2s) if ret_vec is False. We don't touch ret_vec = False usually, but this should be refactored for code usability.
This is true with eeval logic as well. After this is fixed, set eeval = False in numerical Jacobian routine for computational cost savings.
be_parallel.py:303 may have unbound local variables (e_f, rdm2s) if ret_vec is False. We don't touch ret_vec = False usually, but this should be refactored for code usability.
This is true with
eevallogic as well. After this is fixed, seteeval = Falsein numerical Jacobian routine for computational cost savings.