@brief Return the pgen for pick_biased_elecs
@param[in] same_spin Do both electrons have the same spin. @param[in] pParallel Probability to draw a parallel excitation. @param[in] par_elec_pairs Number of electron pairs with same spin. @param[in] opp_elec_pairs Number of electron pairs with opposite spin.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
logical, | intent(in) | :: | same_spin | |||
real(kind=dp), | intent(in) | :: | pParallel | |||
integer, | intent(in) | :: | par_elec_pairs | |||
integer, | intent(in) | :: | opp_elec_pairs |