Calculates p({I,J})|Di
This is the probability of drawing two particles from a given determinant Di regardless of order.
Note that the unordered probability is given by the ordered probability as: p({I,J})|Di=p((I,J))|Di+p((J,I))|Di. In addition we have p((I,J))|Di≠p((J,I))|Di so we have to actually calculate the probability of drawing two given particles in different order.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(PC_FullyWeightedParticles_t), | intent(in) | :: | this | |||
integer, | intent(in) | :: | nI(nEl) |
The determinant in nI-format and the supergroup index |
||
integer, | intent(in) | :: | i_sg |
The determinant in nI-format and the supergroup index |
||
integer, | intent(in) | :: | I |
The particles. |
||
integer, | intent(in) | :: | J |
The particles. |